Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 2793
- Note:
- Publié:
- 2018.10.25 15:04
- Mise à jour:
- 2023.03.29 13:48
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
MA_Rounding_Candle_HTF indicator with the timeframe selection option available in input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
The indicator is presented in two versions
- MA_Rounding_Candle_HTF for displaying in additional window;
- MA_Rounding_Candle__HTF for displaying in the main window
For the indicator to work, the MA_Rounding_Candle_HTF.ex5 indicator should be added to the <terminal_data_directory>\MQL5\Indicators folder.
Fig. 1. MA_Rounding_Candle_HTF
Fig. 2. MA_Rounding_Candle__HTF
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22097

Working with Buy stop and Sell stop pending orders.

XRSI_Candle_Vol indicator with the timeframe selection option available in input parameters