Commit Graph

57 Commits

Author SHA1 Message Date
hroff-1902 d6b587678e Adjust test 2019-12-01 17:44:14 +03:00
hroff-1902 8f9b5095b5 Fix some tests 2019-11-27 22:52:43 +03:00
hroff-1902 1b645d64c8
Merge pull request #2538 from freqtrade/strategy_template
new-strategy / new-hyperopt - from templates
2019-11-24 15:21:23 +03:00
hroff-1902 6cb4830534 Testcase added 2019-11-23 12:30:49 +03:00
hroff-1902 067267f4cf Log messages improved (plural/singular) 2019-11-23 12:20:41 +03:00
hroff-1902 99db53417c Tests adjusted 2019-11-23 12:00:43 +03:00
Matthias 084efc98d7 Address test-failures due to file moves 2019-11-21 06:32:45 +01:00
Matthias 9b050523e9
Merge pull request #2397 from freqtrade/feat/new_args_system
require subcommand for all actions
2019-11-14 06:28:42 +01:00
Matthias c449e39280 Replace more occurances of ticker_interval 2019-11-12 15:13:06 +01:00
Matthias e4bdb92521 Replace some occurances of ticker_interval with timeframe 2019-11-12 15:13:06 +01:00
Matthias ca77dbe8da Fix UnicodeError in hyperopt output 2019-11-06 19:33:15 +01:00
Matthias 1e44f93c31 Fix pandas access warning 2019-11-03 10:58:31 +01:00
Matthias 6f01d7f8ea Merge branch 'develop' into feat/new_args_system 2019-11-03 10:09:49 +01:00
Matthias 80ad37ad93 Updated plot_indicators test 2019-11-02 14:17:15 +01:00
Matthias dac88c6aed extract Find parallel trades per interval 2019-10-30 13:35:55 +01:00
Matthias 0c3a8ddfb9 Merge branch 'develop' into feat/new_args_system 2019-10-30 11:12:27 +01:00
Matthias 6fe7b13e37 Replace coins in whitelist with existing ones 2019-10-30 09:26:08 +01:00
Matthias a368646745 Merge branch 'develop' into feat/new_args_system 2019-10-29 19:33:56 +01:00
Matthias 132a4da7cf Small style fixes and adjusted tests 2019-10-27 10:56:38 +01:00
Matthias 2ba388074e Fix small bugs 2019-10-27 09:44:56 +01:00
Matthias 6382a4cd04 Implement startup-period to default-strategy 2019-10-27 09:44:56 +01:00
Matthias 704121c197 Move most logic to history 2019-10-27 09:44:56 +01:00
Matthias 1c503f39b2 Handle some merge aftermaths 2019-10-21 06:38:30 +02:00
Matthias f3cfe147b5 Merge branch 'develop' into feat/new_args_system 2019-10-20 19:32:34 +02:00
hroff-1902 4f17511fdc
Merge pull request #2393 from freqtrade/remove_timeframe
Remove non-date based timeframe selection
2019-10-19 22:05:44 +03:00
Matthias c48876b196 Trades should use timestamps or dates, not indexes 2019-10-19 15:21:47 +02:00
hroff-1902 4ec83a2c24 DefaultHyperOpts --> DefaultHyperOpt; hyperopts --> hyperopt where it's not correct 2019-10-18 23:29:19 +03:00
Matthias 89283ef486 Rename --custom-hyperopt to --hyperopt 2019-10-14 19:42:28 +02:00
hroff-1902 08e6d8a780 Rollback defaulting to DefaultHyperOptLoss 2019-10-11 23:33:22 +03:00
Matthias 85c4546333
Merge pull request #2343 from hroff-1902/move-experimental
Move experimental settings to ask_strategy
2019-10-10 16:08:11 +02:00
hroff-1902 c4105436eb Disable defaulting to DefaultHyperOpts and DefaultHyperOptLoss 2019-10-10 04:37:32 +03:00
hroff-1902 2ec8376af9
Merge pull request #2342 from freqtrade/fix/negativeroi
Don't have backtest sells outside of a candle
2019-10-08 11:19:34 +03:00
hroff-1902 057ab1b7a6 Remove unnecessary comments 2019-10-08 00:50:47 +03:00
Matthias 22733e44bf Add tests for --fee 2019-10-05 15:34:31 +02:00
hroff-1902 9b23376415 Move experimental settings to ask_strategy 2019-10-05 13:29:59 +03:00
Matthias 9b98e608e6 Add testcase for negative ROI after certain period 2019-10-05 10:52:57 +02:00
Matthias 885edc9768 Allow multiple ROI in detail-backtest tests 2019-10-05 10:52:49 +02:00
Matthias 52523bcd8b Use strategy child parser 2019-09-29 19:18:52 +02:00
Matthias 09f18d07b0 Adjust some hyperopt tests 2019-09-29 16:17:20 +02:00
Matthias db3b974479 Fix calling sequence 2019-09-29 16:17:20 +02:00
Matthias 03add90c94 Adjust some tests to new call-method 2019-09-29 16:17:20 +02:00
Matthias ed10048394
Merge pull request #2308 from hroff-1902/hyperopt-config
Allow use of config in custom hyperopt methods
2019-09-28 10:36:46 +02:00
Matthias 42b5a0977e fix failing test 2019-09-28 10:14:38 +02:00
Matthias e9de088209 Add import-fails code as a fixture 2019-09-25 11:55:24 +02:00
Matthias 27cc73f47e Dynamically import hyperopt modules 2019-09-25 11:40:34 +02:00
Matthias 313091eb1c some more refresh_pairs cleanups 2019-09-20 20:22:51 +02:00
Matthias e66fa1cec6 Adjust tests to not use --refresh-pairs 2019-09-20 20:16:12 +02:00
hroff-1902 50b4563912 Tests adjusted 2019-09-18 22:57:37 +03:00
hroff-1902 c3e19507bf
Merge pull request #2268 from gaugau3000/hyperopt_test_use_case
Hyperopt test use case
2019-09-18 01:01:41 +03:00
hroff-1902 e9a75e57b8 test adjusted 2019-09-16 21:53:19 +03:00