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

ZigzagColor_Channel - MetaTrader 5 için gösterge

Yayınlayan:
Mykola Demko
Görüntülemeler:
11273
Derecelendirme:
(29)
Yayınlandı:
2011.01.05 11:31
Güncellendi:
2016.11.22 07:32
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The indicator plots the standard ZigZag by connecting the price peaks with bottoms during the period.

It plots a channel by connecting the ZigZag peaks and ZigZag bottoms. The colors looks fine for black and white background.

ZigzagColor_Channel indicator


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

Grr-al Grr-al

The Expert Advisor is profitable only if the "Open prices" only or "1 minute OHLC" modes used in Strategy Tester.

OptimReport v2.15 OptimReport v2.15

If you want to optimize your Expert Advisor using your own characteristics, you can use "Custom max" mode via OnTester() function. This code provides you many characteristics, which can be used during the optimization of your EA. Also it allows you to save the optimized charateristics in HTML file.

Linear Regression Channel Linear Regression Channel

The indicator plots a channel using the linear regression model: y=b+a*x.

MQL5 Wizard - Trade Signals Based on Price Crossover with Moving Average Indicator MQL5 Wizard - Trade Signals Based on Price Crossover with Moving Average Indicator

Trade signals based on price crossover with moving average indicator (CSignalMA from MQL5 Standard Library) is considered. The code of the Expert Advisor based on this strategy can be generated automatically using the MQL5 Wizard.