Skip to content

Releases: BaptisteZloch/Quant-Invest-Lab

v0.2.11

25 Nov 15:30
Compare
Choose a tag to compare

Added price backtest in addition to the OHLC backtest.

Backtest code changed

16 Aug 18:41
Compare
Choose a tag to compare

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

v0.2.9

21 May 20:35
Compare
Choose a tag to compare
  • Fixed bug in data provider file

v0.2.8

21 May 20:11
Compare
Choose a tag to compare
  • 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

18 May 21:52
Compare
Choose a tag to compare
  • 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

18 May 15:21
Compare
Choose a tag to compare

tqdm to 4.64.1

v0.2.5

18 May 12:53
Compare
Choose a tag to compare

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

15 May 20:43
Compare
Choose a tag to compare

New :

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

First Release

15 May 19:46
Compare
Choose a tag to compare

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