Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook üzerinde bulun!
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Göstergeler

Standard_Deviation_Channels_x3_Cloud - MetaTrader 5 için gösterge

Görüntülemeler:
3594
Derecelendirme:
(8)
Yayınlandı:
2018.12.28 12:52
Güncellendi:
2019.01.17 12:15
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Real author: Stajer59

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

//+--------------------------------------------+
//|  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_Cloud

Fig1. Indicator Standard_Deviation_Channels_x3_Cloud

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/22895

XFisher_org_v1_X20 XFisher_org_v1_X20

Twenty Fisher indicators with extra smoothing in a single window

Stochastic of average (on chart) Stochastic of average (on chart)

Stochastic of average (on chart)

Standard_Deviation_Channels_x3 Standard_Deviation_Channels_x3

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

Precipice Precipice

Random entry. Random number generator entry.