Releases: Akashdesarda/stock-analysis
Releases · Akashdesarda/stock-analysis
New indicator onboard
- Onboarded DMA indicator (absolute)
- Renaming all the apis to be more consistent
- Renaming class UnitStrategy to MomentumStrategy and all its respective API accordingly
- Several other renamings to be more consistant
Stock analysis v1.5
This is a major release focusing on two key points, speed and cleaner API.
- Improved total time by 10x to 14x (depending on available CPU cores) powered by Multiprocessing.
- All maths formula got a new home @ utils.formula_helper where all new future maths function will reside
- To make core API more cleaner, all other useful helper function will reside now in utils.helper
- Made code more cleaner to read
Stock analysis 1.0
Stock analysis is a library focused on (currently two) fundamental Approach
- Unit Strategy: This included unit or independent strategy
- Indicator: This included strategy based on a wide variety of indicators
- Python-based CLI to execute all ops
- New method can be added directly into its respective class
- Automated unit test cases