Skip to content

Latest commit

 

History

History
52 lines (25 loc) · 2.55 KB

File metadata and controls

52 lines (25 loc) · 2.55 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.0 (2025-01-17)

Features

  • allow user-defined trade execution price (#5) (912b873)

0.1.1 (2025-01-15)

Bug Fixes

  • hanging backtest when using take profit or stop loss orders (#4) (f144b37)

0.1.0 (2024-05-12)

Bug Fixes

  • copy the trade instance correctly (f052e20)

0.1.0-beta.2 (2023-04-04)

0.1.0-beta.1 (2023-03-26)

0.1.0-beta.0 (2023-03-05)

Features

  • add optimization method for strategy parameters (9bb0e65)
  • make running backtests asynchronous (f2d032d)

Bug Fixes

  • get the last price of the data correctly (798403d)

0.1.0-alpha.1 (2023-03-03)

0.1.0-alpha.0 (2023-03-01)

Features

  • backtest trading strategies (d24aa1b)
  • plot the equity curve of the backtest run (f82225a)
  • print the results of the backtest run (d8eb8bd)