Commit Graph

  • b9237d2241
    Merge pull request #6128 from wadedyck/futures_fixes Matthias 2021-12-28 19:37:13 +0100
  • 5bb2d3baea Revert "Remove the guards against downloading data in futures mode." Wade Dyck 2021-12-28 11:35:17 -0700
  • 24807515c1 Fix random test failure Matthias 2021-12-28 09:04:14 +0100
  • 60dfadf446 Don't attempt to calculate funding fees when the initial timeframe hasn't been exceeded. Wade Dyck 2021-12-27 16:51:47 -0700
  • a26c82b7cc Also check candle_type_def when creating the pairlist and getting the ohlcv. Wade Dyck 2021-12-27 16:51:02 -0700
  • 5743b3a0b7 When getting analyzed dataframes, use candle_type_def in the pair_key as that's how they're cached. Wade Dyck 2021-12-27 13:29:25 -0700
  • 82cdfba494 Remove the guards against downloading data in futures mode. Wade Dyck 2021-12-27 12:48:42 -0700
  • 3d9360bb8c When backtesting, pass the candle_type to load_data. Wade Dyck 2021-12-27 11:46:05 -0700
  • 5a546855e6 Import TTLCache from cachetools Matthias 2021-12-27 19:30:17 +0100
  • a5742b3bbc Fixes a failing test_history due to changed log message. Wade Dyck 2021-12-27 11:26:49 -0700
  • 5b3f907b0c Fixes a download_data bug when in futures mode. Wade Dyck 2021-12-27 11:16:38 -0700
  • f965e9177c Fix title Reigo Reinmets 2021-12-27 19:56:45 +0200
  • 4b654b2713 Reduce logging. Reigo Reinmets 2021-12-27 19:48:18 +0200
  • 093f98d368
    Merge branch 'freqtrade:develop' into dca Reigo Reinmets 2021-12-27 19:41:47 +0200
  • 2a728c676e Improve documentation. Fix bug. Reigo Reinmets 2021-12-27 19:41:33 +0200
  • 05a488a7a0 Further reduce log verbosity for kucoin 429000 exception Matthias 2021-12-27 17:15:30 +0100
  • bb65621134 Simplify test, simplify "log_*" selection Matthias 2021-12-27 17:14:59 +0100
  • df53873dab
    Merge pull request #6119 from freqtrade/dependabot/pip/develop/scikit-learn-1.0.2 Matthias 2021-12-27 16:48:48 +0100
  • ef2b326262 Reduce retrier message repetition Matthias 2021-12-27 16:47:34 +0100
  • 54858a0bbb Simplify test to only initialize and mock once. Matthias 2021-12-27 16:39:47 +0100
  • 314e10596b Remove checking against logger_name in num_log_has Matthias 2021-12-27 16:39:31 +0100
  • 53ef37d5fc
    Merge branch 'freqtrade:develop' into dca Reigo Reinmets 2021-12-27 17:12:26 +0200
  • 17f037cec6 Extract order_fee handling from update_trade_state Matthias 2021-12-27 16:07:43 +0100
  • 0f66cabdfb
    Bump cachetools from 4.2.2 to 5.0.0 dependabot[bot] 2021-12-27 09:04:00 +0000
  • 1b739acc08
    Merge pull request #6118 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.29 Matthias 2021-12-27 10:03:06 +0100
  • 3804a17775
    Bump scikit-learn from 1.0.1 to 1.0.2 dependabot[bot] 2021-12-27 08:45:22 +0000
  • c8253790b6
    Merge pull request #6125 from freqtrade/dependabot/pip/develop/filelock-3.4.2 Matthias 2021-12-27 09:44:48 +0100
  • a215e29d2a
    Merge pull request #6117 from freqtrade/dependabot/pip/develop/ccxt-1.65.25 Matthias 2021-12-27 09:42:40 +0100
  • d58ed0e242
    Merge pull request #6122 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.4 Matthias 2021-12-27 08:45:01 +0100
  • 2ab8f467dd
    Merge pull request #6121 from freqtrade/dependabot/pip/develop/jsonschema-4.3.2 Matthias 2021-12-27 08:44:11 +0100
  • c1ec368c0c
    Merge pull request #6123 from freqtrade/dependabot/pip/develop/mypy-0.930 Matthias 2021-12-27 08:43:54 +0100
  • 29fff65598
    Merge pull request #6120 from freqtrade/dependabot/pip/develop/plotly-5.5.0 Matthias 2021-12-27 08:43:36 +0100
  • 3cba405b2e
    Bump filelock from 3.4.0 to 3.4.2 dependabot[bot] 2021-12-27 03:54:13 +0000
  • 24d16d7dab
    Bump mypy from 0.920 to 0.930 dependabot[bot] 2021-12-27 03:54:06 +0000
  • 2e84b8f0d5
    Bump types-python-dateutil from 2.8.3 to 2.8.4 dependabot[bot] 2021-12-27 03:54:03 +0000
  • 470ef7c160
    Bump jsonschema from 4.3.1 to 4.3.2 dependabot[bot] 2021-12-27 03:53:58 +0000
  • 1093f22b80
    Bump plotly from 5.4.0 to 5.5.0 dependabot[bot] 2021-12-27 03:53:54 +0000
  • e085058621
    Bump sqlalchemy from 1.4.28 to 1.4.29 dependabot[bot] 2021-12-27 03:53:47 +0000
  • 81b383fe5c
    Bump ccxt from 1.64.44 to 1.65.25 dependabot[bot] 2021-12-27 03:53:41 +0000
  • f77b8cbb7a Reduce KuCoin logs only for 429000 error cdimauro 2021-12-26 21:09:25 +0100
  • bc8fc3ab09 We can actually call recalc_open_trade_value less since it's being called eventually anyway. Reigo Reinmets 2021-12-26 20:09:18 +0200
  • bd5520bee2 Adjust comments, fix stoploss_on_exchange for slower closed orders. Reigo Reinmets 2021-12-26 20:03:10 +0200
  • 099dc07baf No longer needed since recalc_trade_from_orders always calls it. Reigo Reinmets 2021-12-26 20:02:20 +0200
  • 817a65b656 This is not needed since backtesting does not have open orders. Reigo Reinmets 2021-12-26 20:01:48 +0200
  • 045225beef Slightly improve doc formatting Matthias 2021-12-26 15:34:37 +0100
  • d3f3c49b13 Fix minor "gotchas" Matthias 2021-12-26 15:29:10 +0100
  • 6509c38717 Introduce new test functions to check logs cdimauro 2021-12-26 09:49:14 +0100
  • fbaf46901e Reduce more KuCoin logs on retrier decorator cdimauro 2021-12-26 09:06:26 +0100
  • 96fbf63d0b Reduce KuCoin logs on DDosProtection error messages cdimauro 2021-12-25 22:32:22 +0100
  • aa54592ec7
    Merge branch 'freqtrade:develop' into dca Reigo Reinmets 2021-12-25 21:06:26 +0200
  • 2917cc1f2e Bitpanda's "fetch_my_trades" requires "to" argument Matthias 2021-12-25 14:28:22 +0100
  • 6fdad8c6bd Prevent exception, ensure deletion occurs Matthias 2021-12-25 14:03:44 +0100
  • 356b2d3d91 Reestablish backward compatibility Matthias 2021-12-25 13:47:28 +0100
  • b1feb69ca9 Use Pathlib to delete testfile Matthias 2021-12-25 10:30:59 +0100
  • 49aa34c6f3
    Merge pull request #6112 from xataxxx/develop Matthias 2021-12-25 10:11:15 +0100
  • ea79eb55e9 Remove this test change from DCA branch. Reigo Reinmets 2021-12-25 10:43:25 +0200
  • d11a8928d4 Fix test not running when user_data contains historical data. Reigo Reinmets 2021-12-25 10:39:27 +0200
  • 3cbb2ff31f Fix up documentation. Reigo Reinmets 2021-12-25 10:35:08 +0200
  • e3181748dc Add ignore_buying_expired_candle to config_full example Stefano Ariestasia 2021-12-25 12:24:12 +0900
  • f61aaa8c0d Improve documentation example Reigo Reinmets 2021-12-24 19:02:39 +0200
  • ad247b2f07
    Merge branch 'freqtrade:develop' into dca Reigo Reinmets 2021-12-24 12:39:09 +0200
  • de79d25caf Refactoring to use strategy based configuration Reigo Reinmets 2021-12-24 12:38:43 +0200
  • 58663180e0
    Merge pull request #6107 from freqtrade/remove_slack Matthias 2021-12-23 21:50:49 +0100
  • 98f6d2d722 Update CI to notify on discord only Matthias 2021-12-23 21:27:30 +0100
  • 110e48c541 Remove travis config file Matthias 2021-12-23 20:38:07 +0100
  • 61dbb6206f Slightly reduce verbosity when reload_conf is issued Matthias 2021-12-23 20:33:13 +0100
  • ac690e9215 Remove unnecessary returns. Reigo Reinmets 2021-12-23 18:49:11 +0200
  • 9a9cc31d83 Update docs regarding multiarch builds Matthias 2021-12-23 17:01:44 +0100
  • 0c4664e8f4 Lock file is not always left behind so handle it. Reigo Reinmets 2021-12-23 17:39:43 +0200
  • bc60139ae3 I really should make this flake8 / isort check automatic before commit. Reigo Reinmets 2021-12-23 16:40:47 +0200
  • 8393c99b62 Whoops, missing a line. Reigo Reinmets 2021-12-23 16:25:27 +0200
  • 8bf1001b33 Fix test failing when user_data already contains data... Reigo Reinmets 2021-12-23 12:41:37 +0200
  • ace0a83c0c Allow forcebuy to also buy more when trade is already open. Reigo Reinmets 2021-12-23 11:57:53 +0200
  • 2e23e88fc1 Re-add back the log i accidentally removed. Reigo Reinmets 2021-12-22 11:49:43 +0200
  • d70ddeef9a Remove whitespace. Darn IntelliJ. Reigo Reinmets 2021-12-22 11:43:48 +0200
  • e439ae1fea Update wallet balance on every order close, not only trade close Reigo Reinmets 2021-12-22 11:20:03 +0200
  • da2e07b7fe Unittest base_stake_amount_ratio Reigo Reinmets 2021-12-22 02:42:44 +0200
  • 76e7bf6cd2
    Merge branch 'freqtrade:develop' into dca Reigo Reinmets 2021-12-22 02:24:21 +0200
  • 7df3e7ada4 Add base_stake_amount_ratio config param to support unlimited stakes. Reigo Reinmets 2021-12-22 02:19:11 +0200
  • fa01cbf546 iSort Reigo Reinmets 2021-12-21 22:23:01 +0200
  • f88b6af26f
    Merge pull request #6070 from cdimauro/suppress_logs Matthias 2021-12-21 21:07:15 +0100
  • e5aaef6440 Fix CI failure Matthias 2021-12-21 19:20:09 +0100
  • 6ba8b17fdd Use LoggingMixin.log_once to remove/reduce logs on pairlists cdimauro 2021-12-21 09:11:57 +0100
  • 4862cdb296 Improve documentation. Reigo Reinmets 2021-12-21 00:11:01 +0200
  • c9243fb4f6 Use buy side for price since mostly used for DCA. Reigo Reinmets 2021-12-20 22:45:46 +0200
  • f6d36ce56b Fix the dca order not being counted bug. Reigo Reinmets 2021-12-20 22:07:42 +0200
  • d9f5694965
    Merge branch 'freqtrade:develop' into dca Reigo Reinmets 2021-12-20 22:05:58 +0200
  • 40036bc710 Force dry-run for webserver backtest mode Matthias 2021-12-20 19:41:10 +0100
  • afad9be53f
    Merge pull request #6093 from freqtrade/dependabot/pip/develop/cryptography-36.0.1 Matthias 2021-12-20 09:01:25 +0100
  • 6fe09b6dee
    Merge pull request #6090 from freqtrade/dependabot/pip/develop/mypy-0.920 Matthias 2021-12-20 07:16:21 +0100
  • 90c565006b
    Merge pull request #6043 from freqtrade/funding_fees Matthias 2021-12-20 07:15:30 +0100
  • 21da01f777
    Bump cryptography from 36.0.0 to 36.0.1 dependabot[bot] 2021-12-20 05:39:04 +0000
  • 260c627e99
    Merge pull request #6091 from freqtrade/dependabot/pip/develop/time-machine-2.5.0 Matthias 2021-12-20 06:38:46 +0100
  • d47167c9c4
    Merge pull request #6087 from freqtrade/dependabot/pip/develop/numpy-1.21.5 Matthias 2021-12-20 06:38:25 +0100
  • b6f8765d3b
    Bump mypy from 0.910 to 0.920 dependabot[bot] 2021-12-20 05:38:03 +0000
  • 5b608c9005
    Merge pull request #6088 from freqtrade/dependabot/pip/develop/ccxt-1.64.44 Matthias 2021-12-20 06:37:59 +0100
  • cfad873ea7
    Merge pull request #6092 from freqtrade/dependabot/pip/develop/jsonschema-4.3.1 Matthias 2021-12-20 06:37:41 +0100
  • 480eb55721
    Merge pull request #6086 from freqtrade/dependabot/pip/develop/mkdocs-material-8.1.3 Matthias 2021-12-20 06:37:23 +0100
  • e754cc09fc
    Merge pull request #6089 from freqtrade/dependabot/pip/develop/types-requests-2.26.2 Matthias 2021-12-20 06:36:46 +0100
  • cde35509db
    Bump jsonschema from 4.2.1 to 4.3.1 dependabot[bot] 2021-12-20 03:01:52 +0000