Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

Exp_TralingStop - sistema esperto per MetaTrader 5

Visualizzazioni:
2819
Valutazioni:
(17)
Pubblicato:
2017.01.19 16:59
\MQL5\Include\ \MQL5\Experts\
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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
//+----------------------------------------------+

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/16830

Scalpel EA Scalpel EA

Scalpel EA for MetaTrader 5

DVD Level DVD Level

The Expert Advisor opens trades when the price approaches an integer cent, for example, 1.39, 1.40 or 1.41.

Exp_ReOpenPositions 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_Alert Waddah_Attar_Trend_Alert

Waddah_Attar_Trend indicator features alerts, emails and push notifications.