Commit Graph

  • be8accebd8 Bump plotly from 5.5.0 to 5.6.0 dependabot[bot] 2022-02-14 03:01:31 +00:00
  • ca62914794 Bump prompt-toolkit from 3.0.26 to 3.0.28 dependabot[bot] 2022-02-14 03:01:28 +00:00
  • b1b8167b5e Update stop documentation Matthias 2022-02-13 19:14:57 +01:00
  • 09cc43b533 Test short trade exiting Matthias 2022-02-13 16:23:01 +01:00
  • 5b65448e56 Fix some todo-lev's in tests Matthias 2022-02-13 16:17:41 +01:00
  • 2523c12c71 Small enhancements and notes Matthias 2022-02-13 14:33:37 +01:00
  • ad801e05f7 Filter loadable leverage tiers to stake-currency pairs Matthias 2022-02-13 13:04:55 +01:00
  • 96df311244 Rename test_okex to test_okx Matthias 2022-02-13 13:01:01 +01:00
  • bc855b2a32 Update some missing mocks Matthias 2022-02-13 13:00:38 +01:00
  • b98297786c Update failing mock Matthias 2022-02-13 12:56:32 +01:00
  • 7f0cedc769 Use "is_future" to check for futures markets Matthias 2022-02-13 12:54:49 +01:00
  • eaf13f96f7 Use exchange_has to check for ccxt properties Matthias 2022-02-13 12:48:28 +01:00
  • 109440a6bf Merge pull request #6396 from freqtrade/order_refind_update Matthias 2022-02-13 12:31:37 +01:00
  • 8fe3f0c933 fix breaking tests Sam Germain 2022-02-12 21:59:26 -06:00
  • 531b4d238c removed test_get_maintenance_margin_and_amt_gatio as its no longer relevant Sam Germain 2022-02-12 15:55:26 -06:00
  • 765c95f875 test_okex.test_get_maintenance_ratio_and_amt_okex change pair names Sam Germain 2022-02-12 15:41:02 -06:00
  • e3bd40c3c7 added swap and linear to conftest markets Sam Germain 2022-02-11 07:01:50 -06:00
  • 7a0f7da128 okex loads all leverage tiers at beginning, removed get tiers for pair Sam Germain 2022-02-11 06:50:23 -06:00
  • 8657e99c26 trimmed down get_maintenance_ratio_and_amt, now requires fetchLeverageTiers Sam Germain 2022-02-11 06:38:57 -06:00
  • e7430da5d7 test_ccxt_compat commented out unfinished tests Sam Germain 2022-02-10 10:39:25 -06:00
  • 03b3756e4b strengthened and fixed leverage_tier tests Sam Germain 2022-02-10 06:10:15 -06:00
  • a6043e6a85 get_max_leverage test clean up Sam Germain 2022-02-10 05:12:41 -06:00
  • 4a1ed01708 get_maintenance_ratio_and_amt tests Sam Germain 2022-02-10 05:04:29 -06:00
  • 60a45ff394 exchange.get_max_leverage de-complex Sam Germain 2022-02-10 04:06:02 -06:00
  • 9e599455e7 test_execute_entry mocks get_max_leverage Sam Germain 2022-02-10 03:44:37 -06:00
  • 41ab20d949 get_max_leverage checks if the number of tiers is < 1 Sam Germain 2022-02-10 03:44:22 -06:00
  • 3b43d42eaa Updated exchange tests Sam Germain 2022-02-10 03:31:16 -06:00
  • fa2c9fc51f replaced mmr_key with unified maintenanceMarginRate Sam Germain 2022-02-09 04:57:43 -06:00
  • e987e0e2a9 exchange minor fixes Sam Germain 2022-02-09 03:38:25 -06:00
  • f3cb7e90e0 moved get_leverage_tiers_for_pair to be with other leverage_tier methods Sam Germain 2022-02-09 03:20:27 -06:00
  • 5f07546b86 moved leverage_tier caching to get_leverage_tiers_for_pair Sam Germain 2022-02-09 03:18:32 -06:00
  • eb72e5cc42 Added some exchange leverage tier tests Sam Germain 2022-02-07 07:09:29 -06:00
  • 98f32e8964 fixed failing test_get_max_leverage Sam Germain 2022-02-07 06:27:20 -06:00
  • 3ebda1d29d Added test templated Sam Germain 2022-02-07 05:03:10 -06:00
  • a0264f0651 test_get_max_pair_stake_amount with leverage Sam Germain 2022-02-07 04:57:39 -06:00
  • fe56c8c91e mock get_max_pair_stake_amount in test_execute_entry Sam Germain 2022-02-07 04:54:22 -06:00
  • 18b4d0be95 fixed error with exchange.fill_leverage_tiers Sam Germain 2022-02-07 04:43:19 -06:00
  • 41d8330fbc freqtrade.exchange edited load_leverage_tiers Sam Germain 2022-02-07 04:19:18 -06:00
  • 0b717fbace okex.load_leverage_tiers Sam Germain 2022-02-07 04:18:02 -06:00
  • 68a778a983 moved leverage_tiers to a fixture Sam Germain 2022-02-07 04:08:30 -06:00
  • 42e36f44f8 replaced "leverage" with "tiers" Sam Germain 2022-02-07 02:01:00 -06:00
  • 6b9915bc73 moved fill_leverage_brackets and get_max_leverage to base exchange class, wrote parse_leverage_tier and load_leverage_brackets Sam Germain 2022-02-07 01:33:42 -06:00
  • a99cf2eeed redid get_max_leverage Sam Germain 2022-02-05 22:36:28 -06:00
  • 720a86778e okex.get_max_pair_stake_amount Sam Germain 2022-02-07 03:44:37 -06:00
  • ff915b241c test_okex test_get_maintenance_ratio_and_amt_okex Sam Germain 2022-02-05 20:54:58 -06:00
  • a5aba4813d moved get_maintenance_ratio_and_amt to base.exchange. Wrote get_leverage_tiers. Added mmr_key to exchange._ft_has Sam Germain 2022-02-05 19:32:46 -06:00
  • fc2d3649a1 edited todos Sam Germain 2022-02-12 16:10:21 -06:00
  • c769e9757d Improve "order refind" to also work for stoploss orders Matthias 2022-02-12 20:13:12 +01:00
  • 119d4d5204 select_order should use ft_order_side, not the exchange specific one Matthias 2022-02-12 17:06:03 +01:00
  • ee5f05208e Merge pull request #6394 from samgermain/todos Matthias 2022-02-12 15:44:42 +01:00
  • fad243e28d Keep short edge support as regular TODO Matthias 2022-02-12 15:43:52 +01:00
  • 08803524bd align variable naming to use current_time Matthias 2022-02-12 15:21:36 +01:00
  • ca993c83ea todo removal Sam Germain 2022-02-11 23:05:46 -06:00
  • 50e474ded2 Merge pull request #6386 from samgermain/liq-buffer Matthias 2022-02-11 20:26:05 +01:00
  • 19a282ddb4 fixed broken test_get_liquidation_price Sam Germain 2022-02-11 04:00:50 -06:00
  • 7a79403d2c Update docs/leverage.md Sam Germain 2022-02-11 00:45:00 -06:00
  • 6ae85f9be1 fixed liq-buffer tests Sam Germain 2022-02-11 03:48:09 -06:00
  • fb3a6e2ce8 added liquidation_buffer to constants.py Sam Germain 2022-02-11 00:43:45 -06:00
  • 3c3675ea1a moved liquidation_buffer to exchange class, add check for valid liquidation_buffer values Sam Germain 2022-02-10 21:14:07 -06:00
  • 305d3738d9 Documentation for liquidation_buffer Sam Germain 2022-02-10 21:02:05 -06:00
  • e5d68f12d2 Added liquidation_buffer to freqtradebot Sam Germain 2022-02-10 09:58:30 -06:00
  • d0adc4ee62 Merge pull request #6391 from lukasgor/lg/feat/add-buy-tag-to-forcebuy Matthias 2022-02-11 19:37:46 +01:00
  • c9cfc246f1 Sort /forcebuy pairs alphabetically, add cancel button Matthias 2022-02-11 19:37:35 +01:00
  • f79873307d Run CI on feat/short branch Matthias 2022-02-11 19:16:57 +01:00
  • 0c6d92a7a6 Merge branch 'develop' into feat/short Matthias 2022-02-11 17:02:04 +01:00
  • 6511b3bec2 fix: rename buy_tag to entry_tag lukasgor 2022-02-11 15:31:15 +01:00
  • d563bfc3d0 feature: add buy tag to forcebuy lukasgor 2022-02-11 13:10:44 +01:00
  • 7237aa7edb Merge pull request #6385 from samgermain/bin-stop Matthias 2022-02-10 19:51:59 +01:00
  • 6a59103869 update wallets in backtesting to ensure a fresh wallet is used Matthias 2022-02-10 19:40:36 +01:00
  • 7c66f2776d Merge pull request #6384 from samgermain/compat-contract Matthias 2022-02-10 19:07:04 +01:00
  • 553da850ce binance futures stoploss Sam Germain 2022-02-10 09:41:57 -06:00
  • 52fed6e779 test_ccxt__get_contract_size Sam Germain 2022-02-10 06:59:43 -06:00
  • be84a028c1 Avoid mixed types in the api for /stats Matthias 2022-02-10 07:03:19 +01:00
  • af984bdc0d Update comment regarting NaT replacement Matthias 2022-02-09 09:32:53 +01:00
  • 2e41d80a2c Merge pull request #6340 from TheJoeSchr/frequi-datetime Matthias 2022-02-09 07:21:30 +01:00
  • 7252cf47fb Update url to include campaign tracking Matthias 2022-02-09 07:20:19 +01:00
  • 9f47853661 Merge pull request #6235 from freqtrade/backtest_order_timeout Matthias 2022-02-09 07:12:35 +01:00
  • 45c03f1440 Docstrings are evaluated, while comments are not Matthias 2022-02-09 07:02:44 +01:00
  • a6a041526a Update intro message Matthias 2022-02-08 20:12:20 +01:00
  • 1ba9b70afc Improve index/readme wording Matthias 2022-02-08 19:58:03 +01:00
  • 6d3803fa22 Add TokenBot promo Matthias 2022-02-08 20:13:27 +01:00
  • 4e2f06fe9c Simplify band-aid code Matthias 2022-02-09 06:48:26 +01:00
  • 6191288ff9 Add test for NaT problematic Matthias 2022-02-09 06:36:17 +01:00
  • 1d10d2c87c Okex -> okx Matthias 2022-02-08 19:45:39 +01:00
  • 172e018d2d Add probit to list of non-working exchanges Matthias 2022-02-08 19:21:27 +01:00
  • dcf8ad36f9 Backtesting should not allow unrealistic (automatic-filling) orders. Matthias 2022-02-08 19:10:29 +01:00
  • 926b017981 Fix freqUI charts not displaying when dtype(datetime) column has NaT values Joe Schr 2022-02-08 16:42:39 +01:00
  • 118ae8a3d0 Fix api_schemas/json_encoders by manually converting NaT values to empty Strings Joe Schr 2022-02-01 19:34:50 +01:00
  • b192c82731 Only call "custom_exit_price" for limit orders Matthias 2022-02-08 07:10:54 +01:00
  • d2dbe8f8d0 Improve doc wording Matthias 2022-02-08 06:47:55 +01:00
  • 535bbd681f Merge pull request #6362 from ediziks/add-profit-drawdown-hypeloss Matthias 2022-02-07 19:37:35 +01:00
  • 85767d0d70 Add timedout_*_orders to tests Matthias 2022-02-07 19:33:22 +01:00
  • 036c2888b4 Track timedout entry/exit orders Matthias 2022-02-07 18:49:30 +01:00
  • 380e383eee Add log_Responses to full config example Matthias 2022-02-07 18:38:28 +01:00
  • 3a60709f16 Merge pull request #6368 from freqtrade/dependabot/pip/develop/uvicorn-0.17.4 Matthias 2022-02-07 18:28:33 +01:00
  • ce9de243b7 Merge pull request #6375 from samgermain/todos Matthias 2022-02-07 15:24:20 +01:00
  • 4bce64b427 commented method deletition zx 2022-02-07 14:12:07 +01:00
  • 33b04b1992 deleted outdated todos Sam Germain 2022-02-07 02:47:18 -06:00
  • 5f886e7ffe Merge pull request #6363 from stash86/pos_adjust Matthias 2022-02-07 09:22:36 +01:00
  • 92d1f2b945 fix tests Stefano Ariestasia 2022-02-07 07:31:35 +00:00