Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 7634
- Note:
- Publié:
- 2017.05.29 14:21
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The Expert Advisor moves trailing stops of all positions on the current symbol.
Expert Advisor input parameters:
//+----------------------------------------------+ //| Expert Advisor input parameters | //+----------------------------------------------+ input uint StopLoss_=1000; //Stop Loss in points input int TralStart=1000; //Trailing start in points input uint TralStep=200; //Trailing step in points input uint Deviation_=10; //Max. price deviation in points
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/18089

The indicator finds fractals of any dimension.

The indicator displays the change in price as a percentage relative to the Open price of the current candlestick.

The drawing of this Moving Average is based on Demark's "Daily Range Projections" method.

Average True Range (ATR) indicator values from other timeframes in a digital format, displayed as text on the chart.