Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 2781
- Rating:
- Published:
- 2018.06.18 15:10
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Indicator AnalysisOnBars with the timeframe selection option available in input parameters.
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // The indicator chart period (timeframe)
For the indicator to operate, the AnalysisOnBars.ex5 indicator must be added to the <terminal_data_directory>\MQL5\Indicators folder.
Fig.1. Indicator AnalysisOnBars_HTF
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20864

Informational indicator AnalysisOnBars shows bars without considering the price. Bars are shown in points.

Indicator PDO (Percent Difference Oscillator).

Two identical trading systems based on the signals of BrainTrend2_V2, for long and short trades, which can be configured in different ways within one Expert Advisor.

Oscillator TATR (Tick Average True Range).