santosjorge / cufflinks

Productivity Tools for Plotly + Pandas
MIT License
3.02k stars 675 forks source link

Make it extendable like adding custom study in QuantFig #263

Open karlc opened 3 years ago

karlc commented 3 years ago

First of all, it's a great library and it saves a lots of time for people who just want to plot a simple stock chart in python. (All other libraries are not good looking at the first place and it requires so much coding and twisting to make a simple stock chart.)

To make it more trader-friendly, I am wondering if there is plan to make it extendable? I find it's quite hard to add a custom indicator (aka 'study' in this library) to the QuantFig object.

santosjorge commented 3 years ago

Hi @karlc - extendable in what sense?

openroc commented 2 years ago

for example, to extend this study, add_kdj(), ...