- GUI Changes
- Added sell percentage for manual sell
- Added buy percentage for manual buy
- Stats chart fixes
- Stats display coins sold average profits
- PTF not saved indicator
- Add field to set the amount of rounding used in the GUI (Needs some extra work)
- Fix display P% in notifications
- Show heartbeats in 1 line (less clutter)
- New
- stop_loss_trigger, trailing_stop_loss, trailing_profit, trailing_buy can now use all these buy STRATEGIES
- CHANGEPERCENTAGE, PROFITPERCENTAGE, VWAPPERCENTAGE, MVWAPPERCENTAGE, ATRPERCENTAGE
- stop_loss_trigger, trailing_stop_loss only allow negative values, so the positive value on strategies that return BOTH positive and negative value will be ignored
- Test first
- Add VWAPPERCENTAGE and MVWAPPERCENTAGE to
AUTO_CONFIG_TREND_STRATEGY
- Works with same logic as PT24HTREND. Value > threshold bull, < (threshold * -1) when negative is bear. Limbo is normal
- Add stats-dd data to manual sells
- Add
SOM_trigger_candle_period
can be used to use a smaller candle period than default 5 minutes (If supported by exchange) - Fetch and calculate approximate data of live liquidations and save it in sales log
- Only liquidations within last 24 hours will be recorded
- Log file now displays time in timezone of user settings
- stop_loss_trigger, trailing_stop_loss, trailing_profit, trailing_buy can now use all these buy STRATEGIES
- Fixes
- Remove the strange logic build for ATRBAND indicator (Create a range if you want value only within a range)
- Block all coins from triggering a liquidation in TESTMODE after a buy or sell
- Use leverage specified in PAIRS config if a user does not specify a leverage in DCA
- Prevent PT API calls if trading is blocked
- Display error notification when formula is incorrect
- Send error message if people are using Java 11 (Not supported)
- Fix bybit indicator values not updating
- Fix application.properties.old not deleting after 7 days.
- Fix displayed P% is incorrect if we get a better price when a sell occurs
- Fix for default order type for manual buy / sell
- Fix reversal RGAIN broken when doing DCA after reversal rebuy and then reversal sell again
- Fix advanced stats button disappearing when disabled
- Minor fixes
https://download.profittrailer.com/ProfitTrailer-2.4.16.zip
IMPORTANT 2.4.0 RELEASE NOTES
- Breaking changes
- Removed
trailing_stop_loss_strategy_formula
define your formula inside trailing_stop_loss_trigger - Change STOCHRSICROSS formula to K% – D%
- More accurate representation
- Previous calculation was exaggerating the actual movement of a cross
- Removed
- Deleted (After being deprecated in 2.3.0)
- Removed start_balance (PAIRS config)
- Use Hotconfig to set the balance for a test bot
- Use Settings cog start balance to set a balance used for Profit calculation purposes only
- Removed start_balance (PAIRS config)
- Deprecated (Still works but remove as soon as possible)
- Deleted application.properties. Use the settings cog to change your application settings
- Deprecate
reserve_amount
(Use new button in GUI) - Deprecate
default_initial_cost_percentage
in favor ofdefault_initial_cost = 2%
- Just give your value a % at the end to make it behave as a percentage.
- Deprecate
keep_balance_percentage
in favor ofkeep_balance = 25%
- Deprecate
default_dca_ignore_sell_only_mode
- Use
DEFAULT_DCA_sell_only_mode_enabled
to enable to enable/disable SOM manually
- Use
- Deprecate
dca_buy_trigger
, use PROFITPERCENTAGE strategy instead - Deprecate
som_dca_buy_trigger
(No alternative) - Deprecate LOSS strategy use CHANGEPERCENTAGE strategy instead
- Deprecate ANDERSON strategy use PROFITPERCENTAGE strategy instead
- New Exchanges
- Binance JERSEY (binace.je)
- Binance US (binance.us)
- Binance DEX (binance.org)
- HUOBIUS (Huobi.com – for US users)
- NOTE: Huobi Global is HBG.com
- Major GUI changes (See wiki link for more)
- Removed Basic config (Our settings cannot be interpreted into a basic config and thus it lacks)
- Add PT Asssistant to the GUI
- Add Profit Calculation Method to settings screen. Choose between MARKUP or TCV
- Add new advanced stats data
- Add button to buy log and sell log to manually add a record
- Merge PTNotifications into ProfitTrailer (PRO and ADVANCED users only)
- Enable by clicking the Adv Notifications button
- Remove the sidebar and move it’s buttons to different places around the GUI
- Move Hot Config and create a page for it
- Access public configs from other configs page
- Manual buy and sell now gives you the option between IOC or MARKET. Not all exchanges support market orders though.
- Major Changes Bot
- Reversal Trading
- Auto Switch config based on market conditions
- Scale Out profit taking. Sell in multiple stages
- Support Binance Margin trading
- Note: The bot does not borrow/repay your debt for you and is currently unaware of how much you borrowed
- Trailing profit is no longer linked to profit/GAIN% but to the price when trailing started
- if the user restarts within 5 minutes trailing can continue where it left off
- you can trail without having a GAIN specified and thus trailing profit now works for users using formulas too
- SOM (Sell Only Mode) Overhaul
- Global SOM can be turned on/off with a button in the footer
- Global SOM will persist after a restart
- No more complicated SOMO
- price rise / drop and consecutive triggers now work as filters.
- You will see them blocking a buy on the GUI below the PAIR and no longer as part of SOM in footer
- If you change the setting it immediately invalidates and all coins will check again for validity (No more restarting bot etc)
- There are many more changes
- See the full list https://wiki.profittrailer.com/doku.php?id=changes#version_24
- PT API Changes
- Created a new V2 API that can do a lot more
- Old V1 api is now deprecated and will be removed in 2.5