| / | Forum |
|
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 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. |
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. |