Commit Graph

  • dd420a22e9 Merge pull request #4508 from Th0masL/fix_order_by Matthias 2021-03-09 20:20:04 +01:00
  • a1902f226d Make trade-close sequence clear for mock trades Matthias 2021-03-09 19:29:00 +01:00
  • 37e6006169 Fix order_by in trades command Th0masL 2021-03-08 23:21:56 +02:00
  • 4b550dab17 Always reset fake-databases Matthias 2021-03-08 19:40:29 +01:00
  • 61ec7a309b Merge pull request #4501 from freqtrade/dependabot/pip/develop/aiohttp-3.7.4.post0 Matthias 2021-03-08 17:12:55 +01:00
  • 25c9e89956 Bump aiohttp from 3.7.4 to 3.7.4.post0 dependabot[bot] 2021-03-08 09:15:30 +00:00
  • 5e3e1e22e3 Merge pull request #4502 from freqtrade/dependabot/pip/develop/pandas-1.2.3 Matthias 2021-03-08 10:12:03 +01:00
  • 7950acf6d4 Bump pandas from 1.2.2 to 1.2.3 dependabot[bot] 2021-03-08 08:53:20 +00:00
  • 7e45af97e6 Merge pull request #4504 from freqtrade/dependabot/pip/develop/mkdocs-material-7.0.5 Matthias 2021-03-08 07:31:06 +01:00
  • bb1f888b4c Merge pull request #4503 from freqtrade/dependabot/pip/develop/arrow-1.0.3 Matthias 2021-03-08 07:30:38 +01:00
  • 7e897343c8 Merge pull request #4499 from freqtrade/dependabot/pip/develop/coveralls-3.0.1 Matthias 2021-03-08 06:52:08 +01:00
  • 6217c4c886 Merge pull request #4500 from freqtrade/dependabot/pip/develop/ccxt-1.42.66 Matthias 2021-03-08 06:51:39 +01:00
  • a9c114d301 Bump mkdocs-material from 7.0.3 to 7.0.5 dependabot[bot] 2021-03-08 05:28:27 +00:00
  • a2b9236082 Bump arrow from 1.0.2 to 1.0.3 dependabot[bot] 2021-03-08 05:28:23 +00:00
  • 1f314f7d45 Bump ccxt from 1.42.47 to 1.42.66 dependabot[bot] 2021-03-08 05:28:15 +00:00
  • 46965b1a2c Bump coveralls from 3.0.0 to 3.0.1 dependabot[bot] 2021-03-08 05:28:11 +00:00
  • 0b81b58d28 Use pandas.values.tolist instead of itertuples Matthias 2021-03-07 11:28:54 +01:00
  • 02d7dc4780 Increase cache size to be large enough to hold all pairs Matthias 2021-03-06 19:55:02 +01:00
  • b515609d73 Merge pull request #4490 from Th0masL/add_trade_id Matthias 2021-03-06 15:40:34 +01:00
  • ad0e60b5b6 Add trade_id to Cancel messages and reduced lines length Th0masL 2021-03-06 15:07:47 +02:00
  • eed8c94dd9 Merge pull request #4488 from patrick310/patch-1 Matthias 2021-03-06 13:48:12 +01:00
  • 28109846d5 Merge pull request #4489 from freqtrade/forcebuy_ordertype Matthias 2021-03-06 13:37:46 +01:00
  • 2472f52874 Add trade_id to tests Th0masL 2021-03-06 01:07:37 +02:00
  • 03b89e7f78 Add trade_id in Telegram messages Th0masL 2021-03-06 00:04:12 +02:00
  • a405d578da Introduce forcebuy ordertype to allow specifiying a different ordertype for forcebuy / forcesells Matthias 2021-03-05 20:22:04 +01:00
  • 4532222010 Fixed line length in HyperOpt for new name Patrick Weber 2021-03-05 13:16:49 -06:00
  • 5196306407 Remove deprecated profit return value Matthias 2021-03-05 20:03:49 +01:00
  • 345f7404e9 Add strategy name to HyperOpt results filename Patrick Weber 2021-03-05 12:56:11 -06:00
  • a39e83dbd4 Merge pull request #4482 from raoulbuzziol/develop Matthias 2021-03-05 19:37:21 +01:00
  • 731ab5d2a7 Fix too long line errors Matthias 2021-03-05 19:22:57 +01:00
  • bc05d03126 Make best / worst day absolute Matthias 2021-03-05 19:21:09 +01:00
  • 8c371ace32 Merge pull request #4478 from JoeSchr/docs/add-custom_info-examples Matthias 2021-03-05 07:24:50 +01:00
  • dfeafc2204 Update docs/strategy-customization.md JoeSchr 2021-03-04 20:05:27 +01:00
  • 161a4656d5 Update docs/strategy-advanced.md JoeSchr 2021-03-04 20:05:21 +01:00
  • 1304918a29 fix(docs/strategy-advanced/custom_info-storage/example): only add to "custom_info" in backtesting and hyperopt Joe Schr 2021-03-04 19:59:57 +01:00
  • 900deb663a fix(docs/strategy-advanced/custom_stoploss/example): check if "pair" exists in "custom_info" before requesting Joe Schr 2021-03-04 19:58:43 +01:00
  • c56b9cd751 fix(docs/strategy-advanced): add warnings Joe Schr 2021-03-04 18:50:48 +01:00
  • a6ef354a5f fix(docs/strategy-advanced): use get_analyzed_dataframe() instead of custom_info.iloc Joe Schr 2021-03-04 18:52:23 +01:00
  • 22a558e331 fix(docs/strategy-advanced): fix link to custom_info storage Joe Schr 2021-03-04 15:01:21 +01:00
  • 1a02a146a1 feature(docs/strategy-advanced/custom_info-storage/example): add ATR column calculation Joe Schr 2021-03-04 14:59:08 +01:00
  • 4064f856d1 fix(docs/strategy-customization): add "hyperopt" to runmode check for custom_info in custom_stoploss example Joe Schr 2021-03-04 14:50:04 +01:00
  • b52698197b refactor(docs/strategy-advanced): extract "Storing information" section from strategy-customization.md Joe Schr 2021-03-04 14:44:51 +01:00
  • d05acc30fa fix(docs/strategy-customization): remove superflous prints from example code Joe Schr 2021-03-03 22:10:08 +01:00
  • 32f35fcd90 fix(docs/strategy-customization): "custom_stoploss indicator" example need to check for RUN_MODE Joe Schr 2021-03-03 21:26:21 +01:00
  • c5900bbd38 feature(docs/strategy-customization): add example "Custom stoploss using an indicator from dataframe" Joe Schr 2021-03-03 15:16:27 +01:00
  • cc4e84bb70 feature(docs/strategy-customization): add example how to store indicator with DatetimeIndex into custom_info Joe Schr 2021-03-03 15:04:18 +01:00
  • 5cf3194fab chore(docs/strategy-customization): clean up left over trailing whitespaces Joe Schr 2021-03-03 15:03:44 +01:00
  • d5993db064 refactor(docs/strategy-customization): change variable name for better readability Joe Schr 2021-03-03 14:59:55 +01:00
  • 0968ecc1af added "Median profit" column to hyperopt -> export-csv raoulus 2021-03-04 17:27:04 +01:00
  • 078b77d41b Fix crash when using unlimited stake and no trades are made Matthias 2021-03-02 16:12:22 +01:00
  • 0be34291ef Merge pull request #4473 from JoeSchr/backtest_compound_speed Matthias 2021-03-02 13:59:53 +01:00
  • 55a315be14 fix: avg_stake_amount should not be NaN if df is empty Joe Schr 2021-03-02 13:34:14 +01:00
  • f00c4fc27b Merge pull request #4472 from av1nxsh/develop Matthias 2021-03-02 12:03:02 +01:00
  • a85e656e8d rest_client.py av1nxsh 2021-03-02 16:16:20 +05:30
  • 218d22ed52 rest_client.py av1nxsh 2021-03-02 15:45:16 +05:30
  • 6eb253c31e Merge pull request #4469 from freqtrade/rpc/locks Matthias 2021-03-02 10:41:08 +01:00
  • 95c635091e rest_client.py av1nxsh 2021-03-02 14:57:05 +05:30
  • 82bf65f696 rest_client.py av1nxsh 2021-03-02 14:49:33 +05:30
  • 4fe2e542b4 rest_client.py av1nxsh 2021-03-02 14:25:37 +05:30
  • 7c35d107ab rest_client.py av1nxsh 2021-03-02 14:24:00 +05:30
  • 4bb6a27745 Don't catch errors that can't happen Matthias 2021-03-02 06:59:58 +01:00
  • 007ac7abb5 Add telegram pair unlocking Matthias 2021-03-01 20:08:49 +01:00
  • 6640156ac7 Support deleting locks via API Matthias 2021-03-01 19:50:39 +01:00
  • 4e51364057 Add warning about sandboxes Matthias 2021-03-01 19:12:02 +01:00
  • 7dc77d0af6 Merge pull request #4463 from freqtrade/dependabot/pip/develop/mkdocs-material-7.0.3 Matthias 2021-03-01 09:48:08 +01:00
  • 64ef7becc7 Update styles to work with new mkdocs version Matthias 2021-03-01 09:35:35 +01:00
  • 6eef6d41bc Merge pull request #4465 from freqtrade/dependabot/pip/develop/arrow-1.0.2 Matthias 2021-03-01 09:30:11 +01:00
  • 2083cf6ddf Fix mypy errors introduced by Arrow update Matthias 2021-03-01 08:57:57 +01:00
  • 0ebefdfeb6 Merge pull request #4464 from freqtrade/dependabot/pip/develop/ccxt-1.42.47 Matthias 2021-03-01 08:19:17 +01:00
  • 3d65ba2dcb Add rpc method to delete locks Matthias 2021-03-01 07:51:33 +01:00
  • bba9b9e819 Don't use __root__ directly for api response Matthias 2021-03-01 07:08:44 +01:00
  • 4537a48988 Bump arrow from 0.17.0 to 1.0.2 dependabot[bot] 2021-03-01 05:32:17 +00:00
  • d0fd3c289c Bump ccxt from 1.42.19 to 1.42.47 dependabot[bot] 2021-03-01 05:32:14 +00:00
  • 00747a3bc3 Bump mkdocs-material from 6.2.8 to 7.0.3 dependabot[bot] 2021-03-01 05:31:43 +00:00
  • 4b689f5b88 Merge pull request #4420 from freqtrade/dependabot/pip/develop/mypy-0.812 Matthias 2021-02-28 15:30:44 +01:00
  • aba034ff40 Fix mypy problem after mypy 0.800 upgrade Matthias 2021-02-28 10:56:51 +01:00
  • 94cab4ed71 Bump mypy from 0.790 to 0.812 dependabot[bot] 2021-02-22 05:27:47 +00:00
  • 54ccbd9370 Merge pull request #4391 from squat0001/develop Matthias 2021-02-28 10:36:44 +01:00
  • a13dc3cdde Use sensible defaults for balance_dust_level Matthias 2021-02-28 09:03:27 +01:00
  • 9cb37409fd Explicitly convert starting-balance to float Matthias 2021-02-28 09:56:29 +01:00
  • 0895407811 add balance_dust_level parameter to make telegram less chatty Florian Reitmeir 2021-02-17 23:09:39 +01:00
  • 05f057fe72 Stringify favicon path Matthias 2021-02-28 08:47:56 +01:00
  • bc0efe5baa Merge pull request #4457 from JoeSchr/patch-4 Matthias 2021-02-28 08:36:21 +01:00
  • e791ff6042 Fix: custom_stoploss returns typo JoeSchr 2021-02-27 23:28:26 +01:00
  • d9d5617432 UPdate backtesting doc for total profit calc Matthias 2021-02-27 20:26:13 +01:00
  • b2e9295d7f Small stylistic fixes Matthias 2021-02-27 19:57:42 +01:00
  • 6018a05343 Improve backtest documentation Matthias 2021-02-27 10:45:22 +01:00
  • 324b9dbdff Simplify wallet code Matthias 2021-02-27 10:31:21 +01:00
  • f65092459a Fix optimize_reports test Matthias 2021-02-27 10:14:25 +01:00
  • fb489c11c9 Improve test-coverage of pairlocks Matthias 2021-02-27 10:07:02 +01:00
  • f5bb5f56f1 Update documentation with backtesting compounding possibilities Matthias 2021-02-26 19:53:29 +01:00
  • 98f3142b30 Improve handling of backtesting params Matthias 2021-02-26 19:48:06 +01:00
  • 86f9409fd2 fix --stake-amount parameter Matthias 2021-02-25 20:14:33 +01:00
  • d3fb473e57 Improve backtesting documentation Matthias 2021-02-24 20:21:50 +01:00
  • fc256749af Add test for backtesting _enter_trade Matthias 2021-02-22 06:54:33 +01:00
  • 60db6ccf45 Add test for subclassing Matthias 2021-02-20 20:07:00 +01:00
  • 53a57f2c81 Change some types Matthias 2021-02-20 20:22:00 +01:00
  • 03eb23a4ce 2 levels of Trade models, one with and one without sqlalchemy Matthias 2021-02-20 19:29:04 +01:00
  • 394a6bbf2a Fix some type errors Matthias 2021-02-20 20:21:30 +01:00
  • 52acacbed5 Check min-trade-stake in backtesting Matthias 2021-02-20 07:20:51 +01:00