Skip to content

Adding more variables

Pre-release
Pre-release
Compare
Choose a tag to compare
@ahrenstein ahrenstein released this 13 Apr 00:59
· 16 commits to main since this release
028e54b

This pre-release includes more variables around dip logic.

Changes

  1. Internal bot functions have been condensed in to a single bot_internals.py file
  2. The time period to average across and the cool down period between buys are now both configurable variables
    1. For existing bot users, not having these variables in your config.json result in a default of 7 days for both

Fixes

  1. Fixed a critical issue where the last buy date is not updated when buys are made!
  2. Fixed some incorrect function descriptions