| / | Forum |
|
o6o2
2006.04.12 00:20
basically the code is suppost to run between endtime and canceltime, but only on the same date, (if i dont put the same date in, the EA runs mad and calculates all bars) but with this code, the ea only shows up within a 2 week period in the tester, i ran one for a whole year. please help! thank you! |
|
MagicNumber: "Magic" Identifier of the Order The article deals with the problem of conflict-free trading of several experts on the same МТ 4 Client Terminal. It "teaches" the expert to manage only "its own" orders without modifying or closing "someone else's" positions (opened manually or by other experts). The article was written for users who have basic skills of working with the terminal and programming in MQL 4. |
|
bar4ka
2006.04.15 03:56
o6o2: This is what i saw in help for StrToTime:
basically the code is suppost to run between endtime and canceltime, but only on the same date, (if i dont put the same date in, the EA runs mad and calculates all bars) but with this code, the ea only shows up within a 2 week period in the tester, i ran one for a whole year. please help! thank you!
looking in your code i saw int instead of datetime. Maybe this is your problem |