Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 3861
- Rating:
- Published:
- 2014.02.25 10:51
- Updated:
- 2023.03.29 13:42
-
Need a robot or indicator based on this code? Order it on Freelance Go to 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
Translated from Russian by MetaQuotes Ltd.
Original code: 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.