Looking to trade ES/CL data for NQ (Ninja compatible)

What? Im looking for data on NQ...... where did you get the .9 figure from?

I do have 10 years of 1min NQ continuous data.

This is the format you need?

Code:
Date Time;Open;High;Low;Close;Volume
20060101 000100;xxxx.xx;xxxx.xx;xxxx.xx;xxxx.xx;xx
 
I do have 10 years of 1min NQ continuous data.

This is the format you need?


Code:
Date Time;Open;High;Low;Close;Volume
20060101 000100;xxxx.xx;xxxx.xx;xxxx.xx;xxxx.xx;xx

Fantastic! this is great.

Do you run your data in Ninjatrader?

What platform do you run your data on?
This is the format it has to be in:

Minute Bars Format
Each bar is written on its own line and fields are separated by semicolon (;).
The format is:
yyyyMMdd HHmmss;open price;high price;low price;close price;volume
Sample data:
20061023 004400;1377.25;1377.25;1377.25;1377.25;86
20061023 004500;1377.25;1377.25;1377.25;1377.25;27
20061023 004600;1377.25;1377.25;1377.25;1377.25;24
20061023 004700;1377.50;1377.50;1377.25;1377.25;82



Thanks

@M.ST.
 
Back
Top