This is the error that I got while debugging with Visual Studio 2022:
2025-02-24 15:30:36:012|1|64|Instrument='SOXL' Account='Playback101' Average price=31.049999999999926 Quantity=100 Market position=Short Operation=Operation_Add
2025-02-24 15:30:36:025|1|32|Order='f6cecee6fe2f4be099ce9e415 1c3de7c/Playback101' Name='Svt-SOXL-S-Enter' New state='Filled' Instrument='SOXL' Action='Sell short' Limit price=0 Stop price=0 Quantity=160 Type='Market' Time in force=GTC Oco='' Filled=160 Fill price=31.04624999999993 Error='No error' Native error=''
2025-02-24 15:30:36:025|1|8|Execution='34e953075bf3430295e82f a5055c216c' Instrument='SOXL' Account='Playback101' Exchange=Default Price=31.039999999999925 Quantity=60 Market position=Short Operation=Operation_Add Order='f6cecee6fe2f4be099ce9e4151c3de7c' Time='11/05/2024 09:08:01'
2025-02-24 15:30:36:048|1|64|Instrument='SOXL' Account='Playback101' Average price=31.04624999999993 Quantity=160 Market position=Short Operation=Update
2025-02-24 15:36:08:152|3|2|Connection lost to the NinjaTrader Historical Data Server: hds-us-nt-008.ninjatrader.com
2025-02-24 15:36:19:940|1|2|Using HDS (hds-us-nt-011.ninjatrader.com/31655)
2025-02-24 15:36:31:598|1|2|Connection restored to the NinjaTrader Historical Data Server: hds-us-nt-011.ninjatrader.com
This is the end of the log, NinjaTrader had crashed at that point.
I've actually been suffering through this for years now. It happens when I'm running an extended debugging session on visual studio.
To further clarify, I'm running playback doing forward testing with historical data. The historical data is filled out properly.
I have tried to flush the DNS and worked through setting the Power Management to off under network adaptors, but it seems like this is due to debugging; the application tries to communicate with something, and it's blocked during debug thus causing the crash.
Thank you for your time and patience.

Comment