Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
6412
Rating:
(15)
Published:
2018.03.01 11:34
ZScore.mq5 (9.28 KB) view
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

RSI on the Price Chart RSI on the Price Chart

Standard RSI on the price chart.

VAMA based Alligator VAMA based Alligator

An Alligator based on the VAMA indicator.

AccurateTimer AccurateTimer

Increased accuracy of the standard timer.

Custom Moving Average Input Color Custom Moving Average Input Color

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