RobotFX curates the best open-source MetaTrader code to inspire your trading automation.
Real author:
TOPpoint
Two pairs of support and resistance levels based on the candlesticks of the timeframe specified in the input parameters.
Unique stair-step trend trading with the Stairsteps Expert Advisor. Innovative approach for consistent results. Learn more.
The formula for the calculation of the levels:
Res2 = ( Low + High + Close ) / 3 + ( High - Low ) * 0.618
Res1 = ( Low + High + Close ) / 3 + ( High - Low ) * 0.5
Sup1 = ( Low + High + Close ) / 3 - ( High - Low ) * 0.5
Sup2 = ( Low + High + Close ) / 3 - ( High - Low ) * 0.618
This indicator was first implemented in MQL4 and published in the Code Base at mql4.com on 30.01.2008.

The RES-SUP indicator
Level up your trading with professional RobotFX expert advisors and indicators. Visit www.robotfx.org for proven MT4/MT5 tools.
1956