Extracting price levels from `Chart` Image

#2
by diliprk - opened

Great Work Stephan, is it also possible with this model (or any other model that you are aware of ) to extract the price levels (Eg: Support or Resistance lines or supply / demand zones) from an image classified as a price Chart?
TV_SampleShot.png

For example in the attached image the following price levels can be extracted from the technical analysis markings (which may be manual or from an indicator) on the chart :
1.) Support Line at 2604.86
2.) Demand Zone at ~(2540 - 2560)
3.) Supply Zone at ~(2700 - 2740)

I am wondering if it would be possible with any ML or LLM model?

I once had the same idea and asked chatGPT about it. I think it should be possible however, the biggest hurdle (in my eyes) is creating the training data. As far as I'm aware, there are no datasets about financial charts, so I had to make mine myself in the first place.

The model would also be different because what I did here is a simple classifier but then you will need a more advanced model to get the info you want. I think it's definitely possible as long as the data is there, unfortunately I do not have the time to create a dataset like that myself.

Sign up or log in to comment