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
YURAZ_RSAXEL Script draws the Axel Rudolph levels - script pour MetaTrader 5
- Vues:
- 3342
- Note:
- Publié:
- 2017.01.18 08:58
- Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
//+------------------------------------------------------------------+ //| YURAZ_RSAXEL.mq5 | //| Copyright 2009, MetaQuotes Software Corp. | //| http://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "2009, MetaQuotes Software Corp." #property link "http://www.mql5.com" #property version "1.00" #include "YURAZ_ClassRSAXEL.MQH" // Class // // Draw the Axel Rudolph levels // OOP void OnStart() { Parsing *Pars=new Parsing; datetime td=D'1999.01.01'; Pars.begin(td); delete Pars; }
below are the data samples for the script, prepared manually from news
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/11348
DownloadHistory
Symbol for downloading the history data for the current symbol with indication of progress.
Imp_XMAMoving average wing averaging of the linear combination of the input price timeseries.