Skip to content

Releases: nathanheidacker/alphagradient

AlphaGradient v0.0.1

18 Apr 11:11

Choose a tag to compare

AlphaGradient v0.0.1 Pre-release
Pre-release

Pre-Pre-Pre-Alpha

This is the first functional (unofficial) release of this package. Not stable, needs testing.

New Functionality

  1. Asset abstract base class
  2. Portfolios
  3. Standard asset classes including...
  • Stocks
  • Currency
  • Options (Calls and Puts)
  1. Asset Collections including...
  • Environments
  • Universes
  1. AlphaGradient Algorithm abstract base class (algo framework)
  2. Performance tracking for algorithm backtesting...
  • Stats module
  • Runs (backtest results)
  • Performances (backtest results for a specific portfolio)
  1. The beginning of the AlgoLibrary
  • IndexHold
  • ThetaGang