Jump to content

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
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
  prattpot said:
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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...