- Added option to display a MA for one of the TMA Slope buffers.
- Removed option to display TMA Slope buffer for M1.
Paul
Dave,spotdespot wrote:As you can see from screen shot crosses of the TMA and your MA show an earlier entry point but the Empty4 one would allow staying longer in the trade (April/May).
Any ideas?
Code: Select all
MABuffer[i] = iMAOnArray( D1Buffer, 0, MAPeriod, 0, MODE_LWMA, i );It seems that you are right. There are all sorts of caveats when attaching indicators to another object than they were meant to be attached to. It is not possible to select an other buffer than the first one when putting an indicator over another one.spotdespot wrote:Just to be 100 % sure I understand - so what I have as the "stock" LWMA is actually the W1 LWMA(21) shown on the current (D1 in this case) timeframe as it uses the index 0 buffer, which is for the W1 Slope?
Baluda wrote:It seems that you are right. There are all sorts of caveats when attaching indicators to another object than they were meant to be attached to. It is not possible to select an other buffer than the first one when putting an indicator over another one.spotdespot wrote:Just to be 100 % sure I understand - so what I have as the "stock" LWMA is actually the W1 LWMA(21) shown on the current (D1 in this case) timeframe as it uses the index 0 buffer, which is for the W1 Slope?
Read this for more information.
Paul
No worries - be aware - imo this will not work with short timeframes - trades should normally last days/weeks unless you made a mistake (which I havecmeade2 wrote:Hey Spot
That setup you shared yesterday with the TMA crossover is great.
Thanks so much
Had a 200 pip basket with it today.
Actually my basket today was entirely on the M15. And it was totally helped by Bernake's speech. For additional confirmation I use the RSI(2) applied to the TMA slope. I have described this in other posts. Basically if you get a cross of the TMA and the RSI(2) is pinned high or low, that's good confirmation for the trade as illustrated below on the M15 for the EU.spotdespot wrote:No worries - be aware - imo this will not work with short timeframes - trades should normally last days/weeks unless you made a mistake (which I havecmeade2 wrote:Hey Spot
That setup you shared yesterday with the TMA crossover is great.
Thanks so much
Had a 200 pip basket with it today.)
Cheers,
Dave.