Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
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
Ö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
Exp_TralingStop - MetaTrader 5 için Uzman Danışman
- Görüntülemeler:
- 3041
- Derecelendirme:
- Yayınlandı:
- 2017.01.19 16:59
- Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
The EA moves a stop loss (pushing it closer to the price) to a predefined fixed distance from the current price.
//+----------------------------------------------+
//| Expert Advisor input parameters |
//+----------------------------------------------+
input uint TralingStop=500; //position stop loss in points
input uint Deviation_=10; //max price deviation in points
//+----------------------------------------------+
//| Expert Advisor input parameters |
//+----------------------------------------------+
input uint TralingStop=500; //position stop loss 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/16830
Scalpel EA
Scalpel EA for MetaTrader 5
DVD LevelThe Expert Advisor opens trades when the price approaches an integer cent, for example, 1.39, 1.40 or 1.41.
Exp_ReOpenPositions
The Expert Advisor increases the volume of an open position if profit in points from the last trade increases a threshold fixed in the EA inputs.
Waddah_Attar_Trend_AlertWaddah_Attar_Trend indicator features alerts, emails and push notifications.