Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Script

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

Visualizzazioni:
3115
Valutazioni:
(24)
Pubblicato:
2017.01.18 08:58
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.