Releases: taniman/profit-trailer
Bug fixes
WARNING
Please make sure to backup your data before upgrading.
You CANNOT rollback after upgrading from a 2.4.x version
Important!
Read 2.5.0 Release Notes
Change log
- FIXES
- Fix Kraken continuous websocket disconnection due to too much data request
Check the wiki for the full list of available features and settings
Compatibility
-
Operating system
- Windows
- Linux
- MacOS
-
Browsers
- Chrome
- Firefox
- Safari
- Edge (Limited)
Bug Fixes + small enhancement
WARNING
Please make sure to backup your data before upgrading.
You CANNOT rollback after upgrading from a 2.4.x version
Important!
Read 2.5.0 Release Notes
Change log
-
NEW
- Add new property to enable binance futures credits.
USE_BINANCE_FUTURES_CREDITS
- Add new property to enable binance futures credits.
-
FIXES
- Retry logic to check and fix failed records of EQ Sales
- Fix Bybit UTA spot account
- Fix kucoin spot crashes with internal error
Check the wiki for the full list of available features and settings
Compatibility
-
Operating system
- Windows
- Linux
- MacOS
-
Browsers
- Chrome
- Firefox
- Safari
- Edge (Limited)
Bug fixes
WARNING
Please make sure to backup your data before upgrading.
You CANNOT rollback after upgrading from a 2.4.x version
Important!
Read 2.5.0 Release Notes
Change log
- FIXES
- Fix discord webhooks sending duplicate messages
- Fix a crash in DCA stored data in some cases
- Fix Binance Websocket URL
Check the wiki for the full list of available features and settings
Compatibility
-
Operating system
- Windows
- Linux
- MacOS
-
Browsers
- Chrome
- Firefox
- Safari
- Edge (Limited)
Bug fixes + Enhancements
WARNING
Please make sure to backup your data before upgrading.
You CANNOT rollback after upgrading from a 2.4.x version
Important!
Read 2.5.0 Release Notes
Change log
-
NEW
- Implement Indicators config
SKIP_EMPTY_CANDLES
- Use this to match TradingView logic where EMPTY candles are skipped for indicator calculation
- add DYN variables to read profit and funding for today/yesterday/week
- add DYN variable TIMELEFTOFDAY to get the amount of minutes left before the current day ends
- Add support to use a discord webhook to send our messages
- Only supports sending the normal buy/sell/informational messages
- Implement Indicators config
-
FIXES
- Fix for Bybit SPOT fees not being recorded correctly causing bought price issues
- Fix buy_timeout, buy_timeout_after_sell, buy_timeout_after_negative_sell, buy_timeout_after_create_pending, sell_timeout
- If we change the timeout in the config all positions will recalculate expiration if the new time is smaller than current expiration time
- Fix the message being displayed on bots running outdated PT Versions
Check the wiki for the full list of available features and settings
Compatibility
-
Operating system
- Windows
- Linux
- MacOS
-
Browsers
- Chrome
- Firefox
- Safari
- Edge (Limited)
Bug fixes + Enhancements
WARNING
Please make sure to backup your data before upgrading.
You CANNOT rollback after upgrading from a 2.4.x version
Important!
Read 2.5.0 Release Notes
Change log
-
NEW
- Improved Service unavailable protection logic and so now it cannot be set lower than 2 minutes.
- This logic is used to try and prevent bot from buying/selling incorrectly when there are connection errors to the exchange
- Remove BinanceDEX exchange. It's broken and not used anyway.
- Slowdown Kraken api calls due to new api limitations.
- It has a slower startup but once all websockets are connected and ready to go it should be same as before
- Always use buy history data to read a positions first bought date when Equalizer is enabled
- Improved Service unavailable protection logic and so now it cannot be set lower than 2 minutes.
-
FIXES
- Fix LASTDCABUY_use_eq_price will display the last unsold buy when EQ start level has not been reached
- Fix for Bybit spot price calculation when no fees are charged
- Fix for Bybit spot dust amounts
- Fix for EQ when the EQLevel is dust and we cannot sell it. We skip the level
- Fix test mode funding recording incorrectly sometimes
- Fix liquidation saving duplicates sometimes. Added extra check
Check the wiki for the full list of available features and settings
Compatibility
-
Operating system
- Windows
- Linux
- MacOS
-
Browsers
- Chrome
- Firefox
- Safari
- Edge (Limited)
Bug Fixes
WARNING
Please make sure to backup your data before upgrading.
You CANNOT rollback after upgrading from a 2.4.x version
Important!
Read 2.5.0 Release Notes
Change log
-
NEW
- Add support for Bybit Unified Account
-
FIXES
- Fix Oanda amount calculation
- Fix Oanda dust value
- Fix Oanda precision issue
- Fix Kucoinfutures volume
- Fix LASTDCABUY_use_eq_price should default to last bought price if no EQPRICE is present
- Fix Kraken chartdata issue
- Fix Kraken ticker errors
- Small fixes
-
API
- Return FundingFee data through API
Check the wiki for the full list of available features and settings
Compatibility
-
Operating system
- Windows
- Linux
- MacOS
-
Browsers
- Chrome
- Firefox
- Safari
- Edge (Limited)
Bug fixes
WARNING
Please make sure to backup your data before upgrading.
You CANNOT rollback after upgrading from a 2.4.x version
Important!
Read 2.5.0 Release Notes
Change log
- FIXES
- Fix buy/sell strategylevels not resetting after a DCA buy
- Fix DCA level reset causing errors in certain cases
- Handle Bybit exchange orders errors better
- Fix bybit short liquidations not being registered
- Fix Binance error when trying to register funding in some cases
- Small fixes
Check the wiki for the full list of available features and settings
Compatibility
-
Operating system
- Windows
- Linux
- MacOS
-
Browsers
- Chrome
- Firefox
- Safari
- Edge (Limited)
Bug fixes + Enhancements
WARNING
Please make sure to backup your data before upgrading.
You CANNOT rollback after upgrading from a 2.4.x version
Important!
Read 2.5.0 Release Notes
Change log
-
Anniversary New Features
-
Add FUNDINGFEE dyn variable for open positions
- The current total funding fee of a position is displayed in blue under the position
-
Implement X_BUY_VAR_FORMULA & X_BUY_VAR_LABEL and X_SELL_VAR_FORMULA & X_SELL_VAR_LABEL
-
You can define custom variables to hold specific data. These variables can be used inside your formulas
-
Variable data is GLOBAL. meaning you can set something up in PAIRS. when a coin moves to DCA you could still read it
-
Variable names should be UNIQUE for the ENTIRE bot.
-
Variable data will reset after a reboot
-
DEFAULT_buy_note1 = PAIRBUYTREND
DEFAULT_A_buy_var_label = PAIRBUYTREND
DEFAULT_A_buy_var_formula = 123DEFAULT_DCA_C_buy_var_label = DCAVARLOGIC
DEFAULT_DCA_C_buy_var_formula = SA + PAIRBUYTREND
-
-
Bybit now supports exchange orders for TPS/TSL/SL
- Recently there was an api change for bybit after I implemented this logic. So will need to confirm if it does not affect this
-
Add funding fee registration for test mode bots
- The registration will only happen when the bot is turned on
- The registration is not perfect but a close approximation
- So take it with a grain of salt :)
-
-
FIXES
- Fix Kucoin invalid timestamp error
- Fix some reversal data incorrect when using auto leverage calculation
- Fix STATS-DD should only update data for coins the bot actually sees
- Fix non EQ sold records are not counted towards our average when using EQ reset average price
- Fix EQ data calculation when users has more than 500 eq sales
- Fix when in hedge mode only biggest position gets the funding fees in BINANCEFUTURES/COIN
- Fix bought times recovery logic
- Fix Buynotes not recorded correctly if a buy happens too fast
- Fix strategy level x should not go to next level if trading is disabled due to api or connection issues
- Fix TSL incorrect stop trigger and HP value when first armed
- Fix BINANCEFUTURES spread not being calculated
- Fix DIFF and COST dyn variable should prevent formula calculation when position avgprice is 0
- Fix bybit recording duplicate funding fee when long and short position open at the same time
- Small fixes
Check the wiki for the full list of available features and settings
Compatibility
-
Operating system
- Windows
- Linux
- MacOS
-
Browsers
- Chrome
- Firefox
- Safari
- Edge (Limited)
Bug Fixes
WARNING
Please make sure to backup your data before upgrading.
You CANNOT rollback after upgrading from a 2.4.x version
Important!
Read 2.5.0 Release Notes
Change log
- Fixes
- Fix poloniex API errors after API change.
- Fix issue with calculated amount of a position in some cases
- Small fixes
Check the wiki for the full list of available features and settings
Compatibility
-
Operating system
- Windows
- Linux
- MacOS
-
Browsers
- Chrome
- Firefox
- Safari
- Edge (Limited)
Bug fixes
WARNING
Please make sure to backup your data before upgrading.
You CANNOT rollback after upgrading from a 2.4.x version
Important!
Read 2.5.0 Release Notes
Change log
- Fixes
- Fix kucoinfutures api change causing NullNode error
- Small fixes
Check the wiki for the full list of available features and settings
Compatibility
-
Operating system
- Windows
- Linux
- MacOS
-
Browsers
- Chrome
- Firefox
- Safari
- Edge (Limited)