software – Displaying custom market data


I have my own market data (OHLCV), for example in CSV format. Which charting software can I use for displaying custom market data as candles or bars?

Software does not need to accept CSV specifically, I can programatically transform the data into any format necessary.

It seems like the most basic thing to do, but I did not find any obvious solution.

Clarification:
I am looking for a software tool which lets me do this as a user, not as a programmer, similar to how I can use TradingView with it own data feeds. I don’t mind doing any pre-use data format conversion programmatically.

Previously, I was able to display custom data using a programmatic approach:

  • I was able to do this by using Lightweight Charts.
  • I was also able to create my own, completely custom chart component, then use the data however I liked.
  • I also know I can use Python for charting.

All of the above mentioned programmatic approaches are too complicated for the purpose of simply viewing the data, require programming (duh) and can be time consuming, and sometimes lead me to spend more time developing software than using it for its stated purpose.



Source link

Related Posts

About The Author

Add Comment