Commit Graph

8201 Commits

Author SHA1 Message Date
Matthias a1bbeaa668 Merge branch 'develop' into interface_ordertimeoutcallback 2020-03-15 14:56:14 +01:00
hroff-1902 3b89e7d393
Merge pull request #3064 from freqtrade/exportfilename_path
convert exportfilename to Path when config parsing
2020-03-15 13:12:19 +03:00
Matthias 0f1640bed4 convert exportfilename to Path when config parsing 2020-03-15 09:39:45 +01:00
hroff-1902 5d1b1573b7
Merge pull request #3061 from freqtrade/edge_test_warning
Edge test warning
2020-03-14 13:51:05 +03:00
Matthias 308d8fe2a9 Remove deprecation warnings due to date conversion 2020-03-14 10:44:46 +01:00
Matthias c56cbc21b1 Remove indexing warning in edge 2020-03-14 10:42:01 +01:00
hroff-1902 5bfbf92e69
Merge pull request #3032 from hroff-1902/no-ticker-2
Do not use "ticker" where it's not a ticker
2020-03-13 21:10:29 +03:00
hroff-1902 59fadabb5b Fix merging 2020-03-13 20:26:14 +03:00
hroff-1902 51f52c8609
Merge branch 'develop' into no-ticker-2 2020-03-13 16:43:52 +03:00
hroff-1902 a7ed51c642 return back the name of the hyperopt data file 2020-03-13 04:04:23 +03:00
hroff-1902 ddfe5b5f1c dataframe -> df_analyzed in plotting 2020-03-13 04:00:24 +03:00
hroff-1902 b2952cd42a remove redundant dict 2020-03-13 03:58:16 +03:00
hroff-1902 ebb0187f40 dataframe -> df_analyzed in backtesting and edge 2020-03-13 03:54:56 +03:00
hroff-1902 c6bb32d419
Merge pull request #3045 from orehunt/jsondatahandler-ohlc-respect-timerange
check again for emptiness after trimming dataframe
2020-03-12 22:46:31 +03:00
Matthias 6f67b8d9b9 iCheck after clean_dataframe, too 2020-03-12 19:50:46 +01:00
Matthias 129a88d5da Extract emptyness check to it's own method 2020-03-11 19:53:28 +01:00
hroff-1902 ed5b0ee36b
Merge pull request #3053 from freqtrade/hyperopt_default_volume
Hyperopt - add default volume > 0 filter
2020-03-11 08:17:54 +03:00
Matthias 2b1c146940 Add default volume > 0 filter 2020-03-10 16:05:33 +01:00
Matthias 84f0bb9a5d
Merge pull request #3051 from hroff-1902/fix-sortino
Adjust handling of zero stdev in loss functions
2020-03-10 13:10:39 +01:00
Matthias 14e7f0bb13
Merge pull request #3049 from hroff-1902/hyperopt-no-unlimited
Do not allow unlimited stake_amount for hyperopt
2020-03-10 11:46:22 +01:00
hroff-1902 73c19da4b9 Adjust handling of zero stdev in loss functions 2020-03-10 13:44:16 +03:00
hroff-1902 1b6e77649a Add test for hyperopt 2020-03-10 12:42:31 +03:00
hroff-1902 81b6a950ac Adjust test for backtesting 2020-03-10 12:42:11 +03:00
hroff-1902 f7ad6c20c7 Do not allow unlimited stake_amount for hyperopt 2020-03-10 12:41:23 +03:00
hroff-1902 c49fefc94d
Merge pull request #3044 from freqtrade/default_max_order_book
order_book_max - change example setting
2020-03-10 11:17:27 +03:00
Matthias a046c4829c
Apply suggestions from code review
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-03-10 09:03:44 +01:00
hroff-1902 52d89eadde
Merge pull request #3021 from Fredrik81/print-csv
Hyperopt: Add export CSV-file option
2020-03-10 10:46:58 +03:00
hroff-1902 f148b5f734
cosmetics in lambdas 2020-03-10 10:38:37 +03:00
hroff-1902 19a9782a40
Merge pull request #3040 from freqtrade/pairlist_message
reduce Pairlist message warning level
2020-03-10 10:26:19 +03:00
Matthias 42038da7f1
Update docs/configuration.md
Co-Authored-By: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
2020-03-10 07:57:25 +01:00
Fredrik81 bd158eefd2 Fixed loggin 2020-03-10 03:02:52 +01:00
hroff-1902 df2c8b5f32
Merge pull request #3042 from freqtrade/hyperopt_sample_comment
Update hyperopt samples docstring
2020-03-09 23:25:36 +03:00
Fredrik81 2f5fc731bb Removed overwrite option 2020-03-09 18:53:30 +01:00
orehunt 3eaae4661d check again for emptiness after trimming dataframe 2020-03-09 17:51:21 +01:00
Matthias e0afbcd4af Additional warning about order_book-max 2020-03-09 17:41:44 +01:00
Matthias 74a17c7b7b Clarify warning in the documentation 2020-03-09 17:38:35 +01:00
Matthias 5da63d399b Reduce default order_book_max to 1 2020-03-09 17:38:25 +01:00
Matthias 856ba203d9 Update hyperopt samples docstring 2020-03-09 15:46:46 +01:00
Matthias c049651784 whitelist_for_active_markets should not remove blacklisted items 2020-03-09 11:30:28 +01:00
Matthias 5cbf325fda Allow different loglevels for message 2020-03-09 11:30:13 +01:00
Matthias bf2dc90c3c
Merge pull request #3039 from freqtrade/dependabot/pip/develop/plotly-4.5.3
Bump plotly from 4.5.2 to 4.5.3
2020-03-09 09:58:46 +01:00
Matthias 964d97da17
Merge pull request #3038 from freqtrade/dependabot/pip/develop/scikit-learn-0.22.2.post1
Bump scikit-learn from 0.22.2 to 0.22.2.post1
2020-03-09 09:57:46 +01:00
Matthias 5c190f82e4
Merge pull request #3035 from freqtrade/dependabot/pip/develop/wrapt-1.12.1
Bump wrapt from 1.12.0 to 1.12.1
2020-03-09 09:54:23 +01:00
Matthias f125709954
Merge pull request #3037 from freqtrade/dependabot/pip/develop/prompt-toolkit-3.0.4
Bump prompt-toolkit from 3.0.3 to 3.0.4
2020-03-09 09:53:53 +01:00
Matthias a3b0b8a7c5
Merge pull request #3036 from freqtrade/dependabot/pip/develop/ccxt-1.23.81
Bump ccxt from 1.23.30 to 1.23.81
2020-03-09 09:45:49 +01:00
dependabot-preview[bot] 4cc0d3dbc4
Bump plotly from 4.5.2 to 4.5.3
Bumps [plotly](https://github.com/plotly/plotly.py) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/plotly/plotly.py/releases)
- [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md)
- [Commits](https://github.com/plotly/plotly.py/compare/v4.5.2...v4.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-09 08:35:16 +00:00
dependabot-preview[bot] 23127b8da0
Bump scikit-learn from 0.22.2 to 0.22.2.post1
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.22.2 to 0.22.2.post1.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.22.2...0.22.2.post1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-09 08:34:33 +00:00
dependabot-preview[bot] 46763e148b
Bump prompt-toolkit from 3.0.3 to 3.0.4
Bumps [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/prompt-toolkit/python-prompt-toolkit/releases)
- [Changelog](https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/CHANGELOG)
- [Commits](https://github.com/prompt-toolkit/python-prompt-toolkit/compare/3.0.3...3.0.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-09 08:33:59 +00:00
dependabot-preview[bot] 09c25faa51
Bump ccxt from 1.23.30 to 1.23.81
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.23.30 to 1.23.81.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ccxt/ccxt/compare/1.23.30...1.23.81)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-09 08:33:37 +00:00
dependabot-preview[bot] c7b2f173eb
Bump wrapt from 1.12.0 to 1.12.1
Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases)
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst)
- [Commits](https://github.com/GrahamDumpleton/wrapt/compare/1.12.0...1.12.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-09 08:32:42 +00:00