Hi coders, I need your advice.
To get the shift of the highest high value of a range of 100 bars is pretty simple by using the following formula :-
int HH = iHighest(Symbol(),60,MODE_HIGH,100,1);
However, if I want to get the shift of the highest value of ATR (period=20) for a range of 100 bars, how to get it ? Thanks
To get the shift of the highest high value of a range of 100 bars is pretty simple by using the following formula :-
int HH = iHighest(Symbol(),60,MODE_HIGH,100,1);
However, if I want to get the shift of the highest value of ATR (period=20) for a range of 100 bars, how to get it ? Thanks