Skip to content

Releases: brndnmtthws/thetagang

v0.1.33

12 Sep 17:17
218cacd
Compare
Choose a tag to compare

Full Changelog: v0.1.32...v0.1.33

v0.1.32

17 Aug 12:38
9ef0c56
Compare
Choose a tag to compare

Full Changelog: v0.1.31...v0.1.32

v0.1.31

06 Apr 15:31
4f826ac
Compare
Choose a tag to compare

Full Changelog: v0.1.30...v0.1.31

v0.1.30

03 Mar 17:55
fb7e618
Compare
Choose a tag to compare

Full Changelog: v0.1.29...v0.1.30

v0.1.29

24 Feb 18:07
5c41f41
Compare
Choose a tag to compare

Full Changelog: v0.1.28...v0.1.29

v0.1.28

07 Feb 15:28
8dff1a5
Compare
Choose a tag to compare

Full Changelog: v0.1.27...v0.1.28

v0.1.27

04 Feb 15:01
4e13b9a
Compare
Choose a tag to compare

Full Changelog: v0.1.26...v0.1.27

v0.1.26

28 Dec 16:06
4deafad
Compare
Choose a tag to compare

Full Changelog: v0.1.25...v0.1.26

v0.1.25

22 Dec 17:12
919063e
Compare
Choose a tag to compare

Full Changelog: v0.1.24...v0.1.25

v0.1.24

21 Oct 16:30
5fccc5e
Compare
Choose a tag to compare
  • Bump version.

  • Increase wait time from 60 -> 90s.

    Sometimes 60s is not sufficient for loading data.

  • Fix keyword handling bug w/ IBC and RaiseRequestErrors.

  • Add max_dte config, and limit quantity on roll.

    Sometimes we end up with contracts really far out (sometimes becoming
    LEAPs) if we're winning too much and rolling too many times. To limit
    this, don't roll contracts if their DTE is > roll_when.max_dte, if
    specified.

    Additionally, apply the target.maximum_new_contracts limit when
    rolling contracts before they approach their DTE limit to avoid
    bunching too many contracts together at the same strike and expiry.

  • This value should be a float.