is this correct?
-
Is this correct? I want to turn EA 1am and turn off 9pm.. is this correct? using server/broker time.
and also when the EA is OFF, it should delete Pending Order.
The Time fliter will be placed above the entire logic
@ambrogio @l-andorrĂ @jstap @roar

-
@tec-nacks Looks alright to me!
You could use a simple "Modify Variables" block that turns a variable ON or OFF depending on the filter status and a "Comment" block to visualize it in the backtester.
-
@Abade69 okay, am not good wit variables yet, can you help with a demonstration?
-
@tec-nacks Sure friend, here it is:
https://fxdreema.com/shared/j3RUeWNX
Check if it is set to "true" or "false" whenever you want it to.
Don't be afraid to experiment yourself, FxDreema makes EA coding very easy

-
Waow...that's amazing...
So the logic will be placed under the trading allowed, right?
yeah...fxdreema does it has its own tweaks, guess I need more depth on variables
-
@tec-nacks That depends. You should place anything that must be done inside that time-window under the block and everything else outside of it or during its OFF condition.
-
@Abade69 alright, I understand now