I'm interested in the new historical data import feature: "Historical data import are now implemented as NinjaScript objects - Advanced developers can program their own custom import formats"
This is not a bug report. I'm just looking for any helpful information on how to get started with NinjaScripts to do custom data import.
I see there is info on NinaScripts in the online help I'll need to start with.
Is there any sample code for doing data import that I can work with? Or code for the existing import scripts?
I'm trying to import the following O,H,L,C,V daily bar data from a comma delimited file, .csv:
MM/DD/YYYY,O,H,L,C,V,OI
Corn
09/01/2009,325.25,326.25,316.75,319.25,18300,833985
09/02/2009,317.50,319.50,315.50,319.25,17329,830164
09/03/2009,320.00,320.00,311.50,315.75,16212,832031
ES
09/01/2009,1021.00,1027.75,995.25,996.50,3249260,2673611
09/02/2009,996.25,1001.00,991.00,994.25,1958151,2677307
09/03/2009,994.00,1004.25,991.25,1001.75,1420624,2653208
09/04/2009,1001.50,1016.25,1000.00,1014.00,1635400,26832 68
US bonds
09/01/2009,119.65625,120.40625,118.71875,120.00000,30781 8,774966
09/02/2009,120.00000,121.34375,119.78125,121.15625,19631 8,769266
09/03/2009,121.06250,121.12500,120.31250,120.68750,15221 1,766874
09/04/2009,120.59375,120.71875,119.00000,119.06250,17786 0,760436
Thanks,

Comment