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

AutoTradeLevels - MetaTrader 5 için gösterge

Görüntülemeler:
9373
Derecelendirme:
(19)
Yayınlandı:
2017.08.10 12:50
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The indicator marks all performed trades with short horizontal lines, if such trades have corresponding arrows.

//+------------------------------------------------+ 
//|  Indicator input parameters                    |
//+------------------------------------------------+ 
//---- Indicator display settings
input string Sirname="AutoTradeLevels";  // The name for the indicator labels
input uint Len=3;  // The length of price labels as the number of candlesticks

Fig. 1. The AutoTradeLevels indicator

Fig. 1. The AutoTradeLevels indicator

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

DoubleZigZag DoubleZigZag

Two ZigZag indicators are used for analysis.

ColorBarRange_HTF ColorBarRange_HTF

The indicator draws a channel using the High and Low values of a candlestick of a higher timeframe specified in the indicator input parameters.

Boa_ZigZag_Arrows_HTF Boa_ZigZag_Arrows_HTF

The Boa_ZigZag_Arrows indicator with the timeframe selection option available in the indicator input parameters.

Nevalyashka_BreakdownLevel Nevalyashka_BreakdownLevel

Trading strategy: the breakout of a High/Low in the selected time interval.