Guarda come scaricare robot di trading gratuitamente
Ci trovi su Facebook!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 15317
- Valutazioni:
- Pubblicato:
- 2008.09.09 09:10
- 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 the value of UpDoun =true or =false, the script either drags the TakeProfit closer to the market or pushes it away from the market holding the same Distance in points.
If a DC limits placing Stops and Limits "for the market" (usually it's 10 points) you should
//+------------------------------- FIND OUT ABOUT THE LIMITS OF YOUR DC -----+ // if(Distance<10) Dist=10; // else Dist=Distance; //+--------------------------------------------------------------------------+
remove the comment in the block and set the Dist value.
//+------------------------------- FIND OUT ABOUT THE LIMITS 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/8408

Indicator GordagoElder.

Indicator WolfWave. It is written on the basis of the ZigZag.