I need time ,I need money, I need more patience
- #4
- Last Post: Oct 6, 2008 10:40pm Oct 6, 2008 10:40pm
- Joined Jul 2006 | Status: Trader | 2,924 Posts
Time zones in metatrader, what is it in central time? 13 replies
time is set to GMT+0 time zone, what is my time adjustment? 0 replies
Adjusting time/time format with MT4? 9 replies
Dear Full time/Part time Traders – Thanks for your time and help 7 replies
Question on Lower Time Frame Indicators Vs. Longer Time Frame 7 replies
DislikedDear frineds:
I want to know how the mt4 to excute a scritpe at a specified time. for example, at the opening of market of next week.
regardsIgnored
while(1==1) { // loop indefinitely
if (TimeCurrent() > D'2008.10.07 01:09:00') { // wait until this date/time is reached
ObjectCreate("x1",OBJ_VLINE,0,Time[1],0); // and then perform this action, and exit the loop
break;
} }