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:
- 3166
- Note:
- Publié:
- 2018.06.18 12:19
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The inverted chart of the current financial instrument, displaying Ask and Bid price levels.
//+----------------------------------------------+ //| INDICATOR INPUT PARAMETERS | //+----------------------------------------------+ input bool AskShow=true; // display Ask input color AskColor=clrBlue; // Ask line color input ENUM_LINE_STYLE AskStyle=STYLE_SOLID; // Ask line style input bool BidShow=true; // display Bid input color BidColor=clrRed; // Bid line color input ENUM_LINE_STYLE BidStyle=STYLE_SOLID; // Bid line style input int IndicatorDigits=6; // indicator display accuracy format
Fig.1. Indicator InvertCandle_Plus
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/20834

Indicator AnchoredMomentum_x10 shows the location of indicator AnchoredMomentum from ten different timeframes.

A trading system based on the signales of indicator ATR_Normalize_Histogram

Positions are opened pseudorandomly. In case of loss (closing by Stop Loss and negative profit), Martingale is applied.

Indicator BrainTrend2 that generates alerts and sends e-mails and Push-messages when the indicator changes its color.