Closed MuttleyBerks closed 1 year ago
Hello!
The lines aren't supposed to be dragged manually when in some non-zero ATR multiplier values are given. Set multipliers to zero and you should be able to move the lines.
I've just tried setting the ATR multipliers to 0. It's definitely better but occasionally still snaps back when moving the lines.
Having default ATR stops are useful as a starting point then I may adjust the entry and SL.
Are you on MT4 or on MT5?
MT5.
I will look into it! Thanks for reporting!
Should be addressed in 3.03.
I've had this issue with 2.x and 3.x. Same issue in 3.0.2.
I've compiled with the following changes:
input bool ShowATROptions = true input double DefaultATRMultiplierSL = 1 input double DefaultATRMultiplierTP = 2 input ENTRY_TYPE DefaultEntryType = Pending
It seems that on a new tick it will get reset unless you moved it before the tick came in. So it's easier to set when market volume is low.
BTW, this is an amazing tool and I'm always recommending it. Unless you've coded in MQL you'll have no idea the amount of time and effort this project must have taken. Much respect team! ;-)