Skip to content

Releases: BaptisteZloch/Quant-Invest-Lab

v0.2.11

Choose a tag to compare

@BaptisteZloch BaptisteZloch released this 25 Nov 15:30

Added price backtest in addition to the OHLC backtest.

Backtest code changed

Choose a tag to compare

@BaptisteZloch BaptisteZloch released this 16 Aug 18:41

From Plotly to bokeh
a lot of new metrics for risk and performances
code refractoring
removed some LRU cache (caused issues...)

v0.2.9

Choose a tag to compare

@BaptisteZloch BaptisteZloch released this 21 May 20:35
  • Fixed bug in data provider file

v0.2.8

Choose a tag to compare

@BaptisteZloch BaptisteZloch released this 21 May 20:11
  • Added constants and types modules
  • Return is calculated using the next Open and not the current close: more realistic
  • Added returns to candle generation
  • Added signal package: denoise, detrend, spectrum analysis...
  • Using itertuples in backtests
  • Timestamp could be natively dropped from downloaded data

v0.2.7

Choose a tag to compare

@BaptisteZloch BaptisteZloch released this 18 May 21:52
  • Refractored backtest the code
  • Added LRU caching
  • Added Expectancy metric
  • Added buy-and-hold comparaison for VaR, Skew...
  • Moved reduce_dimenstionality in /utils.py

v0.2.6

Choose a tag to compare

@BaptisteZloch BaptisteZloch released this 18 May 15:21

tqdm to 4.64.1

v0.2.5

Choose a tag to compare

@BaptisteZloch BaptisteZloch released this 18 May 12:53

Version of Numpy, tqdm and Pandas downgraded (pandas to 1.5.3 and numpy to 1.23.5, tqdm to 4.64.1) for better integration in exsiting projects.

v0.2.4

Choose a tag to compare

@BaptisteZloch BaptisteZloch released this 15 May 20:43

New :

  • Short backtesting available
  • Information ratio metrics available
  • Tracking metrics available

First Release

Choose a tag to compare

@BaptisteZloch BaptisteZloch released this 15 May 19:46

Set of basic tools and features already here.
New features (Short backtest, new indcators, already implemented strategies...) are coming soon.