Reply

How can I block out news hours in EA Wizard?

4 replies

arman360x

Subscriber, bbp_participant, community, 17 replies.

Visit profile

6 years ago #116776

Hi

EA Wizard is a great experience for me.

From zero knowledge of coding,Now I understand many programming languages because of EA Wizard.

It is a great journey for me.

 

Today I have a request  .

 

I want to block out news hours in a Strategy.

 

if Hour()>= StartHour

&&Hour <=EndHour

 

This method is not serving my purpose.

 

I want to trade from 9 broker Time to 18 broker time.

 

and I want to exclude

daily three to four news events

from my trading

 

How can I exclude Hours inside my Trading hours in EA Wizard?

Can you please help.

 

For Every High Impact News 1Hours blockout period.

 

 

Waiting for your reply.

 

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

6 years ago #142909

Hello,

 

you can simply add another condition on the rule tab to exclude for example trading at 12 o’clock. See screenshot

File: hours.jpghours.jpg

0

arman360x

Subscriber, bbp_participant, community, 17 replies.

Visit profile

6 years ago #142937

cool!

Previously I tried to assign new values to starthour variable,it was complicated.

Now it seems good.

can you show please how I can blockout from (12:30 to 14:50)?

Can I assign Time Values like this in EA Wizard?

 

Best Regards

Arman

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

6 years ago #142963

Hello,

 

it can be done like this in example attached. Let me know if any questions

0

daveng

Customer, bbp_participant, community, 93 replies.

Visit profile

6 years ago #143071

Hi

EA Wizard is a great experience for me.

From zero knowledge of coding,Now I understand many programming languages because of EA Wizard.

It is a great journey for me.

 

Today I have a request  .

 

I want to block out news hours in a Strategy.

 

if Hour()>= StartHour

&&Hour <=EndHour

 

This method is not serving my purpose.

 

I want to trade from 9 broker Time to 18 broker time.

 

and I want to exclude

daily three to four news events

from my trading

 

How can I exclude Hours inside my Trading hours in EA Wizard?

Can you please help.

 

For Every High Impact News 1Hours blockout period.

 

 

Waiting for your reply.

 

If you want to be precise to the extend that your EA automatically block out high impact news during your trading hours and lets you determine the before/after news duration, then only a news filter can do that.

News filter is out of SQ scope, hence you’ll need to get it externally or develop one.

One of my self-developed products is using news filter – see attached my news filter screenshot.

0

Viewing 4 replies - 1 through 4 (of 4 total)