stock-pandas
stock-pandas copied to clipboard
🚀 The production-ready subclass of `pandas.DataFrame` to support stock statistics and indicators
if I can dynamic set move average window size , it will be convinient to do backtest
#### Why this feature is better to be included in stock-pandas? Please describe the scenario #### Provide 1-2 code examples that the usage of the new feature: ```py ``` ####...
#### Why this feature is better to be included in stock-pandas? Please describe the scenario Through a simple calculation, the inclusion of Price Rate of Change (PROC) will further enhance...
#### Tell us about your environment * Platform (Windows / MacOs / Linux) and version: macOS * What kind of virtual env do you use ? (virtualenv / anaconda /...
- [x] python typings - [ ] more popular indicators - [x] more cases of pandas indexing - [ ] ~~supports indexing with Callable's~~
#### Why this feature is better to be included in stock-pandas? Please describe the scenario Provide the slice to improve the calculation performance #### Provide 1-2 code examples that the...