I have an external datetime varialble:
When I execute the EA/Script, the MT4 would not allow me to have any "seconds" on the above datetime variable.
Repeated I entered 2006.08.25 01:28:30 and it is saved as 2006.08.25 01:28. Printing the variable within the EA reveals that there is indeed no seconds. How do I enter the seconds here or is this trully limitation of the MT4 platform not being able to have any seconds field in the datetime.
Inserted Code
extern datetime_Date= D'2006.08.25 01:02:30';
When I execute the EA/Script, the MT4 would not allow me to have any "seconds" on the above datetime variable.
Repeated I entered 2006.08.25 01:28:30 and it is saved as 2006.08.25 01:28. Printing the variable within the EA reveals that there is indeed no seconds. How do I enter the seconds here or is this trully limitation of the MT4 platform not being able to have any seconds field in the datetime.