MicroTrendsLtd / NinjaTrader8

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

Fixes all references to consistently use the AlgoSystemBase.Now for time #91

Closed bdowling closed 1 year ago

bdowling commented 1 year ago

This PR addresses the inconsistent time issues I was seeing in Playback mode. There is now a single Now() function that determines which time reference to use.

I have been testing this for a few days with good results.

This addresses part of #88, I'll submit another PR for the other issue (with orders timing out quickly) I encountered as the change has a much broader scope.