Skip to content

Releases: taniman/profit-trailer

Bug fixes

05 Dec 17:27
04d8f20
Compare
Choose a tag to compare

Please make sure to backup your data before upgrading.

Change log

  • Fixes
    • Fix for Binance websocket reconnection issue
    • Improve COINBASEPRO retry because of API delay
    • Small fixes

IMPORTANT 2.4.0 RELEASE NOTES

  • There are breaking changes
  • See previous release notes

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

25 Nov 15:13
04d8f20
Compare
Choose a tag to compare

Please make sure to backup your data before upgrading.

Change log

  • Fixes
    • Fix crash when using formula logic that returns NaN
    • Fix list of timeszones can contain incorrect timezones causing a crash
    • Fix strategy level reset activating when a buy should happen
    • Prevent changepercentage from setting default values if a label was defined
    • Fix parsing formula with % incorrectly
    • Fix only closed candles /offset calculating incorrectly in some cases
    • Fix rounding issue COINBASEPRO
    • Fix notifications shows incorrect order
    • Small fixes

IMPORTANT 2.4.0 RELEASE NOTES

  • There are breaking changes
  • See previous release notes

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

19 Nov 19:26
04d8f20
Compare
Choose a tag to compare

Please make sure to backup your data before upgrading.

Change log

  • New

    • Define _offset on any indicator to get the previous candle value
      • Example: EMALINE_offset = 2 will make EMALINE indicator always return the value of 2 candles ago
  • Fixes

    • Fix first/last bought date for new purchases
    • Fix buy/sell records not going away until a bot restart
    • Fix crossover/crossunder display when using static value
    • Fix telegram messages not arriving in certain cases
    • Fix TSL can trigger prematurely if incorrect _strategy is defined
    • Fix levelx_reset_formula looking at incorrect config
    • Optimize displayed P% after we sell using market orders
    • Optimize the way we update tradehistory data for BINANCEFUTURES coin
    • Small fixes

IMPORTANT 2.4.0 RELEASE NOTES

  • There are breaking changes
  • See previous release notes

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

08 Nov 02:23
04d8f20
Compare
Choose a tag to compare

Please make sure to backup your data before upgrading.

Change log

  • Fixes
    • Fix for Poloniex api change
    • Fix % value can be used as modulo in dynamic formula
    • Fix display of SOXTP and SOXSL in STATS page
    • Fix in average calculator incorrect in certain cases
    • Fix for Binance depth websocket

IMPORTANT 2.4.0 RELEASE NOTES

  • There are breaking changes
  • See previous release notes and Wiki

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

03 Nov 00:49
04d8f20
Compare
Choose a tag to compare

Please make sure to backup your data before upgrading.

Change log

  • Fixes
    • Fix coins that lose bought price do not appear in the PAIRS/DCA log
    • Small fixes

IMPORTANT 2.4.0 RELEASE NOTES

  • There are breaking changes
  • See previous release notes and Wiki

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

01 Nov 11:11
04d8f20
Compare
Choose a tag to compare

Please make sure to backup your data before upgrading.

Change log

  • Fixes
    • Binance update logic to comply with Binance API change
    • Fix statsas table throwing an error in some case
    • Fix SOXTP and SOXSL display when using auto leverage calculation
    • Fix SOXTP and SOXSL ignoring buy times
    • Fix TESTMODE on leverage exchange can calculate price incorrectly in some cases when doing partial sell
    • Fix Discord messages not going through anymore for some users

IMPORTANT 2.4.0 RELEASE NOTES

  • There are breaking changes
  • See previous release notes and Wiki

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

Compatibility

  • Operating system

    • Windows
    • Linux
    • MacOS
  • Browsers

    • Chrome
    • Firefox
    • Safari
    • Edge (Limited)

Enhancement + Fixes

16 Oct 17:50
04d8f20
Compare
Choose a tag to compare

Please make sure to backup your data before upgrading.

