Commit Graph

  • 2b63adf6c3 Merge pull request #6565 from freqtrade/dependabot/pip/develop/pymdown-extensions-9.3 Matthias 2022-03-21 06:31:51 +01:00
  • 057db5aaab Bump types-requests from 2.27.12 to 2.27.14 dependabot[bot] 2022-03-21 05:30:51 +00:00
  • 371f6bf90e Merge pull request #6572 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.10 Matthias 2022-03-21 06:29:59 +01:00
  • 03090d8f3f Bump pytest from 7.1.0 to 7.1.1 dependabot[bot] 2022-03-21 03:01:45 +00:00
  • 1a37100bd4 Bump types-python-dateutil from 2.8.9 to 2.8.10 dependabot[bot] 2022-03-21 03:01:41 +00:00
  • 5a136f04df Bump ccxt from 1.76.5 to 1.76.65 dependabot[bot] 2022-03-21 03:01:33 +00:00
  • 59c7403b12 Bump urllib3 from 1.26.8 to 1.26.9 dependabot[bot] 2022-03-21 03:01:23 +00:00
  • 1bc5d449a2 Bump cryptography from 36.0.1 to 36.0.2 dependabot[bot] 2022-03-21 03:01:16 +00:00
  • f5e71a67fa Bump pymdown-extensions from 9.2 to 9.3 dependabot[bot] 2022-03-21 03:01:11 +00:00
  • 4fd0681265 Combine stake_amount recalculation Matthias 2022-03-20 20:00:30 +01:00
  • fca93d8dfe Update hyperopt.py Italo 2022-03-20 16:12:06 +00:00
  • 22206d0d76 Merge pull request #6559 from freqtrade/short_docs Matthias 2022-03-20 17:12:04 +01:00
  • f8a674f24d make robust in case all points have been tried Italo 2022-03-20 16:08:38 +00:00
  • 23f1a1904b more compact Italo 2022-03-20 16:06:41 +00:00
  • 0fd269e4f0 typo Italo 2022-03-20 16:03:07 +00:00
  • e16bb1b34e Optimize only new points Italo 2022-03-20 16:02:03 +00:00
  • 112738d68d Merge branch 'freqtrade:develop' into plot_hyperopt_stats Italo 2022-03-20 15:42:53 +00:00
  • d796ce0935 Update hyperopt.py Italo 2022-03-20 15:41:14 +00:00
  • e9c4e6a69d Update derived strategy documentation Matthias 2022-03-20 13:14:52 +01:00
  • 6ec7b84b92 Modify hyperoptable strategy to use relative importing Matthias 2022-03-20 13:12:26 +01:00
  • 49e087df5b Allow Strategy subclassing in different files by enabling local imports Matthias 2022-03-20 13:07:06 +01:00
  • f01c9cd28c fix taker stake amount with leverage adriance 2022-03-20 20:06:32 +08:00
  • fcec071a08 Use order date to fetch trades Matthias 2022-03-20 09:42:34 +01:00
  • 8556e6a053 Automatically assign buy-tag to force-buys Matthias 2022-03-20 09:30:11 +01:00
  • aceaa3faec remove last ticker_interval compatibility shim Matthias 2022-03-20 09:30:54 +01:00
  • de8e869038 update missing "side" argument Matthias 2022-03-20 09:16:34 +01:00
  • 0f76b23733 update deprecation message for ticker_interval Matthias 2022-03-20 09:03:43 +01:00
  • eb08b92180 Raise exception when ticker_interval is set. Matthias 2022-03-20 09:01:18 +01:00
  • 95f69b905a Remove ticker_interval support Matthias 2022-03-20 09:00:53 +01:00
  • a64ca541a2 Merge pull request #6555 from freqtrade/inverse_leverage_minstake Matthias 2022-03-20 08:38:59 +01:00
  • c38f8a0e69 Update custom_sell() documentation Matthias 2022-03-12 11:07:31 +01:00
  • d27a37be0d Update docs for populate_exit_trend Matthias 2022-03-12 10:50:01 +01:00
  • 59791b0659 Update populate_buy_trend to populate_entry_trend Matthias 2022-03-12 10:49:00 +01:00
  • 9d6d8043ee update FAQ to reflect new reality Matthias 2022-03-12 10:07:48 +01:00
  • cd3ae7ebdf Update migration docs to include buy/entry trend migration Matthias 2022-03-12 09:39:40 +01:00
  • 25aba9c422 reformat leverage docs Matthias 2022-03-12 07:33:43 +01:00
  • e51a1e1b20 Improve documentation, add "can_short" Matthias 2022-03-12 07:16:31 +01:00
  • 6a80c0f030 Add order_types migration docs Matthias 2022-03-09 06:46:31 +01:00
  • 7c7b0d1fcc Update documentation for time_in_force migration Matthias 2022-03-07 20:10:54 +01:00
  • c89a68c1ab Alternative candle types Matthias 2022-03-05 15:11:02 +01:00
  • 36287a84cb enhance migration documentation Matthias 2022-03-05 15:05:03 +01:00
  • 23b98fbb73 Update some documentation for short trading Matthias 2022-03-05 14:53:00 +01:00
  • 72fd937a74 INTERFACE_VERSION to 3 Matthias 2022-03-05 14:26:18 +01:00
  • ee77ae3ada Add strategy-migration doc page Matthias 2022-03-03 20:28:36 +01:00
  • 052758bbac Refactor price and stake out of _enter_trade Matthias 2022-03-19 15:42:29 +01:00
  • b292f28b35 Call leverage before custom_stake_amount to properly determine min-stake-amount Matthias 2022-03-19 15:27:06 +01:00
  • 35607ae03b Add test for min_leverage Matthias 2022-03-19 14:54:36 +01:00
  • 7d8ca63752 Merge pull request #6550 from freqtrade/short_tickerproblems Matthias 2022-03-19 15:43:40 +01:00
  • f44601d0cc Update ccxt-compat test config Matthias 2022-03-19 14:45:26 +01:00
  • 9f34f824af Fix hyperopt when using futures markets Matthias 2022-03-19 13:20:14 +01:00
  • 97c1316bf1 Add new validation to validate excludes Matthias 2022-03-18 19:26:54 +01:00
  • d32153c8d3 Validate pricing configuration Matthias 2022-03-18 17:07:12 +01:00
  • 2791e799ee Rename tickers_has_quoteVolume Matthias 2022-03-18 16:49:37 +01:00
  • 1de5d2fb94 Remove unnecessary condition Matthias 2022-03-18 16:44:27 +01:00
  • 0c63c0bbb3 Update Gateio stoploss adjust Matthias 2022-03-18 10:41:38 +01:00
  • f37038fb7d Fix gateio stoploss_adjust header Matthias 2022-03-18 10:35:00 +01:00
  • 7868e50141 Merge branch 'develop' into feat/short Matthias 2022-03-18 08:18:17 +01:00
  • 208a139d2b Incorporate fetch_bids_asks to allow binance spread filter to work Matthias 2022-03-18 07:08:16 +01:00
  • fdce055061 Update deep_merge_dicts to disallow null-overrides Matthias 2022-03-18 06:58:22 +01:00
  • 73fc344eb1 Improve wording in docs Matthias 2022-03-18 06:38:54 +01:00
  • b56aab0bdf Update Volumepairlist type Matthias 2022-03-18 06:34:35 +01:00
  • f55db8e262 Spreadfilter should fail to start if fetchTickers is not supported Matthias 2022-03-17 20:21:10 +01:00
  • 1299a703e2 Implement fix for okx futures not having quoteVolume Matthias 2022-03-17 20:15:51 +01:00
  • a13b633c56 update VOlumepairlist to also work without tickers Matthias 2022-03-17 20:11:56 +01:00
  • b6a6aa48c9 Create separate _ft_has_futures dict Matthias 2022-03-17 20:05:05 +01:00
  • b97522796b Merge pull request #6547 from freqtrade/short_bt_tests Matthias 2022-03-17 17:20:42 +01:00
  • 96bf82dbc6 Remove gateio broker program Matthias 2022-03-17 17:06:10 +01:00
  • 6024fa482e Use brackets to break IF lines Matthias 2022-03-17 07:41:08 +01:00
  • 9b2ec5e653 Fix missleading variable naming Matthias 2022-03-16 21:31:34 +01:00
  • 20f02eb773 Add test for stoploss case Matthias 2022-03-16 21:28:24 +01:00
  • 2fab3de4d7 More backtest-detail tests Matthias 2022-03-16 20:11:32 +01:00
  • 295668d06c Add a few testcases Matthias 2022-03-16 20:09:04 +01:00
  • d6309449cf Fix short bug where close_rate is wrongly adjusted Matthias 2022-03-16 20:08:36 +01:00
  • c934f939e3 Update a few more short tests Matthias 2022-03-16 19:54:29 +01:00
  • c0781a98e8 Add ROI test Matthias 2022-03-16 19:51:12 +01:00
  • a89c1da19f Fix 2 bugs in ROI calculation Matthias 2022-03-16 19:50:25 +01:00
  • 298797cbfd Add stoploss short test Matthias 2022-03-16 19:26:08 +01:00
  • c47b5b9087 Update bt_detail column descriptions Matthias 2022-03-16 07:15:20 +01:00
  • 84e9dc5001 Merge pull request #6537 from adrianceding/fs_fix Matthias 2022-03-16 19:25:19 +01:00
  • 162e94455b Add support for storing buy candle indicator rows in backtesting results froggleston 2022-03-16 12:16:24 +00:00
  • 8f432fe468 Merge branch 'feat/short' into fs_fix adriance 2022-03-16 14:22:08 +08:00
  • 7c9d2dd20a Fix a few more short bugs in backtesting Matthias 2022-03-16 07:00:50 +01:00
  • 47317e0f06 version: use 'contains' to check for "develop" instead of literal comparison Joe Schr 2022-03-11 17:53:29 +01:00
  • 89aae71c32 correcting docs for pricing of ask strategy Kavinkumar 2022-03-15 11:41:39 +05:30
  • ceba4d6e9b Remove meaningless code adriance 2022-03-15 14:03:06 +08:00
  • cbbdf00ddd Update comments in short backtest rates Matthias 2022-03-15 06:39:07 +01:00
  • ebd61ebdef Merge pull request #6513 from samgermain/gateio-stoploss Matthias 2022-03-15 06:27:54 +01:00
  • fd211166f0 fixed side error adriance 2022-03-15 12:23:59 +08:00
  • 7059892304 Optimize the code. Fix stop_rate judgment error adriance 2022-03-15 12:04:02 +08:00
  • 12948aade6 Remove unused argument Matthias 2022-03-14 19:29:26 +01:00
  • 18030a30e7 Add exchange parameter to test-pairlist command Matthias 2022-03-14 19:21:58 +01:00
  • 7dd57e8c04 format adriance 2022-03-14 18:39:11 +08:00
  • 31182c4d80 format adriance 2022-03-14 18:38:44 +08:00
  • 1d4eeacc6d fix test_backtest__enter_trade_futures row data error adriance 2022-03-14 17:55:42 +08:00
  • 3b53ffb22f Merge pull request #6533 from freqtrade/dependabot/pip/develop/ccxt-1.76.5 Matthias 2022-03-14 07:58:49 +01:00
  • 8cb3158810 Merge pull request #6532 from freqtrade/dependabot/pip/develop/uvicorn-0.17.6 Matthias 2022-03-14 07:14:18 +01:00
  • 717a4b82fe Merge pull request #6529 from freqtrade/dependabot/pip/develop/mypy-0.940 Matthias 2022-03-14 07:14:01 +01:00
  • 26a74220fd remove buy filled logic adriance 2022-03-14 13:43:42 +08:00
  • bea38a2e7c remove filled date logic adriance 2022-03-14 13:42:52 +08:00
  • 5462ff0ebc Bump mypy from 0.931 to 0.940 dependabot[bot] 2022-03-14 05:25:16 +00:00