MicroTrendsLtd / NinjaTrader8

NinjaTrader8 Components Strategies and Trading tools
MIT License
72 stars 17 forks source link

Bug in OnOrderUpdate with case OrderState.Working: #71

Closed lavalampmj closed 2 years ago

lavalampmj commented 2 years ago

else if (order == orderEntryOCOLong || order == orderEntryOCOLong)

one of these should be the short order

else if (order == orderEntryOCOLong || order == orderEntryOCOShort)

MicroTrendsTom commented 2 years ago

ok fixed in the main branch ty very much :-)