Skip to content

Releases: brndnmtthws/thetagang

v0.1.11

15 Jan 19:28
53385c8
Compare
Choose a tag to compare
  • Bump version.

  • Add sweet meme thanks reddit.

  • Wait for market prices after fetching tickers.

    Also bump python dependencies.

  • Prefer midpoint rather than market price for orders.

  • Update TWS hash.

  • Use docker build cache from dockerhub.

  • Include build cache info in Docker image.

  • Show cost rather than avg cost (avg cost * qty).

  • Make sure buildkit is enabled.

  • Update COPYING

  • Update workflow names.

  • Update README.md

  • Update TWS hash.

  • Fix hanging when market data unavailable.

    Set a limit when waiting on market data, rather than waiting
    indefinitely. We prefer the midpoint price rather than market price, but
    fall back to using the market price if midpoint isn't available.

  • Use buildx setup action.

  • Put buildkit var back in.

v0.1.10

29 Dec 19:06
ba8d3a0
Compare
Choose a tag to compare
  • Bump version.

  • Change paper account # in sample.

  • Add a few more notes/details to config and code.

  • Run poetry update.

  • Allow config of rolling behaviour when ITM.

  • Use stable TWS (978), remove version config option.

    For the sake of keeping everything simple, I've removed the twsVersion
    config param in favour of hard coding the version to the latest stable.

    If you have the value in your config, it will be ignored.

  • Clarify buying power calculation, remove min().

v0.1.9

16 Dec 17:53
f0d81f7
Compare
Choose a tag to compare
  • Bump version.

  • Wait for order status to leave pending state.

  • Config: replace minimum_cushion with margin_usage.

    I found the concept of maintaining a minimum cushion to be too hard to
    reason about, and it didn't properly reflect margin usage in a way that
    made sense to me.

    Thus, I've replaced it with margin_usage, which allows you to specify
    how much margin to use as a factor of the net liquidation value. I find
    this to be much better.

  • Update thetagang.toml

v0.1.8

14 Dec 19:31
9973d84
Compare
Choose a tag to compare
  • Bump version.

  • Fixed readme typo.

    This resolves #1.

  • Add note about symbols/weights.

  • Add more detail to readme.

  • Always stop main loop, fix position roll count.

  • Fix open interest check, improve logging.

  • Optimize Dockerfile.

  • Improve config validation.

    Raise an error when the weights don't sum to 1 or there are no symbols
    defined.

  • Improve log messages.

v0.1.7

11 Dec 16:31
d7906ee
Compare
Choose a tag to compare
  • Bump version.

  • Fix deploy workflow.

v0.1.6

11 Dec 16:28
8d3ec4d
Compare
Choose a tag to compare
  • Bump version.

  • Reformat position output.

  • Add note on having enough money to get the money.

  • Fix pnl calculation, add test.

  • Remove extraneous print().

  • Use 1 docker workflow instead of 2.

  • Fix push command.

v0.1.5

09 Dec 20:52
34ed93c
Compare
Choose a tag to compare
  • Bump version.

  • Update README.md

  • Update README.md

  • Update README.md

  • Use separate docker hub/github docker workflows.

  • Add slightly more detail to README.md.

  • Update sample config.

  • Add COPYING.

  • Add sample ibc-config.ini.

  • Add note about using a paper account to README.

  • Add shutdown message.

  • Add basic config validation.

v0.1.4

08 Dec 21:06
25c95b4
Compare
Choose a tag to compare
  • Bump version.

  • Bump version.

  • Update readme.

v0.1.3

08 Dec 20:58
09ef225
Compare
Choose a tag to compare
  • Use dockerhub instead for image hosting.

  • Update config, docker build.

  • Bump version.

v0.1.2

08 Dec 20:32
c5045af
Compare
Choose a tag to compare
  • Update project metadata.

  • Update readme, bump version.