Rejoignez notre page de fans
- Vues:
- 3044
- Note:
- Publié:
- 2016.09.19 12:38
- Mise à jour:
- 2023.03.29 13:47
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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
Traduit du russe par MetaQuotes Ltd.
Code original : 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.