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

Traditional Itrend - MetaTrader 4 için gösterge

Görüntülemeler:
24752
Derecelendirme:
(11)
Yayınlandı:
2016.05.16 09:42
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
Author: Andrew & Conversion: Dr. Gaines

Trend indicator with a multitude of settings. Displays the direction (red) and strength (blue) of the trend as a two-colored histogram. The main signals are the crossing of the zero line, reaching a new high/low, divergence.

If the red graph is greater than zero and grows - go bullish (if at the same time the blue graph is less than zero and falls - the uptrend is getting stronger)

If the red graph is less than zero and falls - go bearish (if at the same time the blue graph is greater than zero and grows - the downtrend is getting stronger)






Common parameters - parameters that affect both lines:

  • "Apply to". The basis for the indicator calculation. In this case it is the price - Close, Open etc.
  • Parameters of the trend direction line (red line). The trend direction in the iTrend is calculated based on the Bollinger Bands technical indicator, and therefore the iTrend trend direction has the same settings as Bollinger Bands:
  • "Mode". Specifies the Bollinger Bands line to use in the calculation of the iTrend: Main, Top or Bottom.
  • "Period". The period of the iTrend indicator
  • "Deviation". The deviation of the iTrend indicator
  • Parameters of the trend strength line (blue line). The line of the trend strength in the iTrend is calculated based on the technical indicators by Alexander Elder - Bears Power and Bull Power
  • "Period". The of the iTrend trend line.

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

RSIFilter_v1 RSIFilter_v1

Trend filter. In short, the RSIFilter fails on strong fluctuations, but handles the trend good enough, but if it get improved a bit, it could be able to give clear answers.

EVWMA EVWMA

Elastic Volume Weighted Moving Average (EVWMA), a natural replacement for the standard moving average.

Laguerre_ROC Laguerre_ROC

This is an advanced version of RSI. Laguerre converts the signals, so that low-frequency components lag much more that the high-frequency ones.

MA_In_Color_wAppliedPrice MA_In_Color_wAppliedPrice

Modified LSMA_In_Color indicator. Added: usage of the applied price.