Page 1 of 1

About Intraday data

Posted: Wed Jan 13, 2016 2:04 am
by fxchess
Dear all
How can I import Intraday data into trading blox and show the chart,thank you!

Re: About Intraday data

Posted: Wed Jan 13, 2016 8:02 am
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