molanis.com/forum - Tools for MetaTrader : The place to ask about the best expert advisor builder, expert advisor downloads, and expert advisor programming

AFTER YOU REGISTER SEND US AN EMAIL TO ACTIVATE YOUR ACCOUNT - Before posting:-1- Please read the user guide -2- Try the examples -3- Search in the forum
It is currently Sat May 11, 2024 12:31 am

All times are UTC - 5 hours




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Open trade Sunday night (UK time)
PostPosted: Wed Aug 21, 2013 10:58 am 
Offline

Joined: Sat Aug 17, 2013 3:09 pm
Posts: 3
Hi,
Using the Time module I can see Mon-Fri trading days, but nothing for Sunday evening. How can I open a trade on Sunday as soon as the US market reopen after Friday close?

Mike


Top
 Profile  
 
 Post subject: Re: Open trade Sunday night (UK time)
PostPosted: Mon Aug 26, 2013 5:48 pm 
Offline
Site Admin

Joined: Fri Oct 16, 2009 3:40 pm
Posts: 451
Unfortunately the time filters work Monday to Friday. To use Sunday you need to use the mql icon typing the code


Top
 Profile  
 
 Post subject: Re: Open trade Sunday night (UK time)
PostPosted: Mon Aug 26, 2013 7:33 pm 
Offline
Site Admin

Joined: Fri Oct 16, 2009 3:40 pm
Posts: 451
In the mql icon add something like ((Hour()==16)&&(Minute()==0)&&(DayOfWeek()==0))
join it with and AND to execute a trading action. The code means at hour 16 and minute 0 on Sunday...


Top
 Profile  
 
 Post subject: Re: Open trade Sunday night (UK time)
PostPosted: Tue Aug 27, 2013 1:09 am 
Offline

Joined: Sat Aug 17, 2013 3:09 pm
Posts: 3
admin wrote:
In the mql icon add something like ((Hour()==16)&&(Minute()==0)&&(DayOfWeek()==0))
join it with and AND to execute a trading action. The code means at hour 16 and minute 0 on Sunday...


Hi,
Thanks for that suggestion. I'll try that.


Mike


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC - 5 hours


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by Molanis © 2009