Commit Graph

  • f7eba77e36 Rewrite _download_pair_history to support an endtime. Kuy Krawczeniuk 2021-03-25 16:10:32 -0700
  • d52d9be59b Add parameter "until_ms" to allow for setting an endtime for downloading historical OHLCV data. Kuy Krawczeniuk 2021-03-25 16:07:49 -0700
  • 5aaa05f2f2 Simplify SortinoLoss Matthias 2021-03-25 06:49:19 +0100
  • 8da7d5c009
    Merge pull request #4594 from rextea/add_confirm_exit_enter_tade_to_backtesting Matthias 2021-03-25 20:26:56 +0100
  • 292ea8c1d0
    Update backtesting.py Matthias 2021-03-25 09:34:33 +0100
  • 0ca95aa0c2 Change rate to acctual close rate rextea 2021-03-25 10:25:25 +0200
  • 1a34af8365 Specify which versions of Python Freqtrade successfully builds on. Kuy Krawczeniuk 2021-03-25 00:34:13 -0700
  • 958ad7d446 Have SortinoLossBalance use the calculate_outstanding_balance method Matthias 2021-03-25 06:35:40 +0100
  • cf0cd6ff38 Merge branch 'develop' into pr/orehunt/3059 Matthias 2021-03-24 20:11:31 +0100
  • ec15610bff Fix isort issue Matthias 2021-03-24 19:21:07 +0100
  • d795febf92 Add info to documantation rextea 2021-03-24 18:26:03 +0200
  • ee82d36bef
    Merge pull request #4593 from hoeckxer/feat/status_table_telegram_length Matthias 2021-03-24 06:49:54 +0100
  • 2fd510e6e4 Added comment with an example calculation Erwin Hoeckx 2021-03-23 21:52:46 +0100
  • 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 +0100
  • c928cd38dc Small bugfix to make sure it shows all the trades Erwin Hoeckx 2021-03-23 16:45:42 +0100
  • d5301b4d63 RateLimit should be enabled by default Matthias 2021-03-23 10:53:09 +0100
  • f51f4b1817 Add confirm_trade_exit and confirm_trade_entry to backtesting rextea 2021-03-23 10:35:46 +0200
  • dc4ea604dd Add confirm_trade_exit and confirm_trade_entry to backtesting rextea 2021-03-23 10:19:16 +0200
  • eb5d69dcd4 Add confirm_trade_exit and confirm_trade_entry to backtesting rextea 2021-03-23 10:12:08 +0200
  • 6856963aef Add confirm_trade_exit and confirm_trade_entry to backtesting rextea 2021-03-23 10:09:41 +0200
  • 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 +0100
  • 7adfa0cfd9
    Merge pull request #4592 from freqtrade/dependabot/pip/develop/sqlalchemy-1.4.2 Matthias 2021-03-22 20:00:13 +0100
  • b7702a1e9f Improve tests to work with new sqlalchemy version Matthias 2021-03-22 19:39:06 +0100
  • e39cff522d Remove duplicate dict keys in test Matthias 2021-03-22 17:30:16 +0100
  • 77610b6a6d
    Merge pull request #4590 from freqtrade/dependabot/pip/develop/urllib3-1.26.4 Matthias 2021-03-22 06:53:21 +0100
  • efe1315a17
    Merge pull request #4589 from freqtrade/dependabot/pip/develop/ccxt-1.43.89 Matthias 2021-03-22 06:52:38 +0100
  • d4ca62f7f3
    Merge pull request #4591 from freqtrade/dependabot/pip/develop/isort-5.8.0 Matthias 2021-03-22 06:52:18 +0100
  • ea3012e94d
    Bump sqlalchemy from 1.3.23 to 1.4.2 dependabot[bot] 2021-03-22 05:25:35 +0000
  • 09c7ee9e92
    Bump isort from 5.7.0 to 5.8.0 dependabot[bot] 2021-03-22 05:25:28 +0000
  • 9612ba34ed
    Bump urllib3 from 1.26.3 to 1.26.4 dependabot[bot] 2021-03-22 05:25:17 +0000
  • ac7a1305cb
    Bump ccxt from 1.43.27 to 1.43.89 dependabot[bot] 2021-03-22 05:25:11 +0000
  • 4d81834912
    Merge isinstance calls shubhendra 2021-03-21 17:14:34 +0530
  • 45da3a7022
    Refactor unnecessary else / elif when if block has a continue statement shubhendra 2021-03-21 17:14:34 +0530
  • 910e15b174
    Remove methods with unnecessary super delegation. shubhendra 2021-03-21 17:14:33 +0530
  • 6d6ad035d6
    Remove length check in favour of truthiness of the object shubhendra 2021-03-21 17:14:32 +0530
  • 537ad059bc
    Remove unnecessary use of comprehension shubhendra 2021-03-21 17:14:31 +0530
  • 62d99a0b74
    Remove unnecessary comprehension shubhendra 2021-03-21 17:14:30 +0530
  • 4f5a1e94a7
    Add .deepsource.toml shubhendra 2021-03-21 17:14:30 +0530
  • ef354cb6b9 assume "last" can miss from a ticker response Matthias 2021-03-20 14:58:51 +0100
  • e5aaf47eab Add bid_last_balance parameter Matthias 2021-03-20 14:38:26 +0100
  • 85774257ce get_buy_rate tests should be sensible Matthias 2021-03-20 14:02:13 +0100
  • ec75a22461 Show potential errors when loading markets Matthias 2021-03-20 13:33:49 +0100
  • fad22994b1 Don't require non-mandatory arguments Matthias 2021-03-20 13:08:02 +0100
  • db76afd789 Add price side validation for market orders Matthias 2021-03-20 11:48:39 +0100
  • 28e573e597 add orderbook structure documentation Matthias 2021-03-20 08:34:15 +0100
  • de7ed4df5f Fix calculation error for min-trade-stake Matthias 2021-03-20 07:21:22 +0100
  • e79e651836 Document usage of open_date_utc Matthias 2021-03-20 08:13:10 +0100
  • fb389b3dc5 Fix telegram table for both rendered and github markdown Matthias 2021-03-19 20:12:12 +0100
  • 7a6fed3e7b Added slash to fix a broken formatting Maycon Maia Vitali 2021-03-19 10:39:45 -0300
  • c1001bfc44 Use OperationalException for TimeRange errors Matthias 2021-03-19 06:40:04 +0100
  • 81f706cf41 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 +0100
  • 5c0067b508 Update docs/strategy-advanced.md Matthias 2021-03-18 14:19:33 +0100
  • 2bb4cca775 revert "Trailing stoploss with positive offset" example as stoploss_from_open() wasn't adding value Brook Miles 2021-03-18 21:50:54 +0900
  • 3e24b365d0 Add link between stoploss_from_open and custom_stop documentation Matthias 2021-03-18 06:46:08 +0100
  • e9be5e8d06 update stoploss_from_open examples to use helper function Brook Miles 2021-03-18 09:47:03 +0900
  • db5156be10 complete stoploss_from_open and associated test Brook Miles 2021-03-17 22:44:10 +0900
  • ded850d709 add stoploss_from_open() as a strategy_helper Brook Miles 2021-03-17 17:58:23 +0900
  • d41255e30d correct math used in examples and clarify some terminology regarding custom stoploss functions Brook Miles 2021-03-14 22:02:53 +0900
  • 9677a0b5e7 extract result-printing from hyperopt class Matthias 2021-03-17 20:43:51 +0100
  • 7d335bfd0c Move advanced exchange config to exchange page Matthias 2021-03-17 19:36:35 +0100
  • 7e7a78135e Ensure ccxt tests run without dry-run Matthias 2021-03-17 19:36:11 +0100
  • 60dea622f7 Add check to ensure close_profit_abs is filled on closed trades Matthias 2021-03-16 19:24:03 +0100
  • 1a2ae9cb15 Bump ccxt from 1.42.66 to 1.43.27 dependabot[bot] 2021-03-15 09:26:02 +0000
  • 35c869784c Bump prompt-toolkit from 3.0.16 to 3.0.17 dependabot[bot] 2021-03-15 05:28:06 +0000
  • 7879b17f0d Bump python-telegram-bot from 13.3 to 13.4.1 dependabot[bot] 2021-03-15 05:28:18 +0000
  • 655ee91c47 Bump mkdocs-material from 7.0.5 to 7.0.6 dependabot[bot] 2021-03-15 05:28:02 +0000
  • 3cafade934 Update slack action Matthias 2021-03-15 06:56:48 +0100
  • 0a565426c2 Bump flake8 from 3.8.4 to 3.9.0 dependabot[bot] 2021-03-15 05:27:18 +0000
  • 50265cd765 Adapt hyperopt templates to be better aligned Matthias 2021-03-14 19:49:46 +0100
  • ed7f4739ad Allow custom fee to be used during dry-run Matthias 2021-03-14 19:37:30 +0100
  • a69356dc83 Fix hdf5 support on raspberry Matthias 2021-03-14 13:25:08 +0100
  • a457587123 Final balance should include forcesold pairs Matthias 2021-03-14 09:48:40 +0100
  • d618d4a35d fix: Use now() to match timezone of download data Jackson Law 2021-03-13 11:14:36 -0800
  • bf7ddd80ce Add documentation for hyperopt.strategy availability Matthias 2021-03-13 16:30:47 +0100
  • 0b62a04e65 Provide access to strategy instance from hyperopt class. Rokas Kupstys 2021-03-13 09:45:16 +0200
  • b9dab81680 Improve tests for trades_proxy Matthias 2021-03-13 15:46:20 +0100
  • ace184a281 Improve backtest performance Matthias 2021-03-13 10:16:32 +0100
  • c6ff383972 Add test for uvloop fix Matthias 2021-03-13 15:36:34 +0100
  • 22f692e53a Create event loop manually if uvloop is available Jackson Law 2021-03-12 16:16:03 -0800
  • 6ec18239f8 Fix problem with FTX Matthias 2021-03-09 20:21:08 +0100
  • 77f0e68a9a Make stake_amount + stake_currency mandatory for backtesting Matthias 2021-03-10 10:43:44 +0100
  • e90215bf02 Fix random test failure Matthias 2021-03-10 10:39:38 +0100
  • 25355e35a6 Always reset fake-databases Matthias 2021-03-08 19:40:29 +0100
  • a86f60df91 Use pandas.values.tolist instead of itertuples Matthias 2021-03-07 11:28:54 +0100
  • 67cf22f85c Make best / worst day absolute Matthias 2021-03-05 19:21:09 +0100
  • af501a4cc6 Fix crash when using unlimited stake and no trades are made Matthias 2021-03-02 16:12:22 +0100
  • 440c8a91c6 fix: avg_stake_amount should not be NaN if df is empty Joe Schr 2021-03-02 13:34:14 +0100
  • 635bf3a8ee Explicitly convert starting-balance to float Matthias 2021-02-28 09:56:29 +0100
  • d1b196f4b5 UPdate backtesting doc for total profit calc Matthias 2021-02-27 20:26:13 +0100
  • 7c68f87c85 Small stylistic fixes Matthias 2021-02-27 19:57:42 +0100
  • 13cdcafad0 Improve backtest documentation Matthias 2021-02-27 10:45:22 +0100
  • bce85742ba Simplify wallet code Matthias 2021-02-27 10:31:21 +0100
  • cec07b93c3 Fix optimize_reports test Matthias 2021-02-27 10:14:25 +0100
  • bb1bdb1478 Improve test-coverage of pairlocks Matthias 2021-02-27 10:07:02 +0100
  • 3bdfdaef0d Update documentation with backtesting compounding possibilities Matthias 2021-02-26 19:53:29 +0100
  • 369ede1af9 Improve handling of backtesting params Matthias 2021-02-26 19:48:06 +0100
  • 78c49836ff fix --stake-amount parameter Matthias 2021-02-25 20:14:33 +0100
  • f1b10bd49e Improve backtesting documentation Matthias 2021-02-24 20:21:50 +0100
  • 9bea9a849a Add test for backtesting _enter_trade Matthias 2021-02-22 06:54:33 +0100
  • 35215a47ab Add test for subclassing Matthias 2021-02-20 20:07:00 +0100