About Intraday data

Discussions about the testing and simulation of mechanical trading systems using historical data and other methods. Trading Blox Customers should post Trading Blox specific questions in the Customer Support forum.
Post Reply
fxchess
Contributor
Contributor
Posts: 2
Joined: Wed Jan 13, 2016 1:59 am

About Intraday data

Post by fxchess »

Dear all
How can I import Intraday data into trading blox and show the chart,thank you!
Tim Arnold
Site Admin
Site Admin
Posts: 9015
Joined: Tue Apr 06, 2004 1:41 pm
Location: Boston, MA
Contact:

Re: About Intraday data

Post by Tim Arnold »

You can put any intraday data into a CSV text file in the format D,T,O,H,L,C,V. Be sure there is a header line so the timeframe is clear.

Date is YYYYMMDD and Time is HHMM.

Code: Select all

DATE,TIME,OPEN,HIGH,LOW,CLOSE,VOLUME
20040701,0810,28.690,28.710,28.560,28.700,20368
20040701,0820,28.690,28.700,28.650,28.650,32690
20040701,0830,28.650,28.730,28.640,28.700,39250
Post Reply