stock-pandas icon indicating copy to clipboard operation
stock-pandas copied to clipboard

🚀 The production-ready subclass of `pandas.DataFrame` to support stock statistics and indicators

Results 7 stock-pandas issues
Sort by recently updated
recently updated
newest added

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 /...

bug

- [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...