|
Hi,
Can you guys show me how to import data that comes in this format programmatically for use in a strategy,
I have looked at the docs but cant get it to work/stream through dataManager:
datetime,tradePrice,tradeSize,direction,bidPrice,bidSize,askPrice,askSize 2014-11-20 21:48:30.961225000,NaN,NaN,NaN,76.15,10,76.17,1 2014-11-20 21:48:30.961225000,NaN,NaN,NaN,76.15,10,76.17,2 2014-11-20 21:48:32.691721000,NaN,NaN,NaN,76.16,1,76.17,2 2014-11-20 21:48:32.691721000,76.17,1,0,NaN,NaN,NaN,NaN 2014-11-20 21:48:32.691721000,76.17,1,0,NaN,NaN,NaN,NaN
Thanks
|