Commit Graph

  • f9af659153 feat: edge-cli output to rich Matthias 2024-07-09 07:08:10 +02:00
  • 2d31314eb4 feat: bt-result to tabulate Matthias 2024-07-09 06:54:04 +02:00
  • 06a0264f2b feat: period breakdown -> rich table Matthias 2024-07-09 06:51:11 +02:00
  • 315351b573 feat: Tag table -> rich Matthias 2024-07-09 06:49:33 +02:00
  • a605ae20a7 feat: initial backtest table to rich Matthias 2024-07-09 06:43:12 +02:00
  • 5765bb4a4f feat: Update initial bt table Matthias 2024-07-08 07:07:50 +02:00
  • 8393205489 Merge pull request #10405 from freqtrade/feat/rich_tables Matthias 2024-07-09 06:37:52 +02:00
  • f1993766ee Merge pull request #10416 from freqtrade/update/pre-commit-hooks Matthias 2024-07-09 06:31:42 +02:00
  • c679a6aab2 chore: update pre-commit hooks xmatthias 2024-07-09 03:03:43 +00:00
  • 0e870ab47c chore: don't use pipe operator, not supported on 3.9 Matthias 2024-07-08 19:15:05 +02:00
  • 64d22bbd89 chore: Fix fstring incompatibility with older python versions Matthias 2024-07-08 18:20:39 +02:00
  • e2def42932 Merge pull request #10413 from freqtrade/dependabot/pip/develop/ruff-0.5.1 Matthias 2024-07-08 07:52:50 +02:00
  • 43ac867747 Merge pull request #10408 from freqtrade/dependabot/pip/develop/mkdocs-852807f2c9 Matthias 2024-07-08 07:39:59 +02:00
  • 76a34efe36 chore: improve backtest test resiliance Matthias 2024-07-08 07:17:58 +02:00
  • ae92807b5c chore: Update more test reliability Matthias 2024-07-08 07:12:51 +02:00
  • 453ea0dbcc update test for bt-output stability Matthias 2024-07-08 07:05:56 +02:00
  • 432f45484e Merge pull request #10412 from freqtrade/dependabot/pip/develop/pydantic-2.8.2 Matthias 2024-07-08 07:21:00 +02:00
  • caa6fe859c Merge pull request #10411 from freqtrade/dependabot/pip/develop/orjson-3.10.6 Matthias 2024-07-08 07:07:28 +02:00
  • b208f978db Remove dependency on colorama Matthias 2024-07-08 06:44:52 +02:00
  • 49a60fa67f Properly support "--no-color" for hyperopt Matthias 2024-07-08 06:44:21 +02:00
  • 1744205bf1 Merge pull request #10410 from freqtrade/dependabot/pip/develop/ccxt-4.3.58 Matthias 2024-07-08 06:43:14 +02:00
  • beca37e102 Merge pull request #10409 from freqtrade/dependabot/pip/develop/scikit-learn-1.5.1 Matthias 2024-07-08 06:42:20 +02:00
  • 28f4e1c068 Colorama is not necessary for hyperopt commands anymore Matthias 2024-07-08 06:38:29 +02:00
  • 4d2b6d6d6e chore(deps-dev): bump ruff from 0.5.0 to 0.5.1 dependabot[bot] 2024-07-08 03:11:11 +00:00
  • ddb4cb853a chore(deps): bump pydantic from 2.7.4 to 2.8.2 dependabot[bot] 2024-07-08 03:11:01 +00:00
  • 91fe16344e chore(deps): bump orjson from 3.10.5 to 3.10.6 dependabot[bot] 2024-07-08 03:10:42 +00:00
  • 7e52124d8a chore(deps): bump ccxt from 4.3.54 to 4.3.58 dependabot[bot] 2024-07-08 03:10:32 +00:00
  • 71c29aa367 chore(deps): bump scikit-learn from 1.5.0 to 1.5.1 dependabot[bot] 2024-07-08 03:10:19 +00:00
  • c0b20f88a5 chore(deps): bump mkdocs-material in the mkdocs group dependabot[bot] 2024-07-08 03:10:12 +00:00
  • 94565d0d39 "best" should be shown in gold Matthias 2024-07-07 20:03:49 +02:00
  • 004e1101e7 Improve resiliance, drop compatibility test Matthias 2024-07-07 17:11:54 +02:00
  • 62320a361e chore: fix now failing test Matthias 2024-07-07 17:04:22 +02:00
  • 879797e7c5 chore: remove no longer used result formatting methods Matthias 2024-07-07 16:58:46 +02:00
  • f51b63fc37 Fix wrong type for live running Matthias 2024-07-07 16:33:47 +02:00
  • 4d6f399131 Implement colors for hyperopt-output Matthias 2024-07-07 16:28:02 +02:00
  • 8f0ac0aaea Remove old output from hyperopt-list Matthias 2024-07-07 16:27:53 +02:00
  • f05c019757 feat: Update output for hyperopt to Rich Matthias 2024-07-07 16:15:09 +02:00
  • befefd449c Add a generic Progressbar which allows printing additional objects Matthias 2024-07-07 16:13:55 +02:00
  • 69628736b2 feat: add hyperopt output functionality Matthias 2024-07-07 15:29:58 +02:00
  • 483a829d0e Revert "chore: pre-commit now needs rich types" Matthias 2024-07-07 15:10:33 +02:00
  • 8c807f00bb Extract row before exploding for better typing Matthias 2024-07-07 15:10:14 +02:00
  • bc60855b93 chore: pre-commit now needs rich types Matthias 2024-07-07 13:18:50 +02:00
  • 4d5b330b77 Improve rich generic Matthias 2024-07-07 13:08:52 +02:00
  • 296bf9dc1d chore: Fix unused import Matthias 2024-07-07 13:05:37 +02:00
  • dba7f9968b chore: fix minor type gotcha Matthias 2024-07-07 12:58:44 +02:00
  • 7adc3c2ef5 Improve rich_tables generic Matthias 2024-07-07 12:47:27 +02:00
  • 8e2f28955e feat: rich table for recursive analysis Matthias 2024-07-07 10:05:17 +02:00
  • 5e88bd231d feat: lookahead-heplpers -> rich table Matthias 2024-07-07 09:56:49 +02:00
  • e705471946 chore: don't return what ain't being needed Matthias 2024-07-07 09:43:44 +02:00
  • cdae61e155 feat: use rich tables for entryexitanalysis Matthias 2024-07-07 09:38:02 +02:00
  • ffb0cf1a2c chore: Improve typing Matthias 2024-07-07 08:36:51 +02:00
  • 9f628309e9 feat: Update list-pairs command to use rich tables Matthias 2024-07-06 21:00:34 +02:00
  • c296a8cf82 Improve rich tables interface Matthias 2024-07-06 20:59:50 +02:00
  • c9b3987d33 chore: update rich-table print helper Matthias 2024-07-06 18:30:48 +02:00
  • 768a51cb9b Extract rich_table print to utils Matthias 2024-07-06 18:26:36 +02:00
  • 2d8470b254 Remove unused imports Matthias 2024-07-06 18:26:08 +02:00
  • 8d00e1d929 feat: Use Rich for list-strategies command Matthias 2024-07-06 18:09:03 +02:00
  • 2e0372d247 extract print_rich_table Matthias 2024-07-06 13:12:16 +02:00
  • bafb6507c4 Use Rich table for pair list output Matthias 2024-07-06 13:09:37 +02:00
  • b6b589b1f0 Update list-exchanges to use rich tables Matthias 2024-07-06 12:59:50 +02:00
  • 95097d1f51 chore: don't overwrite exchanges variable Matthias 2024-07-06 11:49:26 +02:00
  • 6b98bfe9b7 Simplify output Matthias 2024-07-06 11:42:40 +02:00
  • 7a67771e46 feat: include orderbook / fetchTicker to exchange_has Matthias 2024-07-06 10:55:10 +02:00
  • bfe18573f3 Improve wording for list-exchanges command Matthias 2024-07-06 10:52:03 +02:00
  • f126120421 Merge branch 'freqtrade:develop' into feature/stoploss-start-at Simon Waiblinger 2024-07-05 22:23:56 +02:00
  • af505b346c Fixed an access on the config by a wrong config key simwai 2024-07-05 22:17:40 +02:00
  • 77b4689ac8 Fixed implementation of unlock_at and updated unit tests simwai 2024-07-05 22:14:35 +02:00
  • f3e2dcd342 chore: update get_patched_exchange argument Matthias 2024-07-05 09:18:14 +02:00
  • 8b50973411 chore: Fix misuse of asyncio.sleep in test Matthias 2024-07-05 09:11:58 +02:00
  • 36a44575c7 chore: update patch_exchange to not override builtins Matthias 2024-07-05 09:10:55 +02:00
  • 1e287de589 chore: fix mote A violations in tests and scripts Matthias 2024-07-05 08:54:49 +02:00
  • 4a4e6bc952 chore: fix flake8-builtins overrides Matthias 2024-07-05 08:51:11 +02:00
  • deeabbca12 chore: Don't override builtins Matthias 2024-07-05 08:49:27 +02:00
  • 8296e7010c chore: enable NPY ruff rules Matthias 2024-07-05 08:39:35 +02:00
  • 059fb16a35 docs: improve dev setup docs Matthias 2024-07-05 08:28:09 +02:00
  • 8d9825ac95 chore: noqa S404 Matthias 2024-07-05 08:25:24 +02:00
  • 0eadd51ff3 chore: Highlight non-used variable in test Matthias 2024-07-05 08:18:16 +02:00
  • ab0fd461ed chore: Replace np.NAN with np.nan Matthias 2024-07-05 07:46:27 +02:00
  • 53043d1978 Pin numpy install to <2.0 in setup.py Matthias 2024-07-05 07:33:26 +02:00
  • aa86e95650 refresh_latest_trades: use max_candles to determine trades download count Joe Schr 2024-07-04 18:32:08 +02:00
  • cd8bd9038e fix: Reassign "options" on market reload Matthias 2024-07-04 18:12:14 +02:00
  • 72c7f118a0 Improve test naming to be clearer Matthias 2024-07-04 17:43:50 +02:00
  • 3486327e78 Extract global cached_grouped_trades_per_pair into IStrategy Joe Schr 2024-07-04 17:12:30 +02:00
  • e5221bded7 Align constant defaults for cache_size with max_candles Joe Schr 2024-07-04 17:06:59 +02:00
  • 7c697d4ded fix: Validate trades for fee Matthias 2024-07-04 16:38:12 +02:00
  • d1a0f5a4e1 Add test with invalid trade object Matthias 2024-07-04 16:32:29 +02:00
  • 6b99033164 Improve trades-cached handling Matthias 2024-07-04 15:21:16 +02:00
  • c891e38f2b Merge branch 'develop' into feature/fetch-public-trades Matthias 2024-07-04 14:39:17 +02:00
  • 0e51baeb10 Better structure for config docs Matthias 2024-07-04 12:49:51 +02:00
  • 371819d26e Merge pull request #10273 from freqtrade/ci/ccxt.pro Matthias 2024-07-04 14:32:36 +02:00
  • b3bcbfa803 Add extended Websocket documentation Matthias 2024-07-04 12:47:44 +02:00
  • 57316e1875 Don't evaluate comment in waves exchange Matthias 2024-07-04 12:39:19 +02:00
  • 7ab4eecb18 Fix header indentation Matthias 2024-07-04 12:10:39 +02:00
  • a0a5ccc445 Merge branch 'develop' into ci/ccxt.pro Matthias 2024-07-04 12:08:36 +02:00
  • 8a246b831b Update non-working ccxt doc links Matthias 2024-07-04 12:07:09 +02:00
  • db8d4dc990 Add exchange.enable_ws setting to doc Matthias 2024-07-04 12:06:17 +02:00
  • 05b2d8a2bf Merge remote-tracking branch 'upstream/develop' into feature/fetch-public-trades Joe Schr 2024-07-04 11:01:17 +02:00
  • 57118691d8 Removed entry in gitignore simwai 2024-07-04 10:53:14 +02:00
  • 2b456cbdeb Added unlock_at field for protection config simwai 2024-07-04 10:29:13 +02:00
  • 7b6cd0cb9c Merge pull request #10399 from freqtrade/update/binance-leverage-tiers Matthias 2024-07-04 08:24:08 +02:00