I have an entry condition (limit and Stop prices) that is true at almost every bar. Exit takes place at the
Open of the next bar. Although I have set entries per direction to 2
it seems there can not be placed an entry at the bar where an exit takes place.
for example: bar 1: Entry condition is true, Entry takes place
bar 2: Entry condition is true, but Exit only
bar 3: Entry condition is true, Entry takes place
I use entrylonglimit, entrylongstop, exit with managed approach, without OnOrderUpdate method.
How to force entries at every bar where entry condition is true?

Comment