Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
14762
Note:
(13)
Publié:
2008.09.09 09:10
Mise à jour:
2014.04.21 14:53
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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;
//+--------------------------------------------------------------------------+


Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/8408

GordagoElder GordagoElder

Indicator GordagoElder.

SteelBlue SteelBlue

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

#MAMA #MAMA

Indicator #MAMA.

Aroon Horn Aroon Horn

Indicator Aroon Horn.