- Search Energy EXCH
- ericjschroed replied Feb 7, 2012
Apparently Alpari is picky about how I name the Buffers. Have to start with 0. It's working now.
Invictus
- ericjschroed replied Feb 7, 2012
First, stop whining/whinging. Second, if you're still reading, I understand EXACTLY what you're saying. Why? Because I felt the same way when I started following Udine's trades. Then he would take a trade that didn't "fit" the rules and I would get ...
Invictus
- ericjschroed replied Feb 7, 2012
I'll show you mine if you show me yours
! Here's my pic showing the new indicator, the arrows and the list of Indicators showing the 2.1 version. You guys are always asking for charts; show me one.Invictus
- ericjschroed replied Feb 6, 2012
No Problem. I had to stop trading this evening because the AU went ballistic, like 80 pips in 3 seconds! And that affected everything else, and then the power went out somewhere around 20 square blocks or more, so no internet and the UPS had about ...
Invictus
- ericjschroed replied Feb 6, 2012
Fixed the extra arrows if anyone wants to try it out. Still needs some more cleanup though but works fine on my PC. (Sorry, I can't delete the previous attachment; 7 minutes too late)
Invictus
- ericjschroed replied Feb 6, 2012
I did run yours next to the earlier one and set to 60 it was changing the colors too fast, so something must have been deleted that was needed. I'll see what I can find out. (when work slows down)
Invictus
- ericjschroed replied Feb 6, 2012
Thanks Kilian, yeah the code is really confusing so I hope to understand it soon, maybe today if things aren't too busy. I wanted to see all bars in history but with this code, if the Maxbars *2 is > Bars it won't show anything! Gotta fix that. And ...
Invictus
- ericjschroed replied Feb 5, 2012
Well, I'm sure I didn't change the code much but now I'm getting way too many arrows alternating up and down and sometimes double arrows on the same bar! I'm sure I can fix it, but not tonight after plenty of drinking during the Superbowl. Tomorrow, ...
Invictus
- ericjschroed replied Feb 5, 2012
FIFO 2 — Hi, guys, I'm back. I hope you don't mind I decided to work with that indicator a bit. I combined the 60 and 240 into one which should help with resources too. I also fixed the code so it won't do the MACD for alerts unless Alert is ...
Invictus
- ericjschroed replied Jan 29, 2012
It's not that they won't let us use it, but we are capped at 1:50 margin which means we need a lot of money in the account to make a small profit because this original system doesn't use SLs and you have to be able to handle the drawdowns until you ...
Nb 1.0 trend trade system
- ericjschroed replied Jan 29, 2012
I would like to add that there are other things to consider. First, this, and any good system, is based on HH/HL or LL/LH. The indicator simply helps Udine spot the trade setups and then decide which are good. If you take every signal, you are going ...
Invictus
- ericjschroed replied Jan 24, 2012
Very good to be skeptical. If you mean by "backtest" that you scrolled back and looked at the charts you will see perfect setups, fantastic returns, "I'm getting the Ferrari next week" situations. It doesn't work that way. If you want to watch the ...
Nb 1.0 trend trade system
- ericjschroed replied Dec 19, 2011
Thanks! — thanks, this seems to work just fine. I have been running it alongside my MACD bars indi that only writes the current bar and they appear identical.
Make MACD Bars indi non-repainting for higher TFs
- ericjschroed replied Dec 18, 2011
Thanks for the link but No, none of the bars or MTFs do what I want. They all call the MACD so you only see the history of the closed M15, not what happened during that time, such as crossed up, then back down. And your suggestion that "repainting ...
Make MACD Bars indi non-repainting for higher TFs
- ericjschroed replied Dec 18, 2011
I want to see the MACD condition as bars for M15 but on the M5 so it can change 3 times per M15 bar. Obviously, I don't have a screenshot of the working indicator or I wouldn't be asking for help. Here is a screen of the live calculation, which only ...
Make MACD Bars indi non-repainting for higher TFs
- ericjschroed replied Dec 18, 2011
I removed the = from the line: if (MacdBuffer[j] >= SignalBuffer[j]) and all the bars disappeared so apparently these values are exactly the same all the time here. Since I'm looking for M15 MACD on the M5, I would expect to get true values by bar ...
Make MACD Bars indi non-repainting for higher TFs
- ericjschroed replied Dec 18, 2011
I'll add the code here so it is not necessary to download the indicator. if(MaximumBars%(TimeFrame/Period())==0) int firstbar = MaximumBars/(TimeFrame/Period()); else firstbar = MaximumBars/(TimeFrame/Period()) - MaximumBars%(TimeFrame/Period()) + ...
Make MACD Bars indi non-repainting for higher TFs
-
Make MACD Bars indi non-repainting for higher TFs
Started Dec 17, 2011|Commercial Content|8 repliesHi, if anyone is kind enough to look at this and tell me what I am doing wrong. I want to see ...
- ericjschroed replied Nov 18, 2011
pivots — I think the difference is your broker GMT offset. Udine is using a broker with GMT+0. I have one broker with GMT+2 and the lines are different because of the "start" of day is different.
Invictus
- ericjschroed replied Nov 15, 2011
I noticed your indicator is set not to use midpoints by default. Is that how you use it?
Invictus