
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
hi mladen,
could you pls do me another favour and modify attached indi in order to shift it by n bars to the right? many thanks in advance!
regards
triangularma_centered.mq4
engula Here you go. You can apply any shift you want (positive or negative). Default is 0 (not shifted) but you can change it to your needs using "Shift" parameter
mladen,
thanks but looks like the dotted part has not been shifted...
...
engula
Here you go. You can apply any shift you want (positive or negative). Default is 0 (not shifted) but you can change it to your needs using "Shift" parameter
PS: corrected
hi mladen,
could you pls do me another favour and modify attached indi in order to shift it by n bars to the right? many thanks in advance!
regards
triangularma_centered.mq4...
You are right
It is now ... just download it from that post again (corrected the shift for the dotted part too)
mladen,
thanks but looks like the dotted part has not been shifted...
Hello, Can someone add ALERTS to the following TMA SLOPE indicator?
once price passes above 0.8 or below -0.8?
Any help will be appreciated.
Thanks.
...
crazzzzzy
There are 2 problems when it comes to recalculating indicators and alerts :
First one is that it is not possible to count on a normal indicator behavior (for example that some value will cross some other value at the current bar or any other fixed bar since it will change past values all the time). So, it can "tell" the relative position of two values but it can not tell that it crossed now (for reasons explained above) and that excludes the "classical" alert
Second problem is the one I described at this post here (those are my reasons) : https://www.mql5.com/en/forum/180648/page273
Hello, Can someone add ALERTS to the following TMA SLOPE indicator?
once price passes above 0.8 or below -0.8?
Any help will be appreciated.
Thanks.In short : no, no repainting
hello sir
i get one pics u tell me is repainted or norepainted
...
One of those two on the chart and in the histogram version is centered TMA. See this post describing centered TMA and what does it do https://www.mql5.com/en/forum/181241
That indicator was made at a request of one of the members of the forum
PS: the answer you are quoting has nothing to do with that indicator. Please do not "mix apples wit pears"
hello sir i get one pics u tell me is repainted or norepainted
...
Got this from a friend that found it. Centered TMA has "offspring" too
Here is a centered TMA envelopes indicator given a fancy name of Hurst bands. The calculation for centered TMA is taken from the indicator posted here https://www.mql5.com/en/forum/181241 only the HalfLength parameter is renamed to Prd and channel of Ecart_Pips pips is added to it
PS: the color change of the lines on slope change is going to repaint. Posting this mostly as a curiosity of what is done around the net
Got this from a friend that found it. Centered TMA has "offspring" too
Here is a centered TMA envelopes indicator given a fancy name of Hurst bands. The calculation for centered TMA is taken from the indicator posted here https://www.mql5.com/en/forum/181241 only the HalfLength parameter is renamed to Prd and channel of Ecart_Pips pips is added to it
PS: the color change of the lines on slope change is going to repaint. Posting this mostly as a curiosity of what is done around the netI don't know if i will be bothering you or asking too much if i will ask you to post a Hurst bands with a repainting on and off feature and an MTF.
Thank you in advance.
Best Regards,
B.R.