Quote from risky63:
why do you need all this type of data?
all I see is a naked ballyhoo 2.6 miles behind the boat, while I've got 3 nice yellows on just 150 ft behind the boat.
do you see the analogy?
Quote from shark:
Hiya. Posting this in the trading forum because the software forum is too illiquid lol.
If i have tons and tons of historical data in this format
06/05/2006,0931,79.10,79.11,79.07,79.08,102300
06/05/2006,0932,79.06,79.08,79.06,79.07,14900
06/05/2006,0933,79.06,79.07,79.01,79.05,43700
How do I convert it into the proper format for Ninjatrader? ie- it needs to be like 20060605 for the date. It would take me many moons to do it manually.
Much obliged.
Quote from thejam:
This should work if your file is standard ASCII (date,time,open.high,low,close,volume). But it depends on the source of your data, no guarantees of course.
Download pitraders converter here: http://pitrading.com/ascii2nt
Drag-n-drop the file on the converter or from the dos prompt type: ascii2nt 'filename'
If it works with your data, the converted file will have a NT at the end.
Good luck and post back if it works or not.