lazyKangaroo / Publications
Forum
Detecting Untested Swing Highs and Lows in MQL5
I’m working on a function to detect untested swing highs and lows in my EA. So far, I’ve written two functions that find recent swing points by identifying highs and lows over a set number of bars : double FindHighs() { double highestHigh = 0 ; for ( int i = 0 ; i < xBars ; i++) { double