mementum / bta-lib

Technical Analysis library in pandas for backtesting algotrading and quantitative analysis
MIT License
454 stars 106 forks source link

dynamic update #8

Open mysl opened 3 years ago

mysl commented 3 years ago

Hi,
Thanks for this project! very convenient to use. I am wondering if it supports dynamic update the indicator values as I feed more newly incoming data. If it is supported, how to do it? I seem not finding the information in the document. If not, is there a suggestion w.r.t how to implement the functionality in my own application on top of bta-lib? Thanks!