Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Skyscraper - indicateur pour MetaTrader 5
- Vues:
- 5841
- Note:
- Publié:
- 2018.10.25 18:37
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Real author: TrendLaboratory
A trend indicator of NRTR type with an additional middle line.
//+----------------------------------------------+ //| Indicator input parameters | //+----------------------------------------------+ input uint Length=10; // ATR period input double Kv=0.9; // Indicator sensitivity factor input double Percentage=0; // Middle line approaching the extreme lines input Method HighLow=MODE_HighLow; // Indicator calculation by High/Low or Close
Fig. 1. Skyscraper
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22177
XRSI_Candle_Vol_Zer_Alerts
XRSI_Candle_Vol_Zer indicator provides alerts, sends email and push notifications at the incoming trading signals
XCCI_Candle_Vol_Zer_AlertsXCCI_Candle_Vol_Zer indicator provides alerts, sends email and push notifications at the incoming trading signals
TradeTransactions
Access to OnTradeTransaction data anywhere within an application
Easy CanvasThe library and iCanvas class simplify writing programs using Canvas.