SnR

 
Guys what's the best objective method to define and detect Support and Resistance Zones using MQL5
 
Chacha Ian MaroaGuys what's the best objective method to define and detect Support and Resistance Zones using MQL5

There’s no single best method; it depends on your strategy.

A common approach is to detect swing highs/lows and cluster nearby levels into zones based on how often price reacts.

In MQL5, this can be done using simple peak detection and grouping logic.