Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Standard_Deviation_Channels_x3 - indicatore per MetaTrader 5

Visualizzazioni:
4062
Valutazioni:
(8)
Pubblicato:
2018.12.28 12:52
Aggiornato:
2019.01.17 12:15
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Real author: Stajer59

Three standard deviation channels using indicator buffers based on the number of bars defined in the indicator inputs.

//+--------------------------------------------+
//|  INDICATOR INPUT PARAMETERS                |
//+--------------------------------------------+
input uint N_=240;        // number of candles for analysis
input double StdDev1=1.0; // first channel deviation
input double StdDev2=1.5; // second channel deviation
input double StdDev3=2.0; // third channel deviation
input int Shift=0;        // horizontal shift of the indicator in bars
input int PriceShift=0;   // vertical shift of the indicator in points

Fig1. Indicator Standard_Deviation_Channels_x3

Fig1. Indicator Standard_Deviation_Channels_x3

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/22893

Standard_Deviation_Channels_x3_Cloud Standard_Deviation_Channels_x3_Cloud

Three standard deviation channels using indicator buffers based on the number of bars defined in the indicator inputs with the channels' background filling.

XFisher_org_v1_X20 XFisher_org_v1_X20

Twenty Fisher indicators with extra smoothing in a single window

Precipice Precipice

Random entry. Random number generator entry.

LBS LBS

Working with Stop pending orders. The EA uses indicator iATR (Average True Range, ATR)