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

Modified Heiken Ashi - MetaTrader 4 için gösterge

Görüntülemeler:
22358
Derecelendirme:
(8)
Yayınlandı:
2008.04.30 07:07
Güncellendi:
2014.04.21 14:52
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Added parameters:

extern int CountBar=1; // The amount of bars to calculate open price
extern int mode=0; // Choosing among alternatives of close price calculation method

// (mode==0) haClose=(High[pos]+Low[pos]+Close[pos])/3.0;
// (mode==1) haClose=(High[pos]+Low[pos]+Close[pos]+Open[pos])/4.0;


Modified Heiken Ashi




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

AvgRangeM AvgRangeM

Modified indicator AvgRangeM.

Range_v2.2 Range_v2.2

One more version of the indicator Range.

TREND_alexcud TREND_alexcud

A multi-timeframe indicator. It shows the trend direction for the charts of several timeframes in a separate window.

TZ-Pivot TZ-Pivot

Indicator TZ-Pivot. Gives the recommendation on a time interval. See in a code.