Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 15312
- Note:
- 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

Indicator GordagoElder.

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