Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Scripts

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

Views:
3082
Rating:
(24)
Published:
2017.01.18 08:58
\MQL5\Include\
Need a robot or indicator based on this code? Order it on Freelance Go to 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

Translated from Russian by MetaQuotes Ltd.
Original code: 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.