Commit Graph

  • e13b0414d8 Merge branch 'lev-strat' into lev-freqtradebot Sam Germain 2021-09-08 00:00:53 -06:00
  • dc83e04f9b Merge branch 'feat/short' into lev-exchange Sam Germain 2021-09-07 22:13:20 -06:00
  • ff790e8fd3 merged with caplog-clear-freqtradebot Sam Germain 2021-09-07 22:12:49 -06:00
  • 93fcaac19f Merge branch 'develop' into clear-caplog-freqtradebot Sam Germain 2021-09-07 21:55:00 -06:00
  • 79ca6135a2 added caplog clears to freqtradebot tests Sam Germain 2021-09-07 21:53:38 -06:00
  • 2d66987ac7 Add test for "pair-startdate" detection Matthias 2021-09-07 19:51:07 +02:00
  • 8c83c258a5 Move "first-pair_getting" to binance subclass Matthias 2021-09-07 19:29:10 +02:00
  • 6da26f90aa Merge remote-tracking branch 'origin/feat/short' into feat/short Arunavo Ray 2021-09-07 12:28:38 +05:30
  • d07c7f7f27 Added Ftx interest rate calculation Arunavo Ray 2021-09-07 12:28:23 +05:30
  • 5d3261e92f Added Ftx interest rate calculation Arunavo Ray 2021-09-07 12:24:39 +05:30
  • 71ff214adf Support "initial_call" for download-data of new pairs Matthias 2021-09-07 07:14:40 +02:00
  • 880474594e have ftuser use /bin/bash in dockerfile Matthias 2021-09-07 06:51:31 +02:00
  • f5248be043 Changed funding fee tracking method, need to get funding_rate and open prices at multiple candles Sam Germain 2021-09-06 02:24:15 -06:00
  • 10d0987f49 Fix docs for custom hyperopt space Matthias 2021-09-06 19:54:34 +02:00
  • 6bd495a32a Fix 0Exception error Matthias 2021-09-06 19:53:32 +02:00
  • fb78caf801 Merge pull request #5538 from EnzovdWetering/patch-1 Matthias 2021-09-06 19:22:38 +02:00
  • a04875eb55 Update edge.md EnzovdWetering 2021-09-06 17:53:44 +02:00
  • 3f0032498e Merge pull request #5537 from freqtrade/dependabot/pip/develop/mkdocs-material-7.2.6 Matthias 2021-09-06 06:44:16 +02:00
  • 76a59bf2b6 Merge pull request #5536 from freqtrade/dependabot/pip/develop/ccxt-1.55.83 Matthias 2021-09-06 06:43:47 +02:00
  • 8347219990 Merge pull request #5534 from freqtrade/dependabot/pip/develop/pytest-6.2.5 Matthias 2021-09-06 06:43:25 +02:00
  • 64ec1b6f8c Merge pull request #5535 from freqtrade/dependabot/pip/develop/plotly-5.3.1 Matthias 2021-09-06 06:43:08 +02:00
  • 8822b73f9c test_fill_leverage_brackets_kraken and test_get_max_leverage_binance now pass but test_fill_leverage_brackets_ftx does not if called after test_get_max_leverage_binance Sam Germain 2021-09-05 22:27:14 -06:00
  • 765e72715b Bump mkdocs-material from 7.2.5 to 7.2.6 dependabot[bot] 2021-09-06 03:01:28 +00:00
  • 44f8d7abf2 Bump ccxt from 1.55.56 to 1.55.83 dependabot[bot] 2021-09-06 03:01:23 +00:00
  • 771193cbe4 Bump plotly from 5.3.0 to 5.3.1 dependabot[bot] 2021-09-06 03:01:19 +00:00
  • 4daa4b9e63 Bump pytest from 6.2.4 to 6.2.5 dependabot[bot] 2021-09-06 03:01:10 +00:00
  • 01b5fe9f97 Merge pull request #5532 from lazydroid/patch-2 Matthias 2021-09-05 19:53:39 +02:00
  • 1d24d3d5ee case insensitive blacklist lenik terenin 2021-09-05 22:41:58 +09:00
  • c519ecf8df Exclude more untestable sections from coverage Matthias 2021-09-05 15:40:21 +02:00
  • a8f28ffb11 Increase test coverage Matthias 2021-09-05 15:34:57 +02:00
  • b752516f65 Edge should use new columns, too Matthias 2021-09-05 15:23:27 +02:00
  • ea5c7e7ed6 Merge pull request #5531 from freqtrade/exclude_coverage Matthias 2021-09-05 10:01:07 +02:00
  • 2173ff0133 Update PR template to not link to issues in changelog Matthias 2021-09-05 09:16:19 +02:00
  • 4e049f65f2 Exclude some parts from coverage that can't really be tested Matthias 2021-09-05 09:14:44 +02:00
  • 68b75af08e Fix bug with inversed sell signals in backtesting Matthias 2021-09-05 08:59:18 +02:00
  • 49350f2a8e Fix backtesting test Matthias 2021-09-05 08:36:22 +02:00
  • 23ba49fec2 Added validating checks for trading_mode and collateral on each exchange Sam Germain 2021-09-04 21:55:55 -06:00
  • 7eab855476 Merge branch 'feat/short' into lev-exchange Sam Germain 2021-09-04 20:15:36 -06:00
  • d4389eb07d fill_leverage_brackets usinge self.markets.items instead of self._api.markets.items Sam Germain 2021-09-04 19:58:42 -06:00
  • 6ec2e40736 Added exceptions to exchange.interest_rate Sam Germain 2021-09-04 19:47:04 -06:00
  • 61fdf74ad9 Added retrier to exchange functions and reduced failing tests down to 2 Sam Germain 2021-09-04 19:16:17 -06:00
  • 92e630eb69 Added get_funding_fees method to exchange Sam Germain 2021-09-01 20:34:01 -06:00
  • d6d5bae2a1 New funding fee methods Sam Germain 2021-08-25 23:01:07 -06:00
  • b854350e8d Changed funding fee implementation Sam Germain 2021-08-25 22:09:32 -06:00
  • 194bb24a55 Miscellaneous funding fee changes. Abandoning for a new method of tracking funding fee Sam Germain 2021-08-25 12:59:25 -06:00
  • b7891485b3 Created FundingFee class and added funding_fee to LocalTrade and freqtradebot Sam Germain 2021-08-03 12:55:22 -06:00
  • 2e50948699 Fix some tests Matthias 2021-09-04 20:23:51 +02:00
  • ca44d2e092 Merge branch 'feat/short' into pr/samgermain/5378 Matthias 2021-09-04 19:54:34 +02:00
  • 63f2494936 Merge pull request #5530 from freqtrade/fix_uvicorn Matthias 2021-09-04 08:22:11 +02:00
  • 35267de88a Merge pull request #5529 from Rikj000/setup/use-build-helpers-install-ta-lib-script Matthias 2021-09-04 08:15:19 +02:00
  • aac1094078 Wrote failing test_fill_leverage_brackets_binance Sam Germain 2021-09-03 20:30:52 -06:00
  • 95bd0721ae Rearranged tests at end of ftx to match other exchanges Sam Germain 2021-09-03 20:30:19 -06:00
  • c5d97d07a8 Added failing fill_leverage_brackets test to test_kraken Sam Germain 2021-09-03 20:20:42 -06:00
  • 01263663be ftx.fill_leverage_brackets test Sam Germain 2021-09-03 19:56:53 -06:00
  • 9d398924c6 Wrote dummy tests for exchange.get_interest_rate Sam Germain 2021-09-03 19:56:13 -06:00
  • 9b953f6e60 split test_get_max_leverage into separate exchange files Sam Germain 2021-09-03 19:25:16 -06:00
  • 1b20b4f3c7 Wrote failing tests for exchange.set_leverage and exchange.set_margin_mode Sam Germain 2021-09-03 19:00:04 -06:00
  • c7a2e6c2c6 completed set_margin_mode Sam Germain 2021-09-03 18:11:39 -06:00
  • eb0362c29e ️ ️install_ta-lib.sh - Run ldconfig after make install Rik Helsen 2021-09-03 23:52:40 +02:00
  • 493fb35073 Fix uvicorn not working properly on windows Matthias 2021-09-03 22:05:40 +02:00
  • 91779ee0cc Merge pull request #5524 from freqtrade/kucoin_tif Matthias 2021-09-03 19:46:58 +02:00
  • 103a8e827e setup.sh - Use build_helpers/install_ta-lib.sh for TA-Lib installation Rikj000 2021-09-03 16:37:36 +02:00
  • 2f92838c39 Properly close parenteses in exchange doc Matthias 2021-09-03 16:18:47 +02:00
  • b4130dfabb Use volumePairlist instead of staticPairlist in generated config Matthias 2021-09-03 09:23:26 +02:00
  • c489e6825c Simplify binance blacklist Matthias 2021-09-03 09:18:15 +02:00
  • 68f13173bc Update new-config templates to use USDT by default Matthias 2021-09-03 08:59:08 +02:00
  • e64ccd8fc1 Add new_config section for kucoin Matthias 2021-09-03 08:54:15 +02:00
  • 19ad165483 Add time_in_force for kucoin Matthias 2021-09-03 08:48:53 +02:00
  • 93c1dff71b Allow adding new additional headers Matthias 2021-09-02 20:43:07 +02:00
  • 073426f25c set margin mode exchange function Sam Germain 2021-09-01 23:40:32 -06:00
  • 5184cc7749 Merge branch 'develop' into feat/short Matthias 2021-09-02 07:03:14 +02:00
  • f59ba92920 Merge pull request #5413 from freqtrade/feat/backtest_detail Matthias 2021-09-01 19:48:12 +02:00
  • ab5e63cbdd Merge pull request #5520 from freqtrade/dependabot/docker/python-3.9.7-slim-buster Matthias 2021-09-01 13:40:54 +02:00
  • b65a15d8b4 Merge pull request #5501 from pan-long/hdf5-path Matthias 2021-09-01 07:06:28 +02:00
  • 87fa49d529 Bump python from 3.9.6-slim-buster to 3.9.7-slim-buster dependabot[bot] 2021-09-01 03:01:49 +00:00
  • b0c4f079c2 Merge branch 'develop' into feat/backtest_detail Matthias 2021-08-31 20:15:51 +02:00
  • 1cbe303434 Add documentation for --detail-timeframe Matthias 2021-08-31 19:58:08 +02:00
  • 525aa234dc Merge pull request #5516 from yehya-dev/patch-1 Matthias 2021-08-31 16:58:01 +02:00
  • da5f8c87ae Add stake_currency to strategy interface Matthias 2021-08-31 07:18:32 +02:00
  • 4cc1f2b4a4 Update bot-basics.md Yehya 2021-08-31 10:48:09 +05:30
  • ab9a4375cc Merge pull request #5504 from pan-long/unlimited-quote Matthias 2021-08-30 20:33:21 +02:00
  • 2a0c95a2e7 Update freqtrade/commands/build_config_commands.py Matthias 2021-08-30 20:00:52 +02:00
  • b25a161e22 Merge pull request #5507 from freqtrade/dependabot/pip/develop/plotly-5.3.0 Matthias 2021-08-30 06:42:01 +02:00
  • 7f13eec5d3 Merge pull request #5510 from freqtrade/dependabot/pip/develop/mkdocs-material-7.2.5 Matthias 2021-08-30 06:34:03 +02:00
  • bf1e78fcc8 Merge pull request #5509 from freqtrade/dependabot/pip/develop/fastapi-0.68.1 Matthias 2021-08-30 06:33:39 +02:00
  • 89d7e36d64 Merge pull request #5506 from freqtrade/dependabot/pip/develop/cryptography-3.4.8 Matthias 2021-08-30 06:32:58 +02:00
  • 6682d44f05 Merge pull request #5508 from freqtrade/dependabot/pip/develop/ccxt-1.55.56 Matthias 2021-08-30 06:32:33 +02:00
  • 45c6f90691 Bump mkdocs-material from 7.2.4 to 7.2.5 dependabot[bot] 2021-08-30 03:01:24 +00:00
  • 9e0ab9c2ca Bump fastapi from 0.68.0 to 0.68.1 dependabot[bot] 2021-08-30 03:01:19 +00:00
  • 26451e8c01 Bump ccxt from 1.55.28 to 1.55.56 dependabot[bot] 2021-08-30 03:01:14 +00:00
  • d0504c47ef Bump plotly from 5.2.1 to 5.3.0 dependabot[bot] 2021-08-30 03:01:09 +00:00
  • c64ebeb6e2 Bump cryptography from 3.4.7 to 3.4.8 dependabot[bot] 2021-08-30 03:01:05 +00:00
  • c17595b314 Docs: Mention Performance Warning for strategies LoveIsGrief 2021-08-28 19:39:50 +02:00
  • 20878290a0 Surround "unlimited" by double quotes in build config. Pan Long 2021-08-30 01:02:48 +08:00
  • c14d8ea827 Export HDF5 and CBLOSC paths. Pan Long 2021-08-29 16:34:01 +08:00
  • a6b4b8bfd9 Merge pull request #5500 from freqtrade/clarify_exchange_error Matthias 2021-08-29 09:42:17 +02:00
  • 1895230afe Clarify exception on load when markets could not be loaded Matthias 2021-08-29 09:18:46 +02:00
  • 89581ad25c Fix typo in protections hyperopt doc Matthias 2021-08-29 08:24:31 +02:00
  • 0a52d7c24f Merge pull request #5495 from LoveIsGrief/docs/minor-fixes Matthias 2021-08-28 20:09:24 +02:00
  • f79b30e886 Docs: Minor fixes LoveIsGrief 2021-08-28 18:51:43 +02:00