Releases: donewiththedollar/directionalscalper
Releases · donewiththedollar/directionalscalper
v2.9.6
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Key risk management logic improvements
- Slight cleanup
- Good feedback from users on this version using default parameters in configuration (config.json)
v2.8.0
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 tofalse
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
- 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.