Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Scripts

YURAZ_RSAXEL Script draws the Axel Rudolph levels - script pour MetaTrader 5

Vues:
3118
Note:
(24)
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

Normalized MACD Normalized MACD

Normalized MACD.

Buy sell volume Buy sell volume

Buy sell volume.

DownloadHistory DownloadHistory

Symbol for downloading the history data for the current symbol with indication of progress.

Imp_XMA Imp_XMA

Moving average wing averaging of the linear combination of the input price timeseries.