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:
- 3862
- Note:
- Publié:
- 2014.02.25 10:51
- Mise à jour:
- 2023.03.29 13:42
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The BlauSMStochastic indicator with the timeframe selection option available in input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; //Indicator chart period
Figure 1. The BlauSMStochastic_HTF indicator
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/2008

Example of using IndicatorSetDouble() function. This is an indicator that turns upside down the maximum and minimum values of the indicator window and values of levels, on which the horizontal lines are placed.

Two Standard Deviation channels automatically positioned on the chart.

A non-normalized oscillator implemented in the form of a color histogram.

Indicator MACD drawn in the form of a colored cloud.