I'm writing a back test study which uses the EFS broker functions to enter limit orders upon certain conditions which all works well. I'd like to add a time in force variable to the system that does something like if the limit order has not been filled within 3 bars then cancel. From looking at the EFS functions it doesn't seem like i can do this & might have to either code my own broker DLL or use something like DynaOrder(?)
It's important to my strategy as otherwise the back test results are incorrect.
Thanks in advance.
It's important to my strategy as otherwise the back test results are incorrect.
Thanks in advance.
Comment