Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Recommended Posts

Posted
There are many EA's that will execute based on day of week and/or hours open close. Some even have Open1/Close1. Open2/Close2. I can't think of one right now but if you look around you will find. Either look at the MQ4 settings of each one you examine to see options for trade times or load the ex4 file on MT4 and press F7 and look at the options box. Also, if you make your own EA using say EA Builder you can select these blocks of code (day filter and hour filter). So all is possible. I hope this helps and sorry (again) that I can't think of one off the top of my head right now.
Posted
Thank you for your response. I am not after anything too flash. Essentially something that can open a nominated size order at the precise hour and minute. Preferably based on the computer clock rather than the Broker's Market watch
Posted (edited)

Thanks Freddy

 

Here is the ea you mentioned. Other may find it useful but would rather something simple based on the computer clock

 

 

hxxp://forextop10.ucoz.com/IndikatorMT4/TimeBreakExpert_v2.rar

Edited by prattpot
Posted

Surely you have a trade plan to execute at a particular time? Some criteria other than just the

Or are you looking for a a News type EA that places Pending Orders at a particular time.

Posted
Cheers for your response. I am asleep when some news items initiate so wanted something to initiate a trade and I have an ea that can trail. It is merely something I wish to try as an idea
Posted
Thanks Freddy

 

Here is the ea you mentioned. Other may find it useful but would rather something simple based on the computer clock

 

 

hxxp://forextop10.ucoz.com/IndikatorMT4/TimeBreakExpert_v2.rar

 

 

Just change this parameter and it will be based on your computer clock:

 

extern int        TimeZone         =       0; // Difference between server time and local time

Posted

Hi Freddy,

 

I'll venture my 2 cents here:

 

If the server time as shown in MT4 Market Watch window is 2:57 and the time shown on my PC is 8:57, we would input 5 for the TimeZOne parameter. If my PC time is 1:57 then we would input -1.

 

Is that correct, Freddy?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...