Is there a buffer/temp file from wich I can read current market data? I realize I can make a script with OnMarketUpdate( ) and a file streamer for this purpose. But if there´s allready such a file easily accessible that would be convenient. Might it be possible to stream from the Kinetick socket?
//Kindly, Fredrik
EDIT: I intend to use it in my own piece of (self used) software and might be able to use the OnMarketData() event from there. Does this evenhandler reside in the NinjaTrader.Data namespace?
This also gave me some input: http://www.ninjatrader.com/support/f...ream+data+file

Comment