Zalogowany jako: gość

Forum

Wątek: Accessible charting solutions for financial markets: thoughts?

Wróć do listy wątków

1 z 1

1 z 1: cody_hurst_official

Hello everyone. Over the last year I have been working on an accessible trading platform based on the Highstocks charting library. the intent is to create an all in one fully accessible trading/charting solution for those wishing to interact with charts, perform technical analysis and make intelligent trading decisions. Highcharts has a suite of accessibility features in their API and I've been working on a backend for retrieving OHLC data. As I've worked on this project I have seen how the logistics of providing a service like OHLC data at scale can and probably will be a problem, probably too much to detail in one post. the backend is using a couple python scripts, one being a flask server which makes aPI calls to a crypto fetching script which uses the CCXT library. I'm currently in the process of making this script more robust by not just retrieving OHLCV data and feeding it back to the front end, but storing it in a timescale database which can easily be queried to aggregate different timeframes. The reason why I'm doing this is because crypto exchanges have limits on how much data can be requested at once and I need this site to serve multiple people at once. I'm not very skilled with java script at all, only python so getting some help in this department would be appreciated if anyone knows java script. I have searched low and high and have not found anything at all that comes close to what I'm attempting to put together. We need more than just a single moving average and a price chart. there are so many indicators that can be very very helpfulwhen analyzing a financial instrument, such as MTFEMA's, EMA fills, rsi, trend lines, fib retracements and extentions as well as creating custom price channels. Currently, I'm focusing on primarily crypto, but eventually would like to add the functionality to view traditional assets like indices, forex markets, stocks and commodities. One step at a time though. Any help is appreciated and I can provide the code if someone thinks they can help contribute to this project. My goal is to provide something everyone can use, for free and eventually put the platform as a website on github. Currently I've gotten the site working as a proof of concept but it definitely needs to be enhanced to be more robust. thanks for your consideration.
CH Official
21.06.2024 04:45

Wróć do listy wątków

1 z 1


Nawigacja


Copyright (©) 2014-2024, Dawid Pieper