-
Putting CSV data into a chart & other questions
Hello!
I would like to put my CSV data into a chart. So far I’ve put it into a table and a canvas financial chart, but don’t know how to edit anything from there. Is there a tutorial on this? For now I’m not fussy on how the data in displayed; I don’t really understand the platforms.
I am using a CSV exported from a TradingView chart, it should be timestamps, OHLC and an indicator output in the columns. I only want to use half of the data, so first I need to edit the CSV. I’d like to do that from Q – how do I access fields in CSV files with Q? What’s the best way to do this, in console/developer/dashboard nodes?
What ways can look for correlations between the data? (for example, Close & indicator output)
https://kx.com/learning/modules/introduction-dashboards/#dashboards-overview – at the end of this video, ‘cars’ comes out of nowhere – how can I make my CSV file accessible there?
How can I edit the data source once the chart or table has a data source applied on Dashboard?
So far I have used
("PFFFFF"; enlist ",") 0: `:spy.csv
as Q code in a node on Dashboard, which I’m using for the financial chart and table. It’s showing the OHLC (400 ish) and the indicator value (5-10) on the same chart, so it looks very compressed. How can I visualize and compare these two things in Dashboard or Developer?I tried to use ‘Builder’ but couldn’t find my own files. How can I use my own CSVs with Builder?Pretty much anything which I can use to learn these platforms using my own data would be appreciated.Thanks!
Log in to reply.