Commit Graph

  • b576e1d463 Merge branch 'develop' into bt_add_maxdrawdown Matthias 2020-08-09 10:25:57 +0200
  • 87e4a82041 Merge branch 'develop' into bt_add_maxdrawdown Matthias 2020-08-09 08:34:36 +0200
  • fca41a44bb Also logg timeframe Matthias 2020-08-08 20:20:58 +0200
  • 3670be5dd2
    Merge pull request #3641 from freqtrade/fix/edgeremovebumps Matthias 2020-08-08 17:33:08 +0200
  • 2afe1d5b11 Add link to full sample Matthias 2020-08-08 17:27:22 +0200
  • 09aa954b68 Update strategy-customization documentation Matthias 2020-08-08 17:24:19 +0200
  • 5e1032c4af Simplify strategy documentation, move "substrategies" to advanced page Matthias 2020-08-08 17:08:38 +0200
  • dd430455e4 Enable dataprovier for hyperopt Matthias 2020-08-08 17:04:32 +0200
  • e2643103b6
    Merge pull request #3611 from thopd88/telegram-delete-command Matthias 2020-08-08 15:19:40 +0200
  • f3ce54150e Simplify Telegram table Matthias 2020-08-08 15:06:13 +0200
  • 02810adcf7
    Merge pull request #3662 from freqtrade/Fredrik81-patch-1 Matthias 2020-08-07 06:23:22 +0200
  • eba73307e4
    Update strategy_methods_advanced.j2 Fredrik81 2020-08-07 01:13:36 +0200
  • d01070dba8 Increase coverage of edge_cli Matthias 2020-08-06 09:22:41 +0200
  • 995d3e1ed5 Don't search internal path for Hyperopt files Matthias 2020-08-06 09:07:48 +0200
  • 59370672b8 Fix more tests Matthias 2020-08-06 09:00:28 +0200
  • 081625c5dc Have hyperopt tests use new hyperopt location Matthias 2020-08-06 08:51:01 +0200
  • 8b6d10daf1 Move DefaultHyperopt to test folder (aligned to strategy) Matthias 2020-08-06 08:50:41 +0200
  • 5082acc33f Fix typos in documentation Matthias 2020-08-06 07:54:54 +0200
  • 767332405e
    Merge pull request #3642 from freqtrade/new_release 2020.7 Matthias 2020-08-06 06:50:08 +0200
  • 8ed3b81c61 Implement /delete in rest client Matthias 2020-08-04 19:57:28 +0200
  • 075c73b9e3 Improve formatting of telegram message Matthias 2020-08-04 19:56:49 +0200
  • 817f5289db /delete should Cancel open orders (and stoploss orders) Matthias 2020-08-04 19:43:22 +0200
  • 9163c7f3d3 Improve api response Matthias 2020-08-04 19:43:05 +0200
  • b954af33cf Fix type erorr in callable Matthias 2020-08-04 16:01:41 +0200
  • 4b0164770c Add test for /delete Matthias 2020-08-04 14:49:59 +0200
  • 26c7341b7d Add test for api-server DELETE trade Matthias 2020-08-04 14:41:38 +0200
  • 215972c68f Implement /delete for api-server Matthias 2020-08-04 14:41:22 +0200
  • c0083c4244 Merge branch 'develop' into pr/thopd88/3611 Matthias 2020-08-04 07:00:54 +0200
  • b22fabe1f3
    Merge pull request #3651 from freqtrade/dependabot/pip/develop/pytest-6.0.1 Matthias 2020-08-03 21:31:31 +0200
  • a3688b159f Improve formatting Matthias 2020-08-03 19:28:57 +0200
  • a33346c6b6 Fix testing errors - which surfaced with pytest 6.0.1 Matthias 2020-08-03 19:21:46 +0200
  • 55233db07e
    Merge pull request #3654 from freqtrade/dependabot/pip/develop/ccxt-1.32.45 Matthias 2020-08-03 09:42:57 +0200
  • 54bee1d183
    Merge pull request #3653 from freqtrade/dependabot/pip/develop/pandas-1.1.0 Matthias 2020-08-03 09:40:24 +0200
  • 45256763ca
    Merge pull request #3652 from freqtrade/dependabot/pip/develop/mkdocs-material-5.5.1 Matthias 2020-08-03 09:36:01 +0200
  • b3f04d89d2
    Bump ccxt from 1.32.7 to 1.32.45 dependabot[bot] 2020-08-03 07:17:50 +0000
  • 1855a444fa
    Bump pandas from 1.0.5 to 1.1.0 dependabot[bot] 2020-08-03 07:17:32 +0000
  • 809b3ddafc
    Bump mkdocs-material from 5.5.0 to 5.5.1 dependabot[bot] 2020-08-03 07:17:31 +0000
  • 5ff09a06c7
    Bump pytest from 5.4.3 to 6.0.1 dependabot[bot] 2020-08-03 07:17:30 +0000
  • 3915101d2d Add more backoff to fetch_order endpoint Matthias 2020-08-02 10:24:10 +0200
  • 6c77feee85 Improve some exchange logs Matthias 2020-08-02 10:18:19 +0200
  • 99bfa839eb Improve logging for sell exception Matthias 2020-08-02 10:12:15 +0200
  • 071e82043a Better handle cancelled buy orders Matthias 2020-08-01 15:59:50 +0200
  • 7263f83f78 Version bump 2020.7 Matthias 2020-07-28 19:53:05 +0200
  • 653bbc292b Merge branch 'master' into new_release Matthias 2020-07-28 19:52:44 +0200
  • d1cbc567e4 Fix filtering for bumped pairs Matthias 2020-07-28 13:41:09 +0200
  • 14cb29aae1 Add test for remove_pumps in edge Matthias 2020-07-28 08:16:55 +0200
  • f3af02c06f
    Merge pull request #3635 from freqtrade/dependabot/pip/develop/ccxt-1.32.7 Matthias 2020-07-27 09:23:23 +0200
  • 7318d02ebc
    Bump ccxt from 1.32.3 to 1.32.7 dependabot[bot] 2020-07-27 07:05:17 +0000
  • aab5596fa6 Convert trade open / close to timestamp Matthias 2020-07-27 07:20:40 +0200
  • 977a6d4e9c Add profit_total to results line Matthias 2020-07-26 16:10:48 +0200
  • 454046f745 Add stake_currency and max_opeN_trades to backtest result Matthias 2020-07-26 15:55:54 +0200
  • 8d0f338bf2 Timestamps should be in ms Matthias 2020-07-26 15:23:21 +0200
  • 9ed5fed887 Fix output format to be of an identical type Matthias 2020-07-26 15:17:54 +0200
  • 902e8fa62f Fix wrong spelling in one subcomponent Matthias 2020-07-26 14:39:00 +0200
  • 65755989b4
    Merge pull request #3631 from freqtrade/dependabot/pip/develop/mkdocs-material-5.5.0 Matthias 2020-07-26 14:00:00 +0200
  • 7a51bfbaba
    Merge pull request #3628 from freqtrade/dependabot/pip/develop/scipy-1.5.2 Matthias 2020-07-26 13:28:42 +0200
  • fe27d2c10d
    Merge pull request #3629 from freqtrade/dependabot/pip/develop/urllib3-1.25.10 Matthias 2020-07-26 13:27:42 +0200
  • 90034a8e5e
    Merge pull request #3632 from freqtrade/dependabot/pip/develop/ccxt-1.32.3 Matthias 2020-07-26 11:23:26 +0200
  • 1cfbbfb433
    Merge pull request #3633 from freqtrade/dependabot/pip/develop/plotly-4.9.0 Matthias 2020-07-26 11:11:54 +0200
  • 73042781f4
    Merge pull request #3630 from freqtrade/dependabot/pip/develop/numpy-1.19.1 Matthias 2020-07-26 11:11:23 +0200
  • dbcccac6cd
    Bump ccxt from 1.31.37 to 1.32.3 dependabot[bot] 2020-07-26 08:53:51 +0000
  • b4d22f1000
    Bump urllib3 from 1.25.9 to 1.25.10 dependabot[bot] 2020-07-26 08:53:36 +0000
  • 364295d2b3
    Merge pull request #3627 from freqtrade/dependabot/pip/develop/arrow-0.15.8 Matthias 2020-07-26 10:52:50 +0200
  • 63e7490a55
    Bump plotly from 4.8.2 to 4.9.0 dependabot[bot] 2020-07-26 08:37:45 +0000
  • 838743bf01
    Bump mkdocs-material from 5.4.0 to 5.5.0 dependabot[bot] 2020-07-26 08:37:25 +0000
  • 2ff03e173d
    Bump numpy from 1.19.0 to 1.19.1 dependabot[bot] 2020-07-26 08:37:17 +0000
  • d1d6f69e43
    Bump scipy from 1.5.1 to 1.5.2 dependabot[bot] 2020-07-26 08:37:13 +0000
  • 6ce4fd7aff
    Bump arrow from 0.15.7 to 0.15.8 dependabot[bot] 2020-07-26 08:37:10 +0000
  • bad89307dd Fix mypy error Matthias 2020-07-25 17:19:41 +0200
  • 119bf2a8ea Document hdf5 dataformat Matthias 2020-07-25 17:06:58 +0200
  • db8f3a9e9b
    Merge pull request #3609 from thopd88/develop Matthias 2020-07-25 16:45:09 +0200
  • edb582e522 Add more tests Matthias 2020-07-24 20:40:07 +0200
  • ae1c99bdd0 more tests Matthias 2020-07-24 20:36:30 +0200
  • ed33d4781d Add more hdf5 tests Matthias 2020-07-24 20:19:34 +0200
  • d9b339ee18 Add some more tests for hdf5 Matthias 2020-07-24 20:09:59 +0200
  • 0a28818b46 Add some tests for hdf5 Matthias 2020-07-24 19:37:37 +0200
  • e26e658f99 Improve a few tests Matthias 2020-07-24 19:33:27 +0200
  • 6a0c84b649 Add tests for hdf5 Matthias 2020-07-24 19:23:56 +0200
  • 861e7099cc Rename hdf5handler to hdf5DataHandler Matthias 2020-07-24 19:23:37 +0200
  • 3171ad33b7 Add blosc compression Matthias 2020-07-24 17:44:29 +0200
  • 0f08addfbe Don't store empty arrays Matthias 2020-07-24 17:37:07 +0200
  • 31df42e737 Implement get_available_data Matthias 2020-07-24 17:30:16 +0200
  • d4540c846a Add trades_load method Matthias 2020-07-12 20:41:25 +0200
  • 55591e287c First version of hdf5handler - no proper support for trades yet Matthias 2020-07-12 20:17:21 +0200
  • 0614e59966 Add tables dependency Matthias 2020-07-12 20:06:59 +0200
  • e0c14e6214 Add /trades to help (so users know about it) Matthias 2020-07-23 07:54:45 +0200
  • fdc84eef59 /trades shall only return closed trades Matthias 2020-07-23 07:50:45 +0200
  • 8300eb59d4 Extend create_mock_trades to create 4 trades Matthias 2020-07-23 07:49:44 +0200
  • 0f18b2a0d4 Add test and fix case where no trades were closed yet Matthias 2020-07-23 07:12:14 +0200
  • 0bad55637e fix flake8 indent error thopd88 2020-07-23 10:12:52 +0700
  • a3daf8e41c Fix line too long thopd88 2020-07-23 09:47:53 +0700
  • 0502fe0496 New /trades 3 columns and exclude open trades thopd88 2020-07-23 09:36:05 +0700
  • f48250b414 Make flake happy hroff-1902 2020-07-22 22:56:24 +0300
  • 50767cd569 Adjust tests for AgeFilter hroff-1902 2020-07-22 22:48:29 +0300
  • 5c2481082e Add tests for PriceFilter hroff-1902 2020-07-22 22:46:30 +0300
  • c78199d3d9 Add checks for parameters of PriceFilter hroff-1902 2020-07-22 22:21:30 +0300
  • a1e292f56a Improve docs hroff-1902 2020-07-22 22:09:30 +0300
  • daee414d7a Fix docs formatting hroff-1902 2020-07-22 21:51:25 +0300
  • 5213abf510 AgeFilter is always enabled hroff-1902 2020-07-22 21:44:39 +0300
  • f6bde8bd9c Improve exception message wordings hroff-1902 2020-07-22 21:43:15 +0300