Skip to content

Smarter Trailing

Compare
Choose a tag to compare
@taniman taniman released this 01 Aug 15:16
· 24 commits to master since this release

Please make sure to backup your data before upgrading.

Change log

  • New Features

    • New Exchange: Kucoin
    • New Exchange: Huobi
    • Easy Config Switching
    • Two config editing Modes: Basic and Advanced
    • Some more advanced settings are currently not configurable in basic edit mode.
    • Basic Editing Features:
      • Simpler editing, no need to worry about typos in parameters
      • Tooltips to help understand each parameter
      • Dropdown menus where possible
      • Error checking of values
      • Toggles for SOM, enabling trading, panic selling etc
    • Approved Public Configs can be copied and used from the setup screen
    • Buy and Sell Buttons
    • Buy Log of buy history
    • New Buy Strategies: STOCHRSID, STOCHRSIK, STOCHRSICROSS
      • STOCHRSID uses K and D values.
      • STOCHRSIK uses K values only
      • LOWBB can be used as a sell strategy
    • Indicators can be given labels to allow the same indicator to be used more than once with different values.
    • Smart Trailing:
      • GROW: trailing profit gets larger as profit increases
      • SHRINK: trailing profit gets smaller as profit increases
    • Reset Button in Testmode - no more searching for the reset link in the wiki
    • Add button to download your configs to txt files
    • Reserve Amount - Keep a set amount of a coin aside while trading the rest.
    • Option to keep pending orders separate in the pending log.
    • Customize the URL you are taken to when clicking a CoinPair.
    • Add a custom Base URL to your bot.
    • Add a separate buy_percentage option in DCA when in SOM.
    • Option to stoploss in DCA before full DCA process is complete.
    • Sell Wall detection
    • Sell Value limits
    • Easy Blacklist/Whitelist Manager
  • Changes

    • Monitoring page profit calculation now uses Profit Markup
      • Formula part 1: profit =totalSellValue - totalBuyVolume
      • Formula: profitMarkup = profit / totalBuyVolume * 100
    • DCA triggers can be positive (buy more if the coin is profitable)
    • Max number of log history days is set to 1826
    • DCA enabled can be positive
    • Separate indicators for RSI, STOCH and STOCHRSI
    • DCA log shows first and last bought date
    • Max number of strategies increased to 10 (A-J) - This may cause increased processing time and system resource usage
    • Use and display the actual sell value on the sales log. The lowest value will be used if it was a split sale
    • Fix and style the setup page. And allow users to go to it while bot is running - http://localhost:8081/setup
    • Changed monitoring page profit percentage calculation. We now use “profit markup” which calculates the - percentage based on the volume you have traded. Not using the start of day/yesterday/week balance anymore.
    • Display amount of time left for rebuy_timeout to finish
    • Display amount of time left for start_delay to finish
    • Display false_cross and false_spread to indicate exact reason cross strategy is not true yet
    • Move most data to data folder to declutter main directory
    • Change setPassword and changePassword url
    • Backup save file to backup directory every 5 minutes instead of 1.
  • Fixes

    • Error messages for incorrect timezone offset
    • Logic for strategies behaves uniformly with regards to being greater than or equal to.
    • server.start_trading_delay prevents all trading, buys and sells
    • Fix consecutive buy/sell not always triggering correctly

Check the wiki for the full list of available features and settings

Compatibility

  • Operating system

    • Windows
    • Linux
    • MacOS
  • Browsers

    • Chrome
    • Firefox
    • Safari
    • Edge (Limited)
  • ProfitTrailer follows https://semver.org/