Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 4259
- Rating:
- Published:
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The CenterOfGravityCandle indicator with the timeframe selection option available in the input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
For the indicator to operate, the CenterOfGravityCandle.ex5 indicator should be added to the <terminal_data_directory>\MQL5\Indicators folder.

Fig. 1. CenterOfGravityCandle_HTF indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21493
CandleStop_System_HTF
CandleStop_System indicator with the timeframe selection option available in the input parameters.
CandleStop_System
The indicator paints candles going beyond the CandleStop channel.
3sma
The EA based on three iMA (Moving Average, MA) indicators.
Chaikin_Volatility_Histogram
Chaikin volatility indicator as a colored histogram.