Matthias
|
addb4b5f8f
|
Merge pull request #3071 from freqtrade/dependabot/pip/develop/ccxt-1.24.31
Bump ccxt from 1.23.81 to 1.24.31
|
2020-03-16 09:52:10 +01:00 |
|
Matthias
|
d2ab7633ef
|
Merge pull request #3072 from freqtrade/dependabot/pip/develop/plotly-4.5.4
Bump plotly from 4.5.3 to 4.5.4
|
2020-03-16 09:51:35 +01:00 |
|
Matthias
|
ba1bd2d5a4
|
Merge pull request #3070 from freqtrade/dependabot/pip/develop/pandas-1.0.2
Bump pandas from 1.0.1 to 1.0.2
|
2020-03-16 09:51:21 +01:00 |
|
dependabot-preview[bot]
|
3eee0c43a7
|
Bump pytest from 5.3.5 to 5.4.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.3.5 to 5.4.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/5.3.5...5.4.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-16 08:18:33 +00:00 |
|
dependabot-preview[bot]
|
8cfff40fcf
|
Bump plotly from 4.5.3 to 4.5.4
Bumps [plotly](https://github.com/plotly/plotly.py) from 4.5.3 to 4.5.4.
- [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.3...v4.5.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-16 08:18:07 +00:00 |
|
dependabot-preview[bot]
|
0b34175752
|
Bump ccxt from 1.23.81 to 1.24.31
Bumps [ccxt](https://github.com/ccxt/ccxt) from 1.23.81 to 1.24.31.
- [Release notes](https://github.com/ccxt/ccxt/releases)
- [Changelog](https://github.com/ccxt/ccxt/blob/master/doc/exchanges-by-country.rst)
- [Commits](https://github.com/ccxt/ccxt/compare/1.23.81...1.24.31)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-16 08:17:53 +00:00 |
|
dependabot-preview[bot]
|
e8a92cb313
|
Bump pandas from 1.0.1 to 1.0.2
Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Changelog](https://github.com/pandas-dev/pandas/blob/master/RELEASE.md)
- [Commits](https://github.com/pandas-dev/pandas/compare/v1.0.1...v1.0.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-03-16 08:17:21 +00:00 |
|
Fredrik81
|
06198c0028
|
Missed configuration.py
|
2020-03-15 21:27:45 +01:00 |
|
Fredrik81
|
8c33e07dc6
|
Update based on comments
|
2020-03-15 21:20:32 +01:00 |
|
hroff-1902
|
0847652df0
|
Merge pull request #3066 from freqtrade/backtest_small_improvements
Backtest small improvements
|
2020-03-15 20:20:15 +03:00 |
|
Matthias
|
3d4664c2a6
|
Remove unnecessary import
|
2020-03-15 15:40:12 +01:00 |
|
Matthias
|
e1b08ad76c
|
Add docstring to store_backtest_result
|
2020-03-15 15:38:26 +01:00 |
|
Matthias
|
fe50a0f3a1
|
Move test for store_bt_results to optimize_reports
|
2020-03-15 15:36:53 +01:00 |
|
Matthias
|
e95665ceca
|
Make backtestresult storing independent from printing
|
2020-03-15 15:36:23 +01:00 |
|
Matthias
|
a13d581658
|
Move backtest-result visualization out of backtesting class
|
2020-03-15 15:17:53 +01:00 |
|
Matthias
|
6106d59e1a
|
Move store_backtest_results to optimize_reports
|
2020-03-15 15:17:35 +01:00 |
|
Matthias
|
328dbd3930
|
Remove unnecessary parameter to generate_text_table_sell_reason
|
2020-03-15 15:04:48 +01:00 |
|
hroff-1902
|
57ff3ff450
|
Merge branch 'develop' into plot-trades
|
2020-03-15 13:31:00 +03: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 |
|
Fredrik81
|
2c0980aa3a
|
Tests
|
2020-03-15 00:09:08 +01:00 |
|
Fredrik81
|
cf7e80f45d
|
Docs and logging
|
2020-03-14 23:55:13 +01:00 |
|
Fredrik81
|
27faf12fde
|
Fix if no file exists
|
2020-03-14 22:15:03 +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 |
|