Commit Graph

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