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

IdeaTrend - MetaTrader 5 için gösterge

Görüntülemeler:
5078
Derecelendirme:
(9)
Yayınlandı:
2018.08.23 13:28
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

IdeaTrend is meant for checking a trend defining idea.

The indicator has three input parameters:

  • Period - calculation period;
  • Method - calculation method;
  • Threshold - trend direction threshold.

Calculation:

Idea = (MAH - MAC) / (MAC - MAL)

where:

MAH = MA(High, Period, Method)
MAL = MA(Low, Period, Method)
MAC = MA(Close, Period, Method)
  • If the indicator histogram exceeds the Threshold line, the trend is considered downwards and the histogram columns are colored in red;
  • If the indicator histogram is below the Threshold line, the trend is considered upwards and the histogram columns are colored in green.

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

Separate Trade Separate Trade

iATR (Average True Range, ATR) and iStdDev (Standard Deviation, StdDev) indicators are configured for crossing of the two iMAs (Moving Average, MA) plus for Buy and Sell separately.

Crossing Moving Average Crossing Moving Average

The EA is based on two iMAs (Moving Average, MA) and iMomentum (Momentum) filter crossing.

KDJ KDJ

KDJ oscillator defines when it is necessary to search for market entry conditions.

KDJ_Averages KDJ_Averages

KDJ Averages oscillator defines when it is necessary to search for market entry conditions. Unlike KDJ, it is calculated using standard smoothing methods. In case of the default settings, its J line is slightly faster.