Commit Graph

  • 2b3f683960 Update pre-commit to exclude build-helpers Matthias 2022-04-25 11:23:45 +02:00
  • 500fdc2759 run mypy also against tests Matthias 2022-04-25 11:12:35 +02:00
  • 4143ebbeae Add CAGR calculation to backtesting Matthias 2022-04-25 10:51:11 +02:00
  • fc118d0e95 Re-align dependencies Matthias 2022-04-25 10:19:31 +02:00
  • 6d576bc02d Check pre-commit verison updates Matthias 2022-04-25 10:15:07 +02:00
  • 7b02114ad2 Restrict trading pairs with too low precision Matthias 2022-04-25 09:49:51 +02:00
  • 86b3aac9ba Fix FTX not fetching the very latest data Matthias 2022-04-25 08:38:02 +02:00
  • f45bafdb16 Merge pull request #6723 from freqtrade/strategy_v1_remove Matthias 2022-04-25 08:26:35 +02:00
  • 14a0dadd01 Merge pull request #6718 from freqtrade/dependabot/pip/develop/pytest-7.1.2 Matthias 2022-04-25 08:23:34 +02:00
  • f0c816f9e3 Merge pull request #6719 from freqtrade/dependabot/pip/develop/pymdown-extensions-9.4 Matthias 2022-04-25 07:43:30 +02:00
  • ad6e5c5312 Test informative fallback again Matthias 2022-04-25 07:41:51 +02:00
  • 5ff2261b74 Improve test to explicitly test for dates Matthias 2022-04-25 07:32:32 +02:00
  • 9bc6bbe472 Improve test for max_drawdown calculations Matthias 2022-04-25 07:23:16 +02:00
  • 9bb0f1f675 Move legacy strategy to "broken strats" folder Matthias 2022-04-25 07:09:08 +02:00
  • ec2582a4ae Update tests to no longer use Strategy V1 Matthias 2022-04-25 07:02:09 +02:00
  • 562e36c3ec Remove Interface V1 support Matthias 2022-04-25 07:01:27 +02:00
  • b4afbb0b0a Bump pymdown-extensions from 9.3 to 9.4 dependabot[bot] 2022-04-25 04:54:53 +00:00
  • 4ee862c7e3 Merge pull request #6717 from freqtrade/dependabot/pip/develop/ccxt-1.80.61 Matthias 2022-04-25 06:54:16 +02:00
  • 1aa07a0fe1 Merge pull request #6722 from freqtrade/dependabot/pip/develop/types-requests-2.27.20 Matthias 2022-04-25 06:54:03 +02:00
  • ad17dce746 Merge pull request #6721 from freqtrade/dependabot/pip/develop/mkdocs-material-8.2.10 Matthias 2022-04-25 06:53:33 +02:00
  • 5cc5d77b5f Merge pull request #6720 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.12 Matthias 2022-04-25 06:53:13 +02:00
  • 399be6f4e5 Bump types-requests from 2.27.19 to 2.27.20 dependabot[bot] 2022-04-25 03:17:53 +00:00
  • 9b39c83586 Bump mkdocs-material from 8.2.9 to 8.2.10 dependabot[bot] 2022-04-25 03:17:44 +00:00
  • eee9fbb669 Bump types-python-dateutil from 2.8.11 to 2.8.12 dependabot[bot] 2022-04-25 03:17:38 +00:00
  • 5bfa2186a7 Bump pytest from 7.1.1 to 7.1.2 dependabot[bot] 2022-04-25 03:17:29 +00:00
  • 46ac46a5d3 Bump ccxt from 1.79.81 to 1.80.61 dependabot[bot] 2022-04-25 03:17:23 +00:00
  • e8aec967dd Update on note Nicolas Papp 2022-04-24 17:42:52 -03:00
  • 086cc6be93 Correction on tests Nicolas Papp 2022-04-24 17:37:09 -03:00
  • 4de0fdbfca Minor edits found during review Matthias 2022-04-24 14:43:30 +02:00
  • 6623192108 improve doc wording Matthias 2022-04-24 14:38:23 +02:00
  • 737bdfe844 Use "side" parameter when calling Pairlocks Matthias 2022-04-24 14:10:25 +02:00
  • 144e4da96e Update stoploss guard tests Matthias 2022-04-24 12:07:19 +02:00
  • b0a8bf3025 Show lock side Matthias 2022-04-24 11:51:33 +02:00
  • 4942d73693 update pairlock tests Matthias 2022-04-24 11:47:28 +02:00
  • 845f960a4e realign pairlock naming to side Matthias 2022-04-24 11:24:15 +02:00
  • fc201bb4ff implement pairlock side further Matthias 2022-04-24 11:23:26 +02:00
  • 420836b1b2 Update test naming Matthias 2022-04-24 11:23:04 +02:00
  • 7c79d937e0 Properly type "side" parameter Matthias 2022-04-24 10:58:21 +02:00
  • b7cada1edd Convert ProtectionReturn to dataclass Matthias 2022-04-24 10:29:19 +02:00
  • 9e199165b4 Update protection-interface to support per-side locks Matthias 2022-04-23 19:58:20 +02:00
  • 6ff3b178b0 Add direction column to pairlocks Matthias 2022-04-23 15:26:58 +02:00
  • 25c6c5e326 Update backtest sell terminology to exit Matthias 2022-04-24 14:30:50 +02:00
  • 3c17409bd7 Update buy to entry in backtesting Matthias 2022-04-24 14:28:15 +02:00
  • 3637549a5e Merge pull request #6714 from froggleston/develop Matthias 2022-04-23 19:25:58 +02:00
  • acec564014 Update advanced backtesting docs to match fixed buy_reasons script froggleston 2022-04-23 17:18:38 +01:00
  • 0f943c482b PEP8 code compliance Nicolas Papp 2022-04-23 13:15:14 -03:00
  • 8cac0a47cc Fix joblib being in wrong requirements Matthias 2022-04-23 17:08:34 +02:00
  • 2d07cbce59 Fix bad pre-commit installation Matthias 2022-04-23 17:05:41 +02:00
  • 0807d3106f Remove unused import Matthias 2022-04-23 15:34:40 +02:00
  • 6408590a73 Merge pull request #6712 from freqtrade/ci/speed Matthias 2022-04-23 15:01:19 +02:00
  • 12d03e6a91 Remove unused test methods Matthias 2022-04-23 14:53:47 +02:00
  • d4e12371c2 Merge pull request #6558 from samgermain/recursive-strategy-folder Matthias 2022-04-23 14:23:53 +02:00
  • b1ca47e3d6 Merge pull request #6707 from koradiyakaushal/develop Matthias 2022-04-23 14:22:23 +02:00
  • 3586c2e984 Windows no random order Matthias 2022-04-23 14:22:06 +02:00
  • c1a7fc873d Speed up ci by running coverage only where necessary Matthias 2022-04-23 11:47:10 +02:00
  • f2912f8815 Improve mypy runs Matthias 2022-04-23 11:31:12 +02:00
  • a2af7b4fd8 Test non-ffill approach Matthias 2022-04-23 11:25:20 +02:00
  • 1120392f39 Fix pre-commit indentation Matthias 2022-04-23 11:12:43 +02:00
  • 84f5a4d5bc Fix indentation Matthias 2022-04-23 10:51:24 +02:00
  • 30f314d580 windows compatibility of test Matthias 2022-04-23 10:44:11 +02:00
  • 89f16ad3a5 Merge pull request #6543 from froggleston/v3_fixes Matthias 2022-04-23 09:45:11 +02:00
  • 5a90d5ece6 Fix docstring quotes Matthias 2022-04-23 09:44:04 +02:00
  • 7328553c0b Merge pull request #6563 from italodamato/opt-ask-force-new-points Matthias 2022-04-23 09:43:33 +02:00
  • 580a2c6545 Don't repeat backtest-storing Matthias 2022-04-23 09:23:53 +02:00
  • aa5345190e Test recursive strategy-listing Matthias 2022-04-23 09:19:18 +02:00
  • f1f4846053 Merge branch 'develop' into pr/samgermain/6558 Matthias 2022-04-23 09:16:28 +02:00
  • ba92e09b7b list-strategies should find recursively as well Matthias 2022-04-23 09:11:50 +02:00
  • c6927a1501 Fix argument spelling Matthias 2022-04-23 09:10:15 +02:00
  • dff9d52b30 Remove hints on no longer used option, add very primitive test Matthias 2022-04-23 08:51:52 +02:00
  • 2fc4e5e117 Fix weird removal of comma froggleston 2022-04-22 18:54:02 +01:00
  • b8ddf2d5cd Update docs froggleston 2022-04-22 18:49:28 +01:00
  • 767592a1d6 Add signals enum to 'export' cli option froggleston 2022-04-22 18:46:12 +01:00
  • 7f60364f63 Add doc-page to index Matthias 2022-04-22 06:38:51 +02:00
  • ba305e93ed Ref: timeseries friendly merge_ordered in merge_informative_pair function Patel Kaushal 2022-04-21 18:35:41 +05:30
  • f92997d378 Move signal candle generation into separate function froggleston 2022-04-20 14:05:33 +01:00
  • 933054a51c Move enable option text to make better sense froggleston 2022-04-20 13:54:50 +01:00
  • ea7fb4e6e6 Revert docs to buy_reasons script version froggleston 2022-04-20 13:51:45 +01:00
  • b3cb722646 Use joblib instead of pickle, add signal candle read/write test, move docs to new Advanced Backtesting doc froggleston 2022-04-20 13:38:52 +01:00
  • 9421d19cba Add documentation froggleston 2022-04-19 14:05:03 +01:00
  • 3ad1411f5e Fix imports froggleston 2022-04-19 13:08:01 +01:00
  • aa5984930d Fix filename generation froggleston 2022-04-19 13:00:09 +01:00
  • 165f59325f Merge branch 'v3_fixes' of github.com:froggleston/freqtrade into v3_fixes froggleston 2022-04-19 12:48:29 +01:00
  • 84f486295d Add tests for new storing of backtest signal candles froggleston 2022-04-19 12:48:21 +01:00
  • 4b0f168e52 Merge branch 'freqtrade:develop' into v3_fixes Robert Davey 2022-04-19 12:10:30 +01:00
  • 76558f284f Fix user cancellation functionality. eSeR1805 2022-04-19 13:33:37 +03:00
  • cea4f663d5 Merge branch 'develop' into feat_readjust_entry eSeR1805 2022-04-18 21:22:19 +03:00
  • d24ee9032a Update usage in backtest. No functional update. eSeR1805 2022-04-18 21:21:38 +03:00
  • d9f838a65f Update template usage to reflect changes. eSeR1805 2022-04-18 21:20:50 +03:00
  • 3166739ec9 Update strategy callback params and description. eSeR1805 2022-04-18 21:17:39 +03:00
  • 95e009b9cb Update adjustment functionality and add cancelation option eSeR1805 2022-04-18 21:16:45 +03:00
  • 2cac1b7dcc Add new (user cancellation) reason. eSeR1805 2022-04-18 21:14:35 +03:00
  • 541147c801 Update documentation to match feature changes. eSeR1805 2022-04-18 21:13:50 +03:00
  • e4629a2730 Merge pull request #6694 from samgermain/notional-switch Matthias 2022-04-18 08:54:20 +02:00
  • 9b55b3875f Merge pull request #6700 from freqtrade/dependabot/pip/develop/types-requests-2.27.19 Matthias 2022-04-18 08:27:42 +02:00
  • 1ce20ea739 Bump requirements to 1.79.81, min-required to 1.79.69 Matthias 2022-04-18 08:16:38 +02:00
  • 14ddd19584 Merge pull request #6696 from freqtrade/dependabot/pip/develop/fastapi-0.75.2 Matthias 2022-04-18 08:12:13 +02:00
  • 153b31c934 Bump types-requests from 2.27.16 to 2.27.19 dependabot[bot] 2022-04-18 06:11:57 +00:00
  • 3cae57cd91 Merge pull request #6702 from freqtrade/dependabot/pip/develop/nbconvert-6.5.0 Matthias 2022-04-18 08:11:26 +02:00
  • 38254d2124 Merge pull request #6699 from freqtrade/dependabot/pip/develop/types-python-dateutil-2.8.11 Matthias 2022-04-18 08:11:12 +02:00
  • ef9d9e250f Merge pull request #6697 from freqtrade/dependabot/pip/develop/types-cachetools-5.0.1 Matthias 2022-04-18 08:10:51 +02:00