Hello,
I am interested in getting the tick series of any symbol for create a customized study from Price/Volume.
I want to get one array with all tick data serie in one only execution. For instance:
SYMBOL PRICE VOLUME DATE TIME
ES Z7 1560.50 10 20071012 08:05:12 <<< current data
ES Z7 1560.25 4 20071012 08:05:03
ES Z7 1560.25 12 20071012 08:04:42
ES Z7 1560.50 10 20071012 08:04:23
...
ES Z7 1460.00 10 20070620 08:00:12
ES Z7 1460.50 4 20070620 08:00:01 <<< the first data
(end)
¿It's possible?
Thanks very much
I am interested in getting the tick series of any symbol for create a customized study from Price/Volume.
I want to get one array with all tick data serie in one only execution. For instance:
SYMBOL PRICE VOLUME DATE TIME
ES Z7 1560.50 10 20071012 08:05:12 <<< current data
ES Z7 1560.25 4 20071012 08:05:03
ES Z7 1560.25 12 20071012 08:04:42
ES Z7 1560.50 10 20071012 08:04:23
...
ES Z7 1460.00 10 20070620 08:00:12
ES Z7 1460.50 4 20070620 08:00:01 <<< the first data
(end)
¿It's possible?
Thanks very much
Comment