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:
- 8144
- Rating:
- Published:
- 2018.03.01 11:34
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Standard score (z-score) is the number of standard deviations by which the observed or measured value differs from its mean value.
Thus, the indicator displays the value of price deviation from its average value, represented by a simple moving average with a specified period and calculation price.
The indicator has two input parameters:
- Period of calculation - calculation period;
- Applied price - price used for calculations.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/19846

Standard RSI on the price chart.

An Alligator based on the VAMA indicator.

Increased accuracy of the standard timer.

A modification of the "Custom Moving Average" indicator: now the line color can be passed in input parameters.