Weekday filter
-
Sure, here are the steps in English for setting up the weekday filter block in fxdreema based on the confirmed information:
- Select the "Condition" block in the fxdreema interface.
- Choose "Terminal Variables" from the left-hand side.
- Enter the constant "timedayofweek".
- Select "Equals" from the middle operations menu.
- Enter the constant value "0" on the right-hand side.
By following these steps, you will have created a condition that checks when timedayofweek equals 0, allowing you to specify Sunday for trading through your expert advisor in fxdreema.
Please, are these steps correct to set the weekday filter block to control it through the expert interface?
-
TimeDayOfWeek() returns 0-6 Sunday-Saturday, text code input == 0 would be Sunday
-
@alhammeed1990 Don't you mean 'modify variables' instead of 'terminal variables'?