Skip to content

Releases: taniman/profit-trailer

Bug fix + Bittrex throttle improvements

07 May 22:12
e3a9d62
Compare
Choose a tag to compare

Please make sure to follow the upgrade instructions if you are coming from V1.2.6.*

Change log

  • Fixes
    • Further improvements for bittrex throttling (Put in application.properties)
      Bittrex (Only if you are having banning problems)
      * server.throttle_millis = 100
      * server.throttle_calls_amount = 40
      * server.throttle_calls_seconds = 30
      
      Binance / Poloniex (Only if you are having banning problems)
      * server.throttle_millis = 10
      * server.throttle_calls_amount = 1000
      * server.throttle_calls_seconds = 30
      
    • Fix connection.timeout property
    • Fix chartdata throwing nullpointer exception
    • Some other small fixes

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

Compatibility

  • Operating system
    • Windows
    • Linux
    • MacOS

The new ProfitTrailer is here!

20 Apr 16:46
e3a9d62
Compare
Choose a tag to compare

Please make sure to follow the upgrade instructions if you are coming from V1.2.6.*

Included initialization files are not optimized!

Change log

  • Most Notable New Features
    • Multiple new trading strategies
    • Combine multipe buy and sell strategies
    • Coin specific DCA settings
    • Full paper trading when using test mode
    • Define pair overrides without specifying the market. (ADA_bought_price instead of ADABTC_bought_price)
    • No more changing .properties files. All your changes done from the GUI or using the settings API
    • And much much more..

Huge change list Available here: https://wiki.profittrailer.com/doku.php?id=changes#version_2

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

Compatibility

  • Operating system
    • Windows
    • Linux
    • MacOS

Bug fixes (Legacy)

19 Mar 15:33
e3a9d62
Compare
Choose a tag to compare

Please remember to backup your folder just in case you want to go back to previous state

Change log

  • GUI

    • Same o' Same o'
  • Binance Exchange

    • Still no support for consecutive buy triggers
  • Fixes

    • rebuy timeout not resetting correctly
    • increase request timeout for slow binance connections
    • lowbb trailing trigger
    • manual SOM was being ignored if global som just got disabled

Wiki - Find all settings

Compatibility

  • Operating system
    • Windows
    • Linux
    • MacOS