YURAZ_RSAXEL

Author: 2009, MetaQuotes Software Corp.
0 Views
0 Downloads
0 Favorites
YURAZ_RSAXEL
//+------------------------------------------------------------------+
//|                                                 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"


//
// Ðèñóåì óðîâíè ÐÓÄÎËÜÔÀ ÀÊÑÅËß 
// ÎÎÏ

void OnStart()
  {
   Parsing *Pars=new Parsing;
   datetime  td=D'1999.01.01';
   Pars.begin(td);
   delete Pars;

  }

Comments