Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | Inertia_Candles

Real author: NICTRADER

The indicator paints candles whose body sizes exceed the indicator input parameter in points:

//+----------------------------------------------+  //| Indicator input parameters                   |  //+----------------------------------------------+  input uint body=100; //Value of price change in points     

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 1. Inertia_Candles indicator

22123