I use NinjaTrader DLL library to import my own data into NT.
I use Last,Bid,Ask methods in different windows threads.
Sometimes data events occur at one time and imported data are corrupting - price =0.
I try use locks for DLL methods but at result data fill with big delays.
Any suggestion about this...


Comment