How to run on specific days

I want to run my Algo only on Specific days of the week. i.e. Monday, Tuesday, Wednesday and Friday only. How to do that in Streak?

@Streak can you.

1 Like

Hi @Keith_Guy,

For Monday, you can write
Candle Time(dayofweek) equal to 1

For Tuesday,
Candle Time(dayofweek) equal to 2

Similarly for Friday,
Candle Time(dayofweek) equal to 5