Commit Graph

5464 Commits

Author SHA1 Message Date
Matthias fc3e3c468c File existence is checked in load_backtest_data 2019-06-16 19:35:21 +02:00
Matthias 4b7dfc64c6 Add test for generate_plot_file 2019-06-16 19:35:21 +02:00
Matthias 488bb971ff Get rid of global conf object 2019-06-16 19:35:21 +02:00
Matthias 907c2f1e6b Copy plot options to config 2019-06-16 19:35:21 +02:00
Matthias 3f04930f38 Require pairs argument 2019-06-16 19:35:21 +02:00
Matthias 0300128cb8 Move plot-options to arguments.py 2019-06-16 19:35:15 +02:00
Matthias bf2c0390e7 Adjust some imports 2019-06-16 19:33:48 +02:00
Matthias 1cd8415723 Move extract_trades_of_period to btanlaysis 2019-06-16 19:33:48 +02:00
Matthias 1c53aa5687 Add tests for load_trades 2019-06-16 19:33:48 +02:00
Matthias c7643e142b Move load_trades to bt_anlaysis 2019-06-16 19:33:48 +02:00
Matthias 9f5ca82f48 Add more tests 2019-06-16 19:33:48 +02:00
Matthias 6db4e05aef Improve plotting tests 2019-06-16 19:33:48 +02:00
Matthias 2891d7cccb Add initial plotting test 2019-06-16 19:33:48 +02:00
Matthias cae2185460 Move generate_plot to plotting.py 2019-06-16 19:33:48 +02:00
Matthias 6347161975 don't use print in plot_dataframe 2019-06-16 19:33:48 +02:00
Matthias b1a01345f9 Add better hover tip 2019-06-16 19:33:48 +02:00
Matthias e0a1e5417f sanity checks before plotting, cleanup 2019-06-16 19:33:48 +02:00
Matthias 6df0b39f81 Cleanup plot_dataframe a bit 2019-06-16 19:33:48 +02:00
Matthias 68af6d4151 Move plot-functions to plotting module 2019-06-16 19:33:48 +02:00
xmatthias 583d70ec9c add plot module proto 2019-06-16 19:33:48 +02:00
Matthias 2369161bb0
Merge pull request #1927 from hroff-1902/list-exchanges-module
list-exchanges subcommand added
2019-06-16 19:25:23 +02:00
Matthias 9035e0b695 Update function due to merge of #1926 2019-06-16 10:39:43 +02:00
Matthias 4ef309bc6c Merge branch 'develop' into pr/hroff-1902/1927 2019-06-16 10:37:28 +02:00
Matthias 114de8a025 Remove unused imports 2019-06-16 10:13:56 +02:00
Matthias 442339cd27 Add tests for utils.py 2019-06-16 10:13:24 +02:00
Matthias e6cab6d710 Move get_args from multiple locations to conftest 2019-06-16 10:13:12 +02:00
Matthias 472e7f80a0 Fix Line too long error 2019-06-15 16:58:17 +02:00
Misagh 2a682f858e
Merge pull request #1935 from freqtrade/update_slack_link
Update slack link since the old one expired
2019-06-15 14:30:31 +02:00
Misagh c43edf98d4
Merge pull request #1934 from freqtrade/edge_override_stake_amount
Edge cli should override stake_amount
2019-06-15 14:28:16 +02:00
Matthias a0415aea83
Merge pull request #1926 from hroff-1902/check-exchange
Enhance check_exchange()
2019-06-15 13:52:30 +02:00
Matthias 4a916125a0 Tests need to pass pair to parse_ticker_dataframe 2019-06-15 13:48:08 +02:00
Matthias 89ff614e1d Add pair as parameter, and warn when fillup was necessary 2019-06-15 13:46:19 +02:00
Matthias 55079831a1 Don't explicitly validate backtest data (it's done while loading now). 2019-06-15 13:45:50 +02:00
Matthias d047a9d836 Adapt tests for new validate_backtest signature 2019-06-15 13:32:05 +02:00
Matthias cd4cf215e1 Convert validate_backtest_data to take dataframe directly 2019-06-15 13:31:27 +02:00
Matthias 01b5ece642 Log missing data filllup if necessary 2019-06-15 13:31:14 +02:00
Matthias 36dd061be7 Update slack link since the old one expired 2019-06-15 13:19:18 +02:00
Matthias a77d75eb43 Check log output since that's whats shown to users 2019-06-15 13:14:07 +02:00
Matthias 707118a636 Test stake changed to unlimited 2019-06-15 13:04:15 +02:00
Misagh ad9dc349e4 edge cli should override stake_amount 2019-06-15 12:20:32 +02:00
hroff-1902 09cd7db9b1 make flake happy 2019-06-14 22:04:29 +03:00
hroff-1902 1af988711b add --one-column as an alias option 2019-06-14 21:59:16 +03:00
hroff-1902 cedd38455f remove configuration from list-exchanges 2019-06-14 21:54:38 +03:00
Matthias 2965931a78
Merge pull request #1893 from hroff-1902/refactor-download-script
refactoring download_backtest_data.py
2019-06-14 20:12:07 +02:00
Matthias 1afe6c1437 Don't run validation per strategy, it's only eneded once 2019-06-14 19:37:54 +02:00
Matthias 3240d4e70e
Merge pull request #1925 from hroff-1902/strategy-advise-logging
debug logging for IStrategy.advise_*()
2019-06-14 19:24:14 +02:00
hroff-1902 941fb4ebbb tests added 2019-06-14 18:40:25 +03:00
hroff-1902 ee113ab8ed log messages aligned 2019-06-14 18:40:02 +03:00
Misagh 24f86e9ff3
Merge pull request #1931 from freqtrade/fix/trailing_stoploss_offset
Fix/trailing stoploss offset
2019-06-14 14:32:32 +02:00
hroff-1902 04ea66c977 fix handling timeframes 2019-06-14 02:58:34 +03:00