Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

YURAZ_RSAXEL script for drawing Axel Rudolph levels - MetaTrader 5 script

author EAcpu | 4 reads | 0 comments |
//+------------------------------------------------------------------+
//| YURAZ_RSAXEL.mq5 |
//| Copyright 2009, MetaQuotes Software Corp. |
//| http://www.mql5.com |
//+------------------------------------------------------------------+
#Property Copyright "2009, MetaQuotes Software Inc."
#Property associated with "http://www.mql5.com"
# Property version "1.00"

#includes "YURAZ_ClassRSAXEL.MQH" // class
//
//Draw Axel Rudolph horizontal line
// object-oriented programming

blank start ()
  {
  Parses*Pars= new parses;
Date and time TD= D'1999.01.01' ;
  Pars.begin(td);
Delete pars;
  }

The following is an example of the script's data, prepared manually based on the news


Attachment download

📎 yuraz_classrsaxel.mqh (8.64 KB)

📎 yuraz_rsaxel.mq5 (0.69 KB)

📎dj2009_09_24.txt (5.78 KB)

📎dj2009_09_25.txt (1.55 KB)

📎dj2009_09_28.txt (1.69 KB)

📎dj2009_09_29.txt (1.69 KB)

Source: MQL5 #11348

Verification code Refresh