Change log
- Fixes
- Fix signals edition continuous error message
- Fix GUI rounding
https://download.profittrailer.com/ProfitTrailer-2.4.17.zip
2.4.16 RELEASE NOTES
- 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