Skip to content

Releases: michaelchu/optopsy

Version v2.0.1

11 Oct 16:43
Compare
Choose a tag to compare

This release contains the following updates:

  • Added support for vertical spreads
  • Various fixes and code improvements

Version 2.0.0

06 Oct 02:20
Compare
Choose a tag to compare

This release contains the library rewritten from ground up with a new backtesting algorithm to better test option strategies. This new version focuses on generating statistics on the performance of option strategies across all entry parameter combinations so that all entry/exit parameters can be analyzed and compared. It is designed to be lightweight, so that further analysis can be made from the library results as needed.

Currently this library supports generating backtest statistics for:

  • Calls/Puts
  • Straddles/Strangles

Version 2.0.0b2

04 Oct 22:52
1165b6c
Compare
Choose a tag to compare

This version adds

  • support for Straddles and Strangles
  • new "raw" parameter to return list of trades without aggregation

Version 2.0.0b1

30 Sep 02:20
Compare
Choose a tag to compare

This release contains the initial rewritten library from ground up with a new backtesting algorithm to better test option strategies. Currently supports backtesting calls/puts strategies.

Version 1.0.4

27 Sep 20:19
c6dbe7d
Compare
Choose a tag to compare

This version contains updated sample file to reflect the new way of composing filters for option strategies.

Version 1.0.3

22 Nov 05:05
e1f1687
Compare
Choose a tag to compare
  • Implemented Iron Condor Strategy
  • Fixed inaccurate entry/exit option prices for market orders
  • Added Numpy to requirements.txt
  • Various code improvements and bug fixes

Version 1.0.2

16 Nov 06:37
c3ff033
Compare
Choose a tag to compare

This release addresses:

  • Fixed incorrect ratios applied to short put spreads
  • Fixed incorrect trade numbers by option strategy for results

Version 1.0.1

15 Nov 02:18
c3ff033
Compare
Choose a tag to compare
  • Single and batch CSV file import
  • Support for: Long/Short Single Options, Long/Short Vertical Spreads
  • Entry by absolute deltas and days to expiration
  • Exits by days to expiration and expiry date