Trend Predictor with Alerts + On/Off Buttonlukgoku wrote: Wed Oct 09, 2024 6:30 pm Hi mrtools.
Thank you for this fantastic indicator, it is simply spectacular.
I would like to take the liberty of pointing out a couple of additions, if these are possible.
1- add configurable alerts
2- if I understand correctly, the indicator is based on the ATR: could you add the possibility of configuring atr period and atr filter? or perhaps it is the corresponding ‘zone’ settings that are in the input?
Again, thank you for your continued presence and collaboration.
Hello,
Added alerts and yes the atr period are in the input settings just using different names which in this version tried to make it clearer in the inputs.
Code: Select all
input int inp_zone_period = 10; // Highest/Lowest zone period
input int inp_amplitude_period = 25; // Zone amplitude/atr period
input double inp_amplitude_coefficient = 3; // Zone coefficient or atr range multiplier