You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use this package, it's very convenient to fetch data, and iterate data,
however, the Next() method in iter will drop all previous values. And mosts of TAs are based on previous values.
I think it will be more convenient to change Next() (or add NextBar, NextBars method) and keep values.
Also add PrevBar, PrevBars methods to get previous candle bars for technical analysis.
What do you think?
Thanks!
The text was updated successfully, but these errors were encountered:
Thank you for providing such great package!
When I try to use this package, it's very convenient to fetch data, and iterate data,
however, the Next() method in iter will drop all previous values. And mosts of TAs are based on previous values.
I think it will be more convenient to change Next() (or add NextBar, NextBars method) and keep values.
Also add PrevBar, PrevBars methods to get previous candle bars for technical analysis.
What do you think?
Thanks!
The text was updated successfully, but these errors were encountered: