Join our fan page
- Views:
- 3075
- Rating:
- Published:
- 2016.09.19 12:38
- Updated:
- 2023.03.29 13:47
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The RAVI_Histogram indicator with the timeframe selection option available in the input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
The indicator requires RAVI_Histogram.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators.
Fig.1. The RAVI_Histogram_HTF indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/16098

The SAR Trading System illustrates the operation of the Stop and Reversal (SAR), developed by Welles Wilder. The Expert Advisor check for presence of an open position and starts moving the stop loss with parabolic acceleration.

Trading system based on Volume_Weighted_MA_StDev indicator signals.

Another alternative to the Bollinger Bands® channel with colored inner area of the channel.

The Exp_RAVI_Histogram breakout trading system based on the signals of the RAVI_Histogram oscillator.