Skip to content

Releases: freqtrade/ftui

0.1.13

09 Feb 14:04
2ab4b14

Choose a tag to compare

What's Changed

  • Fix rounding on current stoploss in dashboard
  • For adjust_trade_position trades, use average of order entries and trade max_rate for Max % calculation
  • Add order information to the trade info dialog (accessed by clicking on the trade ID number in the relevant trades table)
  • Bump pypa/gh-action-pypi-publish from 1.12.3 to 1.13.0 in /.github/workflows by @dependabot[bot] in #17

Full Changelog: 0.1.12...0.1.13

0.1.12

23 Jul 10:59
41c5ae0

Choose a tag to compare

  • Fix incorrect stoploss percent calculation and use value from trade status object instead: 9c40c5d

Full Changelog: 0.1.11...0.1.12

Release 0.1.11

28 May 13:02
389fda0

Choose a tag to compare

What's Changed

Full Changelog: 0.1.10...0.1.11

Release 0.1.10

18 Dec 21:19
0.1.10
72c3b98

Choose a tag to compare

Minor fix release:

  • Allow duplicate packages and ignore attestation for pypi test deployment
  • Match dependencies in pyproject.toml and requirements.txt so correct packages are pulled in either install method
  • Fix chart refreshing
  • Fix setting screen loading even though the screen still doesn't really do anything yet

Full Changelog: 0.1.9...0.1.10

Release 0.1.6

05 Dec 17:24
0.1.6
55a240e

Choose a tag to compare

  • Pin textual and plotext versions to ensure builds
  • Call set_loading functions from worker functions via call_from_thread to fix #10 and #12

Full Changelog: 0.1.5...0.1.6

0.1.5

02 Oct 12:02
0.1.5
006c938

Choose a tag to compare

BUG FIXES

  • Fix #7 and #8 div by zero error

UPDATES

  • Select which bots to show the cumulative profit for in the dashboard chart

Full Changelog: 0.1.4...0.1.5

0.1.4

24 Aug 14:02
0.1.4
fba85da

Choose a tag to compare

0.1.4

BUG FIXES

  • Fix regression after textual update to 0.77, raised in #5 - screen
    instances in MODES are now Callables

UPDATES

  • Split screens up into individual files for ease of development
  • Use ScreenSuspend and ScreenResume when switching screens instead
    of controlling timers of screens from the main app
  • General tidying

Full Changelog: 0.1.3...0.1.4

0.1.3

24 Aug 06:47

Choose a tag to compare

Minor updates:

  • Pin textual to <0.77 to avoid startup crash
  • Improved CI to catch dependency update problems eventually

0.1.2

17 Jul 15:15
9110244

Choose a tag to compare

Minor updates:

  • Add number of orders in the open trades dashboard if using position adjustment
  • Fix per bot General tab ROI output

Full Changelog: 0.1.1...0.1.2

0.1.1

06 Jun 18:25

Choose a tag to compare

Initial alpha release