Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 16:56:24 +0000



Post From: Import csv data and plot a graph

[2018-07-13 08:20:12]
User852086 - Posts: 41
Hi there,

I'd like to graph the below set of data on the sierra charts.
On the spreadsheet, this data is divided into 4 columns (timestamp, symbol, rate1, rate2)

timestamp   symbol  rate1   rate2
2018-07-13T04:00:00.000Z  SYMBXXX  0.000066  0.000198
2018-07-12T20:00:00.000Z  SYMBXXX  0.0001   0.0003
2018-07-12T12:00:00.000Z  SYMBXXX  -0.000324  -0.000972
2018-07-12T04:00:00.000Z  SYMBXXX  0.0001   0.0003
2018-07-11T20:00:00.000Z  SYMBXXX  0.0001   0.0003
2018-07-11T12:00:00.000Z  SYMBXXX  0.0001   0.0003
2018-07-11T04:00:00.000Z  SYMBXXX  0.0001   0.0003

Can you please advise what is the best way of doing it?