Change log

  • New Exchange

    • Implement COINBASEPRO exchange
  • New

    • Implement price_trigger_pair set it up in PAIRS to specify the price information shown in the GUI and also what pair to use for SOM triggers.

      • Example1 price_trigger_pair = BTCUSDT (Binance)
      • Example2 price_trigger_pair = USDT -ETH (Bittrex)
    • Implement PDOPEN strategy.

    • PDOPEN/PDCLOSE/PDHIGH/PDLOW to support XXX_return_value

      • Default returns a PERCENTAGE above/below the value. ACTUAL returns the actual value.
    • Define PDHIGH_range = 0 / PDLOW_range = 0

      • Use to get the diff % between last price and current candle HIGH/LOW
    • LASTDCABUY now supported for DCA sell strategies

      • checks if price is above LASTDCABUY when selling
      • Use STRATEGYDIRECTION DOWN to check if price is Below
    • price_trigger_market is now deprecated, use price_trigger_pair instead

    • Add pair_expires_after_days property for COIN -futures and BitMEX quarterly/Bi -quarterly contracts.

      • Only buy the contract if it expires after the specified amount of days
    • HOLDINGTIME strategy now available for DCA buy strategy

  • Fixes

    • Fix crossover/crossunder strategy erroring out
    • Fix BINANCEFUTURESCOIN margin type display
      • Note, test mode has no liquidation support
    • Fix WAITXCANDLES sell_strategy selling prematurely
    • Fix because of BitMEX API changes

IMPORTANT 2.4.0 RELEASE NOTES

  • There are breaking changes
  • See previous release notes and Wiki

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

21 Sep 20:03
04d8f20
Compare
Choose a tag to compare

Please make sure to backup your data before upgrading.

Change log

  • Fixes
    • Fix average calculator when on contracts exchange and using bot price calculation
    • Fix manual buy not working correctly on COIN Future
    • Fix crossover/crossunder crashing because of NaN
    • Fix coins that cannot be calculated are not appearing
    • Fix Bybit creating incorrect buy/sell records when using MARKET orders
    • Change BitMEX back to average price instead of break even price as that logic breaks when we do partial sells.
      • This is more consistent with all other leverage exchanges

IMPORTANT 2.4.0 RELEASE NOTES

  • There are breaking changes
  • See previous release notes and Wiki

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

15 Sep 15:37
04d8f20
Compare
Choose a tag to compare

Please make sure to backup your data before upgrading.

Change log

  • New

    • Implement BINANCEFUTURESCOIN (Binance COIN-Futures) exchange
    • Implement TEMALINE, TEMAGAIN,TEMASPREAD,TEMACROSS
    • Implement WMALINE, WMAGAIN, WMASPREAD, WMACROSS
    • Add strategy buy_value (BST) to  dynamic formula logic
      • Example: TA > 10 ? 0.01 : 0.03 (Where TA is the Trigger Value (BST) of strategy with letter A)
    • Add DCA buy times to dynamic formula logic
      • Example: (BT > 5 ? 100 : 50)
    • Show all TCV data on stats page graph.
    • CROSSOVER/CROSSUNDER strategy display more data on GUI
    • Display reversal rebuy formula DYN STAT on PBL
  • Fixes

    • Fix STATS-AS displayed value rounding
    • Fix for Huobi API delay causing bot to not retrieve correct data and losing price
    • Fix closed candles period indicator calculations
    • Use availableBalance returned by the Binance Futures API
  • GUI

    • Add Custom Exchange Fee field.
      • Users can define a different exchange fee than what the bot uses. Use at own risk

IMPORTANT 2.4.0 RELEASE NOTES

  • There are breaking changes
  • See previous release notes and Wiki

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

Compatibility

  • Operating system

    • Windows
    • Linux
    • MacOS
  • Browsers

    • Chrome
    • Firefox
    • Safari
    • Edge (Limited)

Enhancement

13 Aug 23:33
04d8f20
Compare
Choose a tag to compare

Please make sure to backup your data before upgrading.

Change log

  • Fixes
    • Use new Binance websocket API to improve ask/bid price lagging

IMPORTANT 2.4.0 RELEASE NOTES

  • There are breaking changes
  • See previous release notes and Wiki

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

Compatibility

  • Operating system

    • Windows
    • Linux
    • MacOS
  • Browsers

    • Chrome
    • Firefox
    • Safari
    • Edge (Limited)