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:
- 4234
- Note:
- Publié:
- 2017.03.22 16:09
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The STD indicator with the timeframe selection option available in input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
To provide correct operation of the indicator, place the compiled STD.mq5 indicator file in terminal_data_folder\MQL5\Indicators.
Fig1. The STD_HTF indicator
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/17605

The price chart speed expressed in points, with the author markup of significant price change levels.

The NRTR_extr_ZigZag_Price indicator with the timeframe selection option available in the input parameters.

Keltner Channel built relative to the average value of the XCCX oscillator as a sequence of candlesticks

An example of determining the moment when a pending order has triggered.