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

Twiggs_Money_Flow - MetaTrader 5 için gösterge

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

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

It has one configurable parameter:

  • Period - calculation period.

Calculations:

TMF = WMA(ADV) / WMA(Volume)

where:

WMA - Wilder's Smoothing Average with the smoothing average k = 1/Period
ADV = Volume * (2*Close - TRL - TRH) / TR
TRH = Maximum(High, PrevClose)
TRL = Minimum(Low, PrevClose)
TR = TRH-TRL

Interpretation:

  • Positive values of Twiggs Money Flow point to a bullish trend in the market, negative values indicate a bearish trend.
  • The greater the oscillator value (above or below zero), the stronger the signal.
  • Long position entry is performed when the resistance line is broken upwards and Twiggs Money Flow is above zero.
  • Short position entry is performed when the support line is broken downwards and Twiggs Money Flow is above zero.
  • The divergence of the oscillator line and the price also provides good signals:
    • Long position entry at a bullish divergence.
    • Short position entry at a bearish divergence.

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

YABSI YABSI

A signal indicator YABSI. It shows Buy and Sell labels on the price chart.

WMAO WMAO

WMAO (Wilder's Moving Average Oscillator) - an oscillator based on Welles Wilder's Moving Average.

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.

Damiani_Volatmeter Damiani_Volatmeter

Damiani Volatmeter - trend/flat determining algorithm.