Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram ü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

Damiani_Volatmeter - MetaTrader 5 için gösterge

Görüntülemeler:
8151
Derecelendirme:
(11)
Yayınlandı:
2018.09.27 15:26
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Damiani Volatmeter - trend/flat determining algorithm.

There are five inputs:

  • Viscosity;
  • Sedimentation;
  • Threshold;
  • Lag suppressor - whether to limit lagging (Yes/No);
  • Applied price - price used for calculations.

Calculations:

  • If Lag suppressor:

    LineP = ATR_V / ATR_S + (LineP[1]-LineP[3]) / 2.0
  • Else:

    LineP = ATR_V / ATR_S
LineM = Threshold - StdDevV / StdDevS

where:

ATR_V - ATR(Viscosity)
ATR_S - ATR(Sedimentation)
StdDevV - StdDev(Viscosity)
StdDevS - StdDev(Sedimentation)
If the M line (red) is below the P line (green), there is a flat in the market. If above, there is a trend.

Fig. 1. Damiani_Volatmeter + Lag suppressor

Fig. 1. Damiani_Volatmeter + Lag suppressor


Fig. 2. Damiani_Volatmeter without Lag suppressor

Fig. 2. Damiani_Volatmeter without Lag suppressor

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

TriggerLines TriggerLines

The TriggerLines trend indicator draws two moving average lines colored in accordance with the trend direction: green for upward and red for downward.

Twiggs_Money_Flow Twiggs_Money_Flow

Twiggs Money Flow is an indicator by Colin Twiggs, which uses Welles Wilder's Moving Average.

Darvas_Box Darvas_Box

A channel filter indicator Darvas Box.

Delta Delta

The Delta indicator draws two lines: the bar average price line (OHLC)/4 and the line of the decimal logarithm of the current to previous (OHLC)/4 prices ratio.