My idea is that when all the conditions required by the method are matched, we open a trade, then we check the value of the ATR at the previous candle (for example let says that is 0.0045) and set it as TP (so it would be: entry price + 45 pips).
Hello everybody! Very interesting method and work done by the programmer. I would like to post a suggestion... In my opinion the trend never has the same stregth, so it is constraining to put always 10 pips as TP. What about using ATR (whose period ...
Hi, nice work. Maybe you could include a volatility filter and a trailing stop that trigger when a certain level (your Tp for example) is reached. Just two ideas.