Specify ONLY Limit Orders
-
Hope you all are well,
I've been using the Buy/Sell Pending orders block and have ran into a slight issue; I'd like to specify to ONLY use limit orders and not create stops.
I know this can be avoided by using For Each Pending order > Delete Pending Order (Stops) but this is extremely taxing on the backtester and making an incredible amount of unnecessary deals.
If anyone would have a solution to this, It would be greatly appreciated!
Thanks
Butters
-
These are created from the buy/sell position:
if buy place open above is a stop
if buy place open below is a limit -
Hey @jstap, I looked into the logic of it and found the issue. Thanks for the response!!!!