hroff-1902
|
bee28a1061
|
Merge pull request #2944 from freqtrade/move_defaultstrategy
Move defaultstrategy
|
2020-02-20 08:52:24 +03:00 |
|
Matthias
|
a7342bd910
|
Fix non-existing strategy loading
|
2020-02-19 19:42:04 +01:00 |
|
Matthias
|
09d89fbfb3
|
Fix last test
|
2020-02-19 07:15:55 +01:00 |
|
Matthias
|
6335d81ceb
|
Merge branch 'develop' into data_handler
|
2020-02-16 15:12:14 +01:00 |
|
hroff-1902
|
4f3376e2a1
|
Do not instantiate directly DefaultStrategy in tests
|
2020-02-12 01:39:15 +03:00 |
|
Matthias
|
83644ce5d8
|
Fix mypy type errors in tests
|
2020-02-10 10:35:48 +01:00 |
|
Matthias
|
1b9af9d2d8
|
Merge branch 'develop' into data_handler
|
2020-01-26 20:31:13 +01:00 |
|
Matthias
|
f347e5934a
|
Small adjustments for moved commands
|
2020-01-26 13:46:01 +01:00 |
|
hroff-1902
|
52f0ed5310
|
Adjust tests
|
2020-01-25 12:49:37 +01:00 |
|
Matthias
|
fc2970f41b
|
Merge branch 'develop' into data_handler
|
2020-01-21 06:58:48 +01:00 |
|
Matthias
|
8cc48cf4b0
|
Fix tests where mocks fail now
|
2020-01-02 09:31:53 +01:00 |
|
Matthias
|
10ee23622a
|
Extract tests for backtest_reports to their own test module
|
2020-01-02 09:31:53 +01:00 |
|
Matthias
|
904e1647e1
|
Extract generate_text_table_strategy to seperate module
|
2020-01-02 09:31:53 +01:00 |
|
Matthias
|
caec345c0b
|
Extract generate_text_table_sell_reason from backtesting class
|
2020-01-02 09:31:53 +01:00 |
|
Matthias
|
18a53f4467
|
Extract generate_text_table from backtesting class
|
2020-01-02 09:31:47 +01:00 |
|
Matthias
|
699c0d6bc3
|
Merge branch 'develop' into data_handler
|
2019-12-30 19:40:43 +01:00 |
|
Matthias
|
1ffda29fd2
|
Adjust improts to new exception location
|
2019-12-30 15:02:17 +01:00 |
|
Matthias
|
6860491189
|
Rename datahandler module to history module
Also move previous history.py into this module - so everything is
bundled
|
2019-12-28 11:01:42 +01:00 |
|
Matthias
|
5479c67178
|
Clean up some codes which use list-based tests
|
2019-12-28 11:01:41 +01:00 |
|
Matthias
|
80dbba1280
|
Remove unnecessary mocks
|
2019-12-28 11:01:41 +01:00 |
|
Matthias
|
a2567bea64
|
Remove unnecessary mock
|
2019-12-28 11:01:41 +01:00 |
|
Matthias
|
e4f185f357
|
Remove 'line' from load_cached_data tests
Users are unable to use line anyway, it's only there for tests
|
2019-12-28 11:01:41 +01:00 |
|
Matthias
|
e5aed098b5
|
Enhance backtest results with sell reason profit / loss table
|
2019-12-25 09:39:29 +01:00 |
|
hroff-1902
|
cf4c3642ce
|
Minor improvements in data.history
|
2019-12-18 01:06:03 +03:00 |
|
hroff-1902
|
60f89c8c01
|
Split refresh from load_data/load_pair_history
|
2019-12-17 13:43:42 +03:00 |
|
Matthias
|
054484ad73
|
load_pair_history should not return None, but an empty dataframe if no
data is found
|
2019-12-04 06:57:44 +01: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
|
6f01d7f8ea
|
Merge branch 'develop' into feat/new_args_system
|
2019-11-03 10:09:49 +01:00 |
|
Matthias
|
dac88c6aed
|
extract Find parallel trades per interval
|
2019-10-30 13:35:55 +01:00 |
|
Matthias
|
a368646745
|
Merge branch 'develop' into feat/new_args_system
|
2019-10-29 19:33:56 +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
|
f3cfe147b5
|
Merge branch 'develop' into feat/new_args_system
|
2019-10-20 19:32:34 +02:00 |
|
Matthias
|
c48876b196
|
Trades should use timestamps or dates, not indexes
|
2019-10-19 15:21:47 +02: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
|
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
|
03add90c94
|
Adjust some tests to new call-method
|
2019-09-29 16:17:20 +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 |
|
Matthias
|
5e654620b7
|
Use available indicators in tests where possible
|
2019-09-13 19:56:06 +02:00 |
|
Matthias
|
3430850421
|
don't print in tests
|
2019-09-08 19:47:16 +02:00 |
|
Matthias
|
26d76cdb19
|
Adjust imports in tests to new path
|
2019-09-08 19:05:23 +02:00 |
|
Matthias
|
65a516e229
|
Move tests out of freqtrade module
|
2019-09-08 19:05:22 +02:00 |
|