Tâche terminée
Spécifications
Hello coders!
The TMA indicator is a fine S&R display. The version that I am using is considered to be no repaint. However due to its calculation it will redraw (add) so called entry points in the past chart if the current price has moved enough so that the past TMA lines will move closer to the old closed price and then it will add the entry points which are actually false.
What I need is a timer to the indicator calculated in bars. This means after the set amount of bars have closed the TMA indicator is not allowed to add old entry signales, it still has to re arrange the upper & lower bands just not display so called entries.
#Add option to inputs menu called: "Bar Timer" "_______" ******
****** = number of bars ( candles ) for example = Bar Timer _ 5 ( 5 = after 5 candles closed tma will not add entry point to the past )
#Of course I will only accept mq4 files in the end
#Add the new calculations to my TMA file which is attached here