Skip to content

Releases: Akashdesarda/stock-analysis

New indicator onboard

05 Mar 09:31
Compare
Choose a tag to compare
  • 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

27 Sep 14:13
057ad8b
Compare
Choose a tag to compare

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

19 Sep 17:27
6c53332
Compare
Choose a tag to compare

Stock analysis is a library focused on (currently two) fundamental Approach

  1. Unit Strategy: This included unit or independent strategy
  2. 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