Let's say I have two legs to execute on different conditions (one to buy call and one to buy put).
When my first condition for call buy triggers and then exits due to predefined SL.
Now, I don't want my put condition to trigger immediately, but wait for some time before executing.
How can I enable a time based execution? My simple momentum logic won't work here.