Skip to content

Releases: donewiththedollar/directionalscalper

v2.9.6

17 Apr 02:47
Compare
Choose a tag to compare
  • Hardened rotator / refactor
  • Refactor thread exhaustion (boring symbols)
  • Quick take profit on grid strategies
  • Added parameters for min and max buffer for the initial grid entry to market price
  • Updated default linear grid parameters

v2.9.1

24 Mar 22:50
Compare
Choose a tag to compare
  • Tons of minor bugs resolved, a lot of the bugs were odd ones that were experienced by few, and are subject for further review but most of the results have been good.
  • AR works - it has been working, some have experienced odd issues that others do not. We are uncertain if this is Bybit API related, possible CCXT version mixup, etc. Regardless, it works.
  • Prepared for min notional change

v2.9.0-quick-tp

16 Mar 04:48
Compare
Choose a tag to compare
  • Fixed a bug that was caused by accidental deletion of a code snippet.
  • Quickscalp based strategies now have a take profit that is set immediately after the entry is made and confirmed as opposed to just in the main loop of the strategy itself

v.2.8.9-optimized-ar

15 Mar 17:38
Compare
Choose a tag to compare
  • Optimized auto reduce, using total account uPNL as a measure for reduction
  • Testing for this autoreduce has gone very well, allowing for reduction of bad positions and allowing for gains each day even with the losses taken from auto reduce.

v2.8.8-autoreduce-entry-fix

14 Mar 02:32
Compare
Choose a tag to compare
  • Fixed very silly bug that astonishingly was not found for several days until suddenly the entry_during_autoreduce parameter caused normal additional entry orders to be denied.

v2.8.7-shared-symbols-data

13 Mar 15:48
Compare
Choose a tag to compare
  • Properly utilizes shared symbols data to fetch uPNL without hitting rate limits
  • Cleaned up and fixed auto reduce uPNL data so it is always up to date based on shared_symbols_data
  • OB TP out of bounds error should be gone entirely now as there is a max threshold at which it may return a price point.

v2.8.6-ratelimit-fix

13 Mar 03:51
Compare
Choose a tag to compare
  • Resolved for redundancies in fetching unrealized uPNL which was causing over utilization of Bybit API
  • Resolved for the max_deviation_pct issue in the dynamic orderbook take profit
  • Added broker ID for Bybit

v2.8.5-risk-management

07 Mar 01:15
Compare
Choose a tag to compare
  • Key risk management logic improvements
  • Slight cleanup
  • Good feedback from users on this version using default parameters in configuration (config.json)

v2.8.0

29 Jan 22:00
Compare
Choose a tag to compare

Clean and no complaints!

  • New config params
  • Auto reduce uses max_pos_balance_pct - a better way of knowing when to start reducing a position, based on total equity not leverage.
  • auto_leverage_upscale defaulting to false old auto leverage upscale logic from all strategies as it was a dangerous way of DCA stacking we no longer need

v2.7.1-fixed

10 Jan 19:44
fdf8a27
Compare
Choose a tag to compare
  • Rotation issues resolved
  • Print trade qty issue resolved
  • Initialization of symbols redundancy removed from base strategies
  • Other issues should be resolved, clean looking logs other than some replacement TP order errors in exchange logs, these have been around for some time and maybe a second eye can catch them but the bot works fine with these errors, TP orders are replaced properly and accurately.