Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 3509
- Note:
- Publié:
- 2016.10.10 15:30
- 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 SMI_Correct indicator with the timeframe selection option available in input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
The indicator requires SMI_Correct.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators.
Fig.1. The SMI_Correct_HTF indicator
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/16001

The Exp_SMI_Correct Expert Advisor is based on the SMI_Correct indicator color change.

The indicator plots price channel, Fibonacci levels and Gann fan based on the latest ZigZag peaks.

The i-CAi indicator displays the most recent value as a price label with the the possibility to round the channel levels up to a required number of digits.

The Envelopes indicator with the use of the i-CAi indicator algorithm.