Commit Graph

  • 72a98943b1 bybit: Add correct funding_fee_timeframe Matthias 2023-02-01 06:55:51 +0100
  • 9bb376296d Update parse_order test Matthias 2023-01-31 20:59:55 +0100
  • 839215c437
    Fix Doc box error Matthias 2023-01-31 20:58:20 +0100
  • 8a0fabed0e Ensure we don't overwrite valid values by invalid exchange responses Matthias 2023-01-31 20:55:11 +0100
  • 680136f57d Add workaround patch for kucoin create_order returning empty Matthias 2023-01-31 20:42:41 +0100
  • 448505fbfb Fix minor issue where amount could be empty in rest calls Matthias 2023-01-31 20:38:18 +0100
  • 50d3b7bdef Add bybit sample order Matthias 2023-01-31 20:00:05 +0100
  • dd0713e80f rollback to the original add noise longyu 2023-01-31 19:50:39 +0100
  • b42d396a01 Merge branch 'develop' of github.com:lolongcovas/freqtrade into strategies longyu 2023-01-31 19:47:13 +0100
  • c051536411
    Merge branch 'freqtrade:develop' into develop lolong 2023-01-31 19:47:05 +0100
  • 42f07e6ec2 Improve order_parse tests Matthias 2023-01-31 19:45:27 +0100
  • 0dfbfd7267 Merge branch 'develop' of github.com:lolongcovas/freqtrade into strategies longyu 2023-01-31 19:44:36 +0100
  • f61bd549b2 adapt to the new strategy longyu 2023-01-31 19:44:32 +0100
  • 6012a55828 Improve test Matthias 2023-01-31 19:40:42 +0100
  • 9cfbb21cd7 Improve error messages Matthias 2023-01-31 19:38:43 +0100
  • bbc663fce1 Add telegram test Matthias 2023-01-31 19:26:26 +0100
  • 1c47c118d6 Add cancel-order api test Matthias 2023-01-31 18:26:51 +0100
  • daafc1c90f Update test and help Matthias 2023-01-31 18:16:59 +0100
  • bd2839fa40 Reorder documentation Matthias 2023-01-31 18:13:42 +0100
  • e291d1bb17 Document telegram /coo command Matthias 2023-01-31 18:12:18 +0100
  • 1bdc0e3917 Add coo command to telegram Matthias 2023-01-31 18:09:40 +0100
  • 152aa994a6
    Fix test Leonardo Custodio 2023-01-31 12:46:21 -0300
  • baf2090f9e
    Just change the docs Leonardo Custodio 2023-01-31 12:42:39 -0300
  • 592eebe516
    Add to setup Leonardo Custodio 2023-01-31 12:10:41 -0300
  • 8b307357f3
    Add to setup Leonardo Custodio 2023-01-31 12:09:14 -0300
  • d27d5624e0
    Merge branch 'freqtrade:develop' into patch-1 Leonardo Custodio 2023-01-31 12:00:00 -0300
  • 5073c780d8 .agg would like strings, not the sum function. Matthias 2023-01-31 11:22:04 +0000
  • 2c1457fb95 Ensure limit is integer (on server) Matthias 2023-01-31 11:06:23 +0000
  • 1dc3c58775 Convert missing candle count to int Matthias 2023-01-31 11:04:56 +0000
  • 410324ac19 time-jump detection should happen on the trimmed dataframe Matthias 2023-01-31 10:13:21 +0000
  • 9e619ecc50 Update rest api documentation Matthias 2023-01-31 07:25:44 +0100
  • 03302fa0b0 Add cancel_open_order to rest script Matthias 2023-01-31 07:24:19 +0100
  • c43e857cbc Bump API version Matthias 2023-01-31 07:09:07 +0100
  • c855e2d79c Add delete open order endpoint Matthias 2023-01-31 07:09:03 +0100
  • a704c43402 provide cancel-reason to handle_cancel_order Matthias 2023-01-31 07:08:12 +0100
  • 2b09f01293
    Fixes gym issue Leonardo Custodio 2023-01-30 18:52:56 -0300
  • 5a7008f377 rename handle_timedout to handle_cancel_order Matthias 2023-01-30 19:56:36 +0100
  • cd6602882c
    Merge pull request #8076 from freqtrade/new_release 2023.1 Matthias 2023-01-30 18:11:08 +0100
  • c3ef8ebb10
    Merge pull request #8059 from freqtrade/bybit Matthias 2023-01-30 18:10:46 +0100
  • b5c0daa069
    Merge pull request #8028 from freqtrade/dependabot/pip/develop/sb3-contrib-1.7.0 Matthias 2023-01-30 11:42:24 +0100
  • da0ac8190f
    Merge pull request #8075 from freqtrade/dependabot/pip/develop/pyarrow-11.0.0 Matthias 2023-01-30 11:33:23 +0100
  • 3cb9cc63b3 add pyarrow-11 rpi wheel file Matthias 2023-01-30 10:04:10 +0000
  • e77c16d510
    Merge pull request #8073 from freqtrade/dependabot/pip/develop/lightgbm-3.3.5 Matthias 2023-01-30 09:42:14 +0100
  • f57394c1ce Merge branch 'develop' into bybit Matthias 2023-01-30 07:23:41 +0100
  • f22f613b24
    Merge pull request #8074 from freqtrade/dependabot/pip/develop/mkdocs-material-9.0.8 Matthias 2023-01-30 07:22:46 +0100
  • 2593a929d4 Bump version to 2023.2.dev Matthias 2023-01-30 07:19:35 +0100
  • 786f746958 Version bump to 2023.1 Matthias 2023-01-30 07:11:02 +0100
  • c4482d56ab Merge branch 'stable' into new_release Matthias 2023-01-30 07:10:32 +0100
  • 411ad5641a
    Bump pyarrow from 10.0.1 to 11.0.0 dependabot[bot] 2023-01-30 03:02:06 +0000
  • 0dd852516a
    Bump mkdocs-material from 9.0.5 to 9.0.8 dependabot[bot] 2023-01-30 03:01:33 +0000
  • 2fea23d31a
    Bump lightgbm from 3.3.4 to 3.3.5 dependabot[bot] 2023-01-30 03:01:12 +0000
  • 95da625156
    Bump sqlalchemy from 1.4.46 to 2.0.0 dependabot[bot] 2023-01-30 03:01:01 +0000
  • ac7df968de
    Bump scikit-learn from 1.1.3 to 1.2.1 dependabot[bot] 2023-01-30 03:00:45 +0000
  • ede79590da Update ccxt compat tests with kucoin order Matthias 2023-01-29 19:56:13 +0100
  • fee7b792e1 Bump ccxt Matthias 2023-01-29 19:33:13 +0100
  • 507d3d6d9b Add ci for binance.us Matthias 2023-01-29 15:14:55 +0100
  • 25dfbb5a08 Compare stake amout >= in backtesting Matthias 2023-01-29 12:47:16 +0100
  • 9286cbed86 add partial Docstring to backtesting enter_trade Matthias 2023-01-29 11:02:31 +0100
  • c1e528e116 Version bump ccxt Matthias 2023-01-28 19:54:28 +0100
  • f6ba0fe6ae bybit: fix broken ccxt tests Matthias 2023-01-28 18:23:23 +0100
  • 7294db81e2 Bump ccxt to 2.7.7 Matthias 2023-01-28 18:17:09 +0100
  • adf29fe1d7
    Merge pull request #8065 from Shadyzpop/patch-1 Matthias 2023-01-28 18:11:36 +0100
  • 47764d52e5
    Merge branch 'freqtrade:develop' into develop lolong 2023-01-28 16:53:16 +0100
  • f7f936c14f
    Typo fix Shadyzpop 2023-01-28 03:43:18 +0300
  • d1b069abfb bybit: Update test to align with defaultType change Matthias 2023-01-27 20:33:34 +0100
  • 7029b9602c Merge branch 'develop' into bybit Matthias 2023-01-27 20:30:05 +0100
  • 020dc3c6e1 filled-date shouldn't update again Matthias 2023-01-27 20:21:29 +0100
  • aa15837589 Add test for filled_date not updating if it's already set Matthias 2023-01-27 20:14:12 +0100
  • fa033965c8 use "swap" for bybit Matthias 2023-01-27 19:34:29 +0100
  • 08ede37795 Add documentation note about stoploss on exchange Matthias 2023-01-26 19:58:58 +0100
  • 8665d0866d Add test for bybit startup magic Matthias 2023-01-26 19:58:42 +0100
  • 1431f7cc3e Set position mode to one-way on startup Matthias 2023-01-26 19:53:24 +0100
  • 73ef1d5191 Improve exception wording on binance Matthias 2023-01-26 19:53:14 +0100
  • 8647c0192c Fix typo Matthias 2023-01-26 07:08:38 +0100
  • 2333dbae40 Update reinforcement learning docs to use correct naming Matthias 2023-01-26 07:04:02 +0100
  • bd913bc24d
    Disable provenance in buildx config for pi image Matthias 2023-01-25 14:34:52 +0100
  • 9652c00acb
    Don't amend docker manifest Matthias 2023-01-25 12:20:10 +0100
  • c12fb1a49c bybit: Some final cleanup Matthias 2023-01-24 20:12:50 +0100
  • 25fa6bee74 Override get_funding_fees for bybit Matthias 2023-01-24 07:21:16 +0100
  • 051c3be99e add test case for bybit Matthias 2023-01-24 07:20:42 +0100
  • 3a83427f92 Add Bybit stoploss support Matthias 2023-01-08 11:40:24 +0100
  • c14553bacb Add bybit to supported Futures exchanges Matthias 2023-01-08 11:40:18 +0100
  • c2b33a0f58 Fix set-leverage function sig Matthias 2023-01-08 11:04:47 +0100
  • 7a18e96042 bybit: hot-fix funding fees (temporary - must be changed) Matthias 2023-01-04 18:23:56 +0100
  • f681ce9139 Allow margin and leverage setting failures Matthias 2022-12-31 15:53:43 +0100
  • 31745a9dc2 bybit: Initial implementation liquidation calculation Matthias 2022-12-31 11:19:27 +0100
  • 93ce963e9b Update test name Matthias 2022-12-31 11:07:58 +0100
  • 752110a268 Add online tests for bybit Matthias 2022-12-31 11:06:52 +0100
  • d05ecd630f Update tests for new liquidation parameter Matthias 2022-12-31 10:52:02 +0100
  • 34e7433844 Add leverage to dry-run liquidation price calculation Matthias 2022-12-31 10:41:03 +0100
  • a7b030fff9 Add note about bybit futures Matthias 2022-12-31 09:07:50 +0100
  • 3192af8df8 Limit bybit futures markets to USDT Matthias 2022-12-31 09:07:07 +0100
  • 63c732a560 Bybit futures data download Matthias 2022-12-30 07:47:00 +0100
  • 6c0fa0dc1f Fix typo in docstring Matthias 2023-01-24 07:21:36 +0100
  • 078b430828 Add ccxt compat tests for order parsing Matthias 2023-01-23 18:20:16 +0100
  • b0720fdcf5 Bump ccxt to latest version to fix timestamp parsing issues Matthias 2023-01-23 18:10:56 +0100
  • d39f7cf314
    Bump cachetools from 4.2.2 to 5.3.0 dependabot[bot] 2023-01-23 08:32:25 +0000
  • 1e43154bc5
    Merge pull request #8049 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.19.6 Matthias 2023-01-23 09:31:34 +0100
  • 228fc757e9
    Merge pull request #8050 from freqtrade/dependabot/pip/develop/ccxt-2.6.58 Matthias 2023-01-23 09:31:18 +0100
  • 7fc39eafbd
    Bump ccxt from 2.6.39 to 2.6.58 dependabot[bot] 2023-01-23 07:36:53 +0000