
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
reformat the csv string (if necessary) and convert it to a datetime with StringToTime - Conversion Functions - MQL4 Reference StrToTime - Conversion Functions - MQL4 Reference
Hi,
I did that already,
Dat_DtTm =StrToTime(Str_DtTm); // Transformation of data type
It was an indicator previously, So date time is working perfectly as an indicator. But not the EA.
"Doesn't work" is meaningless - just like saying the car doesn't work. Doesn't start, won't go in gear, no electrical, missing the key, flat tires - meaningless. There are no mind readers here.
Post your code and the values of your variables.
cashcube 2016.03.24 05:36 #
Ok Re posting again,
Data in the CSV file stored liked this.
No reply yet.
How to delete a thread?
reformat the csv string (if necessary) and convert it to a datetime with StringToTime - Conversion Functions - MQL4 Reference StrToTime - Conversion Functions - MQL4 Reference
Dat_DtTm =StrToTime(Str_DtTm); // Transformation of data type
Are they the same format? NO!
see How to Extract from a String (barnacle7) - MQL4 forumI have also already pointed out that
May well lead to expected execution of code not happening.