Commit Graph

  • 424cd2a914 [SQUASH] Use "space" instead of category. Rokas Kupstys 2021-03-25 17:58:11 +02:00
  • fd45dfd894 [SQUASH] Make skopt imports optional. Rokas Kupstys 2021-03-25 10:00:52 +02:00
  • 11689100e7 [SQUASH] Fix exception when HyperOpt nested class is not defined. Rokas Kupstys 2021-03-24 16:24:24 +02:00
  • e9f0babe8a [SQUASH] Use HyperStrategyMixin as part of IStrategy interface. Rokas Kupstys 2021-03-24 16:03:38 +02:00
  • 2d13e5fd50 [SQUASH] Oopsies. Rokas Kupstys 2021-03-24 11:17:17 +02:00
  • bb89e44e19 [SQUASH] Address PR comments. Rokas Kupstys 2021-03-24 10:32:34 +02:00
  • 0a205f52b0 Optional support for defining hyperopt parameters in a strategy file and reusing common hyperopt/strategy parts. Rokas Kupstys 2021-03-23 10:02:32 +02:00
  • 8da7d5c009 Merge pull request #4594 from rextea/add_confirm_exit_enter_tade_to_backtesting Matthias 2021-03-25 20:26:56 +01:00
  • 292ea8c1d0 Update backtesting.py Matthias 2021-03-25 09:34:33 +01:00
  • 0ca95aa0c2 Change rate to acctual close rate rextea 2021-03-25 10:25:25 +02:00
  • ec15610bff Fix isort issue Matthias 2021-03-24 19:21:07 +01:00
  • d795febf92 Add info to documantation rextea 2021-03-24 18:26:03 +02:00
  • ee82d36bef Merge pull request #4593 from hoeckxer/feat/status_table_telegram_length Matthias 2021-03-24 06:49:54 +01:00
  • 2fd510e6e4 Added comment with an example calculation Erwin Hoeckx 2021-03-23 21:52:46 +01:00
  • 65a9763fa5 Fixed an issue when there were exactly 50 trades, it was sending an extra empty table Erwin Hoeckx 2021-03-23 16:54:38 +01:00
  • c928cd38dc Small bugfix to make sure it shows all the trades Erwin Hoeckx 2021-03-23 16:45:42 +01:00
  • d5301b4d63 RateLimit should be enabled by default Matthias 2021-03-23 10:53:09 +01:00
  • f51f4b1817 Add confirm_trade_exit and confirm_trade_entry to backtesting rextea 2021-03-23 10:35:46 +02:00
  • dc4ea604dd Add confirm_trade_exit and confirm_trade_entry to backtesting rextea 2021-03-23 10:19:16 +02:00
  • eb5d69dcd4 Add confirm_trade_exit and confirm_trade_entry to backtesting rextea 2021-03-23 10:12:08 +02:00
  • 6856963aef Add confirm_trade_exit and confirm_trade_entry to backtesting rextea 2021-03-23 10:09:41 +02:00
  • 4e8999ade3 Changed the code for status table a bit so that it splits up the trades per 50 trades, to make sure it can be sent regardless of number of trades Erwin Hoeckx 2021-03-22 20:40:11 +01:00
  • 7adfa0cfd9 Merge pull request #4592 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.2 Matthias 2021-03-22 20:00:13 +01:00
  • b7702a1e9f Improve tests to work with new sqlalchemy version Matthias 2021-03-22 19:39:06 +01:00
  • e39cff522d Remove duplicate dict keys in test Matthias 2021-03-22 17:30:16 +01:00
  • 77610b6a6d Merge pull request #4590 from freqtrade/dependabot/pip/develop/urllib3-1.26.4 Matthias 2021-03-22 06:53:21 +01:00
  • efe1315a17 Merge pull request #4589 from freqtrade/dependabot/pip/develop/ccxt-1.43.89 Matthias 2021-03-22 06:52:38 +01:00
  • d4ca62f7f3 Merge pull request #4591 from freqtrade/dependabot/pip/develop/isort-5.8.0 Matthias 2021-03-22 06:52:18 +01:00
  • ea3012e94d Bump sqlalchemy from 1.3.23 to 1.4.2 dependabot[bot] 2021-03-22 05:25:35 +00:00
  • 09c7ee9e92 Bump isort from 5.7.0 to 5.8.0 dependabot[bot] 2021-03-22 05:25:28 +00:00
  • 9612ba34ed Bump urllib3 from 1.26.3 to 1.26.4 dependabot[bot] 2021-03-22 05:25:17 +00:00
  • ac7a1305cb Bump ccxt from 1.43.27 to 1.43.89 dependabot[bot] 2021-03-22 05:25:11 +00:00
  • 4d81834912 Merge isinstance calls shubhendra 2021-03-21 17:14:34 +05:30
  • 45da3a7022 Refactor unnecessary else / elif when if block has a continue statement shubhendra 2021-03-21 17:14:34 +05:30
  • 910e15b174 Remove methods with unnecessary super delegation. shubhendra 2021-03-21 17:14:33 +05:30
  • 6d6ad035d6 Remove length check in favour of truthiness of the object shubhendra 2021-03-21 17:14:32 +05:30
  • 537ad059bc Remove unnecessary use of comprehension shubhendra 2021-03-21 17:14:31 +05:30
  • 62d99a0b74 Remove unnecessary comprehension shubhendra 2021-03-21 17:14:30 +05:30
  • 4f5a1e94a7 Add .deepsource.toml shubhendra 2021-03-21 17:14:30 +05:30
  • e315a6a0da assume "last" can miss from a ticker response Matthias 2021-03-20 14:58:51 +01:00
  • 43d7f9ac67 Add bid_last_balance parameter Matthias 2021-03-20 14:38:26 +01:00
  • f4e71c1f14 get_buy_rate tests should be sensible Matthias 2021-03-20 14:02:13 +01:00
  • 73876b61b4 Show potential errors when loading markets Matthias 2021-03-20 13:33:49 +01:00
  • 16a54b3616 Don't require non-mandatory arguments Matthias 2021-03-20 13:08:02 +01:00
  • fe7f3d9c37 Add price side validation for market orders Matthias 2021-03-20 11:48:39 +01:00
  • 066dd72210 add orderbook structure documentation Matthias 2021-03-20 08:34:15 +01:00
  • 0a9622a065 Merge pull request #4581 from freqtrade/fix/4578 Matthias 2021-03-20 08:21:52 +01:00
  • 69799532a6 Document usage of open_date_utc Matthias 2021-03-20 08:13:10 +01:00
  • 7ffe1fd36a Fix calculation error for min-trade-stake Matthias 2021-03-20 07:21:22 +01:00
  • fd34d454a8 Merge pull request #4574 from maycon/patch-1 Matthias 2021-03-19 20:32:31 +01:00
  • fb90901bb3 Fix telegram table for both rendered and github markdown Matthias 2021-03-19 20:12:12 +01:00
  • c1f7992270 Added slash to fix a broken formatting Maycon Maia Vitali 2021-03-19 10:39:45 -03:00
  • 0d5833ed91 Use OperationalException for TimeRange errors Matthias 2021-03-19 06:40:04 +01:00
  • c304651249 Merge pull request #4571 from pbrunier/develop Matthias 2021-03-19 06:36:22 +01:00
  • 4d52732d30 Added a small snippet to give users a descent error message, when their start date is afer the stop date. Also updated the tests. Patrick Brunier 2021-03-18 22:38:54 +01:00
  • 84ca9bd2c7 Merge pull request #4543 from brookmiles/fix-math-custom-stoploss-docs Matthias 2021-03-18 19:32:30 +01:00
  • dd4d1d82d4 Update docs/strategy-advanced.md Matthias 2021-03-18 14:19:33 +01:00
  • bf14796d4c revert "Trailing stoploss with positive offset" example as stoploss_from_open() wasn't adding value Brook Miles 2021-03-18 21:50:54 +09:00
  • b6e9e74a8b Add link between stoploss_from_open and custom_stop documentation Matthias 2021-03-18 06:46:08 +01:00
  • 983c0ef118 update stoploss_from_open examples to use helper function Brook Miles 2021-03-18 09:47:03 +09:00
  • 76ca3c219f extract result-printing from hyperopt class Matthias 2021-03-17 20:43:51 +01:00
  • b05de6d468 Move advanced exchange config to exchange page Matthias 2021-03-17 19:36:35 +01:00
  • 6597055a24 Ensure ccxt tests run without dry-run Matthias 2021-03-17 19:36:11 +01:00
  • ce1ed76269 complete stoploss_from_open and associated test Brook Miles 2021-03-17 22:44:10 +09:00
  • aee2591490 add stoploss_from_open() as a strategy_helper Brook Miles 2021-03-17 17:58:23 +09:00
  • 79d4585dad Add check to ensure close_profit_abs is filled on closed trades Matthias 2021-03-16 19:24:03 +01:00
  • dd5873ef24 Merge pull request #4552 from freqtrade/dependabot/pip/develop/ccxt-1.43.27 Matthias 2021-03-15 19:50:43 +01:00
  • 09aa678e59 Merge pull request #4549 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.17 Matthias 2021-03-15 11:33:28 +01:00
  • 8f26935259 Bump ccxt from 1.42.66 to 1.43.27 dependabot[bot] 2021-03-15 09:26:02 +00:00
  • ecc677ad13 Merge pull request #4550 from freqtrade/dependabot/pip/develop/python-telegram-bot-13.4.1 Matthias 2021-03-15 08:38:20 +01:00
  • 6ae2774b7a Merge pull request #4548 from freqtrade/dependabot/pip/develop/mkdocs-material-7.0.6 Matthias 2021-03-15 07:19:27 +01:00
  • 8a4fd05ded Merge pull request #4551 from freqtrade/fix/slacknotify Matthias 2021-03-15 07:19:05 +01:00
  • b4b11c403d Merge pull request #4546 from freqtrade/dependabot/pip/develop/flake8-3.9.0 Matthias 2021-03-15 07:18:53 +01:00
  • b6c29bebb0 Update slack action Matthias 2021-03-15 06:56:48 +01:00
  • a209b0a392 Bump python-telegram-bot from 13.3 to 13.4.1 dependabot[bot] 2021-03-15 05:28:18 +00:00
  • 1173d8971a Bump prompt-toolkit from 3.0.16 to 3.0.17 dependabot[bot] 2021-03-15 05:28:06 +00:00
  • 22c34faca3 Bump mkdocs-material from 7.0.5 to 7.0.6 dependabot[bot] 2021-03-15 05:28:02 +00:00
  • 09872d8e42 Bump flake8 from 3.8.4 to 3.9.0 dependabot[bot] 2021-03-15 05:27:18 +00:00
  • b191663a7e Adapt hyperopt templates to be better aligned Matthias 2021-03-14 19:49:46 +01:00
  • 0b35c0571f Allow custom fee to be used during dry-run Matthias 2021-03-14 19:37:30 +01:00
  • e924416431 correct math used in examples and clarify some terminology regarding custom stoploss functions Brook Miles 2021-03-14 22:02:53 +09:00
  • 7a63f8cc31 Fix hdf5 support on raspberry Matthias 2021-03-14 13:25:08 +01:00
  • b57c150654 Final balance should include forcesold pairs Matthias 2021-03-14 09:48:40 +01:00
  • 9fb6cfcdad Merge pull request #4540 from jlaw/fix-date-test-utc Matthias 2021-03-14 07:03:29 +01:00
  • 618bae23a6 fix: Use now() to match timezone of download data Jackson Law 2021-03-13 11:14:36 -08:00
  • cd8d9f2930 Merge pull request #4534 from rokups/patch-1 Matthias 2021-03-13 17:14:47 +01:00
  • 3b99f04a78 Merge pull request #4535 from freqtrade/fix/backtestperformance Matthias 2021-03-13 16:51:00 +01:00
  • eb4f05eb23 Add documentation for hyperopt.strategy availability Matthias 2021-03-13 16:30:47 +01:00
  • 3a0739183a Merge pull request #4530 from jlaw/develop Matthias 2021-03-13 16:25:16 +01:00
  • 6389e86ed6 Add test for uvloop fix Matthias 2021-03-13 15:36:34 +01:00
  • 0320c8dc92 Improve tests for trades_proxy Matthias 2021-03-13 15:46:20 +01:00
  • 5e872273d1 Provide access to strategy instance from hyperopt class. Rokas Kupstys 2021-03-13 09:45:16 +02:00
  • d1acc8092c Improve backtest performance Matthias 2021-03-13 10:16:32 +01:00
  • 425cd7adba Create event loop manually if uvloop is available Jackson Law 2021-03-12 16:16:03 -08:00
  • 441d3fad39 Merge pull request #4513 from freqtrade/fix/4511 Matthias 2021-03-11 19:39:44 +01:00
  • ef9977fc1e Make stake_amount + stake_currency mandatory for backtesting Matthias 2021-03-10 10:43:44 +01:00
  • 333ad02605 Fix random test failure Matthias 2021-03-10 10:39:38 +01:00
  • 0db5c9746f Merge pull request #4454 from freqtrade/backtest_compound_speed Matthias 2021-03-10 10:07:40 +01:00
  • 60f6b998d3 Update logo with smiling one Matthias 2021-03-10 09:27:03 +01:00
  • 99583bbd0c Fix problem with FTX Matthias 2021-03-09 20:21:08 +01:00