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
Visualizzazioni:
17223
Valutazioni:
(17)
Pubblicato:
2008.09.12 06:16
Aggiornato:
2014.04.21 14:53
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance


Depending on whether the values of the UpDoun = true or = false, the script either drags the StopLoss closer to the market or pushes it away from the market holding the same Distance in points.

It thoroughly takes the place of trailing stop.

If a DC limits placing the Stops and Limits "for the market" (usually it is 10 points) you should


//+------------------------------- Detremine the limit of your DC -----+
 
// if(Distance<10) Dist=10;
 
// else 
 
Dist=Distance;
 
//+------------------------------------------------------------------+


delete the comment in the block and specify the necessary value of the Dist


//+------------------------------- Determine the limit of your DC -----+
 
if(Distance<10) Dist=10;
 
else 
 
Dist=Distance;
 
//+------------------------------------------------------------------+


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

Metatrader Expert Advisor e-Regr  and Metatrader  Indicator i-Regr Metatrader Expert Advisor e-Regr and Metatrader Indicator i-Regr

Regression Channel Indicator and Expert Advisor

Open SELL Open SELL

The script opens a SELL position with the specified part of the FreeMargin.

CloseAllBuySell CloseAllBuySell

The script closes all opened Buy and Sell positions in the active window.

Fisherorg_v1 Fisherorg_v1

Indicator Fisherorg_v1.