MQL4 - automated forex trading   /  

Forum

datetime array definition

Back to topics list To post a new topic, please log in or register

avatar
8
ATAHUALPACL 2006.06.05 18:42 
I have in my EA the following datetime array definition: datetime Chart_Times[]; when I access the array with: ArrayCopySeries(Chart_Times,MODE_TIME,Symbol(),PERIOD_M1); the array Chart_Times[] has the following information: 1149289080 1149288480 1149288540 ...
can somebody say to me which is the structure of these data and how they represent date-time as I believed?

I very will be thanked for you.
How to Develop a Reliable and Safe Trade Robot in MQL 4

How to Develop a Reliable and Safe Trade Robot in MQL 4

The article deals with the most common errors that occur in developing and using of an Expert Advisor. An exemplary safe automated trading system is described, as well.


avatar
Moderator
5198
stringo 2006.06.05 19:12 
http://docs.mql4.com/basis/types/datetime

The value represents the amount of seconds elapse from 00:00 Jan 1, 1970.

Back to topics list  

To add comments, please log in or register