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
Uzman Danışmanlar

Exp_TrailingStop - MetaTrader 5 için Uzman Danışman

Görüntülemeler:
7037
Derecelendirme:
(31)
Yayınlandı:
2017.05.29 14:21
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The Expert Advisor moves trailing stops of all positions on the current symbol.

Expert Advisor input parameters:

//+----------------------------------------------+
//| Expert Advisor input parameters              |
//+----------------------------------------------+
input uint   StopLoss_=1000;      //Stop Loss in points
input int    TralStart=1000;      //Trailing start in points
input uint   TralStep=200;        //Trailing step in points
input uint   Deviation_=10;       //Max. price deviation in points

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

iFreeNumFractals iFreeNumFractals

The indicator finds fractals of any dimension.

CandleDifference_Obj CandleDifference_Obj

The indicator displays the change in price as a percentage relative to the Open price of the current candlestick.

ColorXMUV ColorXMUV

The drawing of this Moving Average is based on Demark's "Daily Range Projections" method.

Average True Range (digital) Average True Range (digital)

Average True Range (ATR) indicator values from other timeframes in a digital format, displayed as text on the chart.