Closed thegamecat closed 4 years ago
If you want to calculate the last bbands output with n period of 10. Then you need minimum 10 last ticks.
Sorry that's not quite what I mean - I mean what do I pass into bbands per tick? An array of the last 200 close prices?
I made a minimal basic usage example. You can find it here: https://colab.research.google.com/github/joosthoeks/jhTAlib/blob/master/example/example-11-basic-usage.ipynb
That is the perfect example, got it working within 60 seconds!
Thank you so much.
If I wish to implement say bbands for time series data - do I keep updating a dataframe per time tick and making the call the bbands function to get the outputs?