How to create a strategy that runs only on expiry day and lets the position expire?
I have created a set where the entry condition checks if it is expiry day and takes a position.
After that it lets the position expire.
In set exit I have a simple condition which checks if it is not expiry day then exit set.
However set exit is not getting triggered and hence set re-entry is also not happening on the next expiry day.
I have to manually exit the strategy and reactivate it.
I can see an entry made by tradetron at 4.15pm on expiry day closing the expired position, but set exit or set re-entry is not triggered again.
I dont want to have to manually exit and reactivate. Is there a way to do it automatically?