Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 2650
- Rating:
- Published:
- 2018.06.16 10:37
- Updated:
- 2023.03.29 13:48
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Smoothed standard deviation changing rate. Interpretation of the indicator values:
- High positive values (yellow) indicate an increasing trend;
- High negative values (gray) indicate that the trend is falling;
- Zero values after positive ones indicate that the trend continues;
- Zero values after negative ones allow you to assume that the market is flat.
The indicator uses the SmoothAlgorithms.mqh library classes (copy it to <terminal_data_folder>\MQL5\Include). The classes were described in detail in the Averaging Price Series for Intermediate Calculations Without Using Additional Buffers article.
Fig.1. Indicator XStdDevSpeed
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20655

Indicator SSL2 with the timeframe selection option available in input parameters.

Two different-period indicators SSL, implemented as a colored cloud.

Indicator XStdDevSpeed with the timeframe selection option in input parameters.

A trading system based on the KWAN_NRP indicator signals.