David Soderstrom / Profile
- Information
10+ years
experience
|
0
products
|
0
demo versions
|
0
jobs
|
0
signals
|
0
subscribers
|
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
David Soderstrom
Added topic MQL4, for cycle, datetime variable problem
Hi, I have following code: input string File_Name= "DS_SYMBOL_INFO_SCRIPT.csv" ; input datetime StartDate= D'2014.09.09 09:00:00' ; input datetime EndDate= D'2014.09.12 09:00:00' ; for ( int i=StartDate;
David Soderstrom
Added topic for cycle, beginner Q
Hi, what is wrong with following code? for ( int i=StartDate; i<=EndDate; i+ 86400 )
: