anandanand84 / technicalindicators

A javascript technical indicators written in typescript with pattern recognition right in the browser
MIT License
2.13k stars 550 forks source link

How to update the last bar indicators? #231

Closed southwhale closed 3 years ago

southwhale commented 3 years ago

Hi @anandanand84: I can append the newest bar with calling indic.nextValue. But if not append , just only want to update the last bar with the newest bar data which have the same xAxis value, how to coding? Are there some tips.