How to use Once a day block properly?
-
Hi,
I have the following block:

I only want either buy or sell depending which condition is met first to happen once a day. I ran a backtest and noticed that the buy would happen and closed and then on the same day if the condition satisfied sell, a short trade would be opened.
Please help.
-
set once a day at begin then no trade
-
@saikat4125 said in How to use Once a day block properly?:
set once a day at begin then no trade
That's not the right solution.
The following works in such cases:
https://fxdreema.com/shared/dtLe9Zlae -
@dany-deluxe eh. thats debatable.
I personally avoid that block entirely and use "once per bar" and set it to the daily time frame within the block.