Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
3361
Note:
(16)
Publié:
2017.05.29 13:48
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The ColorParabolic indicator with the timeframe selection option available in its input parameters:

input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4;  // Indicator chart period (timeframe)

To provide correct operation of the indicator, add the compiled ColorParabolic.mq5 indicator file to terminal_data_folder\MQL5\Indicators.

Fig1. Indicator ColorParabolic_HTF‌

Fig1. Indicator ColorParabolic_HTF‌

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/17894

StreamСCandles StreamСCandles

The indicator colors candlesticks whose size multiplied by volume exceeds a preset value.

WATR_HTF_Signal WATR_HTF_Signal

The WATR_HTF_Signal indicator shows a trend direction or a trade signal generated by the WATR indicator at the chosen bar as a graphical object with colored trend indication or deal direction. It also triggers alerts and plays audio signals.

Exp_ClosePositionsByTime Exp_ClosePositionsByTime

The Expert Advisor closes all the current symbol positions opened on the account, if the current server time has exceeded the time limit specified in the input variables.

Exp_CloseAllPositionsByTime Exp_CloseAllPositionsByTime

The Expert Advisor closes all positions opened on the account, if the current server time has exceeded the time limit specified in the input variables.