Commit Graph

  • af1543ea37 Merge pull request #6534 from freqtrade/dependabot/pip/develop/types-requests-2.27.12 Matthias 2022-03-14 06:24:37 +01:00
  • edda5b4ceb Merge pull request #6531 from freqtrade/dependabot/pip/develop/types-cachetools-5.0.0 Matthias 2022-03-14 06:24:22 +01:00
  • a419e7012e Merge pull request #6535 from freqtrade/dependabot/pip/develop/nbconvert-6.4.4 Matthias 2022-03-14 06:24:04 +01:00
  • 404d700a74 Raise min-requirement for ccxt Matthias 2022-03-14 06:23:48 +01:00
  • c5cb617c92 Merge pull request #6536 from freqtrade/dependabot/pip/develop/numpy-1.22.3 Matthias 2022-03-14 06:22:43 +01:00
  • 999a154213 Merge pull request #6530 from freqtrade/dependabot/pip/develop/pytest-7.1.0 Matthias 2022-03-14 06:22:16 +01:00
  • a750369796 adjust none adriance 2022-03-14 12:09:13 +08:00
  • f9e93cf3f8 fix buy filled date none adriance 2022-03-14 11:55:36 +08:00
  • 3d9c55d519 restore set_isolated_liq adriance 2022-03-14 11:29:26 +08:00
  • c9bbc4a824 Merge branch 'feat/short' into fs_fix adriance 2022-03-14 11:26:04 +08:00
  • 3fbe4a9944 Bump numpy from 1.22.2 to 1.22.3 dependabot[bot] 2022-03-14 03:01:30 +00:00
  • a7133f1974 Bump nbconvert from 6.4.2 to 6.4.4 dependabot[bot] 2022-03-14 03:01:20 +00:00
  • 4cbdc9a74f Bump types-requests from 2.27.11 to 2.27.12 dependabot[bot] 2022-03-14 03:01:17 +00:00
  • 3fc1c94aba Bump ccxt from 1.75.12 to 1.76.5 dependabot[bot] 2022-03-14 03:01:14 +00:00
  • 3a0ad2f26e Bump uvicorn from 0.17.5 to 0.17.6 dependabot[bot] 2022-03-14 03:01:07 +00:00
  • 7764ad1541 Bump types-cachetools from 4.2.10 to 5.0.0 dependabot[bot] 2022-03-14 03:01:03 +00:00
  • be5b0acfbd Bump pytest from 7.0.1 to 7.1.0 dependabot[bot] 2022-03-14 03:01:00 +00:00
  • c63b5fbbbf Use last to get rates for /balance endpoints Matthias 2022-03-13 17:53:52 +01:00
  • 32c06f4a05 Improve test Matthias 2022-03-13 16:45:11 +01:00
  • d5f0c6c78d Exclude alternative candletypes from timeframe check Matthias 2022-03-13 16:13:38 +01:00
  • cfa9458bcc Merge branch 'develop' into feat/short Matthias 2022-03-13 15:38:12 +01:00
  • 3133be19e3 Update precisionfilter to use last instead of ask or bid. Matthias 2022-03-13 15:23:01 +01:00
  • 7146122f4a Update docstring Matthias 2022-03-13 15:06:32 +01:00
  • b8b56d95f3 Update missleading docstring Matthias 2022-03-13 14:57:32 +01:00
  • 9107819c95 Fix order migration "forgetting" average Matthias 2022-03-13 14:42:15 +01:00
  • 0fce0f64d1 Merge branch 'feat/short' into fs_fix adriance 2022-03-13 14:41:22 +08:00
  • 099547c1ec Merge pull request #6527 from adrianceding/feat/short Matthias 2022-03-13 07:18:48 +01:00
  • 52bf926066 fix duplicate long adriance 2022-03-13 12:26:57 +08:00
  • 56c4ea6619 Merge branch 'feat/short' into fs_fix adriance 2022-03-13 12:13:33 +08:00
  • 843606c9cb gateio stoploss adjust Sam Germain 2022-03-12 20:14:23 -06:00
  • 91549d3254 Revert "stoploss_adjust fixed breaking tests" Sam Germain 2022-03-12 20:07:56 -06:00
  • 7e7e596372 Revert "moved binance.stoploss_adjust to exchange class" Sam Germain 2022-03-12 20:07:50 -06:00
  • bf5afbcdbd Merge branch 'develop' into gateio-stoploss Sam Germain 2022-03-12 19:50:46 -06:00
  • 2ba79a32a0 Update docs/exchanges.md Sam Germain 2022-03-12 19:42:40 -06:00
  • f343036e66 Add stoploss-ordertypes mapping for gateio Matthias 2022-03-12 19:23:20 +01:00
  • b8cbc4dcb7 Merge pull request #6523 from freqtrade/short_exit_trend Matthias 2022-03-12 15:53:11 +01:00
  • b044dd2c45 Update custom_sell to custom_exit Matthias 2022-03-12 11:15:27 +01:00
  • fe62a71f4c Simplify implementation of "check_override" by extracting it to function Matthias 2022-03-12 10:57:03 +01:00
  • 6946203a7c Add tests and test-strategies for custom "implements" requirements Matthias 2022-03-12 10:05:16 +01:00
  • b5662d6547 Merge branch 'feat/short' into fs_fix adriance 2022-03-12 16:50:27 +08:00
  • 9460fd8d75 Add Appropriate test for loading error Matthias 2022-03-12 09:49:20 +01:00
  • 28046c6a22 Change populate_buy_trend to populate_entry_trend Matthias 2022-03-12 09:31:14 +01:00
  • efc313b28b Merge pull request #6512 from freqtrade/short_order_types Matthias 2022-03-12 09:32:16 +01:00
  • 7d1e487be5 Merge pull request #6522 from freqtrade/is_short_strat Matthias 2022-03-12 09:31:51 +01:00
  • b9b5d749bb Fix typo causing an implicit bug Matthias 2022-03-12 08:58:54 +01:00
  • 12c909d8a8 Add can_short to sample strategies Matthias 2022-03-12 07:00:57 +01:00
  • 0aa170ac95 Check can_short in live-mode as well. Matthias 2022-03-11 19:43:00 +01:00
  • 20fc9459f2 Add test for can_short strategy attribute Matthias 2022-03-11 19:37:45 +01:00
  • 1c9dbb512a Initial attempt at is_short_strategy block Matthias 2022-03-11 06:59:28 +01:00
  • 7825d855cd Fix flake8 error in tests Matthias 2022-03-11 19:28:15 +01:00
  • d2a5448305 Update hyperopt.py Italo 2022-03-11 17:38:32 +00:00
  • 1a573d57b9 Merge branch 'freqtrade:develop' into plot_hyperopt_stats Italo 2022-03-11 17:36:00 +00:00
  • 11c76c3c89 Check if timeframe is available before calling exchange Matthias 2022-03-11 17:59:57 +01:00
  • 51947ded6b Merge branch 'feat/short' into fs_fix adriance 2022-03-11 22:35:35 +08:00
  • 24f480b4ce Double-check stoploss behaviour Matthias 2022-03-11 08:27:42 +01:00
  • 9ff52c0a93 Add test for emergencysell behaviour Matthias 2022-03-11 08:00:18 +01:00
  • f6c263882d Update outdated TODO-lev Matthias 2022-03-10 07:09:48 +01:00
  • cb9da78a27 Merge branch 'develop' into feat/short Matthias 2022-03-10 06:54:20 +01:00
  • 98755c1874 Fix wrong estimated output from /balance endpoints Matthias 2022-03-10 06:47:17 +01:00
  • 6f4d607902 stoploss_adjust fixed breaking tests Sam Germain 2022-03-09 19:31:51 -06:00
  • 7db28b1b16 gateio stoploss docs Sam Germain 2022-03-09 15:54:17 -06:00
  • 6bb93bdc25 moved binance.stoploss_adjust to exchange class Sam Germain 2022-03-09 15:47:16 -06:00
  • 0d754111e9 Fix dry-run-wallets bug in case of futures Matthias 2022-03-09 19:02:22 +01:00
  • a837571e2b Improve dry-run-wallets in futures case test Matthias 2022-03-09 19:01:38 +01:00
  • 6e10439f90 Map usdt fiat to correct coingecko fiat Matthias 2022-03-09 17:35:41 +01:00
  • 499e9c3e98 fix duration adriance 2022-03-10 00:34:59 +08:00
  • d579febfec add filled time adriance 2022-03-09 23:55:57 +08:00
  • 14bce0b1c3 Merge branch 'feat/short' into fs_fix adriance 2022-03-09 22:07:54 +08:00
  • 1c86e69c34 use filled time calculate duration adriance 2022-03-09 21:55:13 +08:00
  • 82e0eca128 add short close rate calu adriance 2022-03-09 20:00:06 +08:00
  • d47274066e Added stoploss_on_exchange flag to gateio Sam Germain 2022-03-09 01:05:21 -06:00
  • ae4742afcb test_fetch_stoploss_order_gateio and test_cancel_stoploss_order_gateio Sam Germain 2022-03-09 00:59:28 -06:00
  • e3ced55f5c gateio.fetch_order and gateio.cancel_order Sam Germain 2022-03-09 00:45:50 -06:00
  • 61182f849b exchange.fetch_order and exchange.cancel_order added params argument Sam Germain 2022-03-09 00:45:10 -06:00
  • 93a91bdeee Update order_Types documentation Matthias 2022-03-09 07:39:32 +01:00
  • 50ab0dc6c5 Fix subtle bug Matthias 2022-03-09 07:04:59 +01:00
  • 51828a0b0b Update buy-signals to entry wording Matthias 2022-03-09 07:03:37 +01:00
  • 66afc233db Use Deprecated method for order_Time_in_force Matthias 2022-03-09 06:40:12 +01:00
  • 943d080f5e Add test for order-types migration Matthias 2022-03-08 07:08:10 +01:00
  • 420cc5c595 deprecated-setting moval should delete old setting Matthias 2022-03-08 06:59:30 +01:00
  • 5d4386f037 Implement order_types validation Matthias 2022-03-08 06:59:14 +01:00
  • e492bf3159 Update order_types to use entry/exit definition Matthias 2022-03-07 20:32:16 +01:00
  • f2ed6165e9 convert price to precision price before verifying stoploss adjustment Matthias 2022-03-08 19:35:30 +01:00
  • 9facd5b52a Merge branch 'feat/short' into fs_fix dingzhoufeng 2022-03-08 15:14:11 +08:00
  • 1ce55e88b4 Try to revert sequence in test Matthias 2022-03-08 07:10:59 +01:00
  • b4ec2b3a5a Merge pull request #6507 from freqtrade/short_order_tif Matthias 2022-03-08 06:31:05 +01:00
  • 53ecdb931b add leverage dingzhoufeng 2022-03-08 12:26:43 +08:00
  • 3ff261e22c Update order time in force to use entry/exit wording Matthias 2022-03-07 07:09:01 +01:00
  • 17041b78fc Add stoploss-limit-ratio to full config sample Matthias 2022-03-07 19:39:15 +01:00
  • da733a458d Merge pull request #6505 from freqtrade/rename_liq_col Matthias 2022-03-07 19:02:39 +01:00
  • d2a163e2cf rename column to liquidation_price Matthias 2022-03-06 19:05:20 +01:00
  • f0252cf79d Merge pull request #6497 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.32 Matthias 2022-03-07 12:52:15 +01:00
  • 2748b113ee Merge pull request #6495 from freqtrade/short_fixliq Matthias 2022-03-07 07:39:16 +01:00
  • 98acff8169 Merge pull request #6500 from freqtrade/dependabot/pip/develop/types-cachetools-4.2.10 Matthias 2022-03-07 07:04:31 +01:00
  • 26f6d8076d Merge pull request #6498 from freqtrade/dependabot/pip/develop/pytest-asyncio-0.18.2 Matthias 2022-03-07 06:25:20 +01:00
  • 82595f3a5d Merge pull request #6501 from freqtrade/dependabot/pip/develop/ccxt-1.75.12 Matthias 2022-03-07 06:25:07 +01:00
  • 805a04a6cb Merge pull request #6496 from freqtrade/dependabot/pip/develop/fastapi-0.75.0 Matthias 2022-03-07 06:24:56 +01:00
  • 07524e9f37 Merge pull request #6499 from freqtrade/dependabot/pip/develop/mkdocs-material-8.2.5 Matthias 2022-03-07 06:24:40 +01:00
  • 749e0dd5a0 Merge pull request #6502 from freqtrade/dependabot/github_actions/develop/actions/setup-python-3 Matthias 2022-03-07 06:24:14 +01:00
  • 3c83d8c74a Bump actions/setup-python from 2 to 3 dependabot[bot] 2022-03-07 05:24:08 +00:00