i am new to NT an tried to backtest some of my strategies but i get into some limitations of my knowledge were neither the forum nor the documentation gave me an answer. So maybe someone else can give me a hint.
I want to create an oco order to better test an eod strategy since i have no better granularity i tried this as suggested in the forum (intrabar). So what i need is some sort of enterlongstop & entershortstop at the same time if possible with stoploss, or if not i can write some routine with OnOrderUpdate to generate this after one of the orders would be filled.
But a simple try to open both positions led to an error in the logs, that only one of those orders could be executed. Is there some sort of oco capability i can use or a workaround which can lead to the same result?
I am aware of the problem that a bar have no mind in which order the OLHC prices occure but this is a problem i probably can handle with some other glue logic.
Thanks

Comment