Matthias
|
50b572a657
|
Merge branch 'develop' into strategy_version
|
2019-08-28 19:29:53 +02:00 |
|
Matthias
|
51fbeed71f
|
Rename TestStrategy to SampleStrategy
|
2019-08-27 06:42:10 +02:00 |
|
Matthias
|
0e62b8bd85
|
Update strategy_version to INTERFACE_VERSION
|
2019-08-26 20:16:03 +02:00 |
|
Matthias
|
92011f8294
|
Introduce strategy_version variable
|
2019-08-26 19:44:33 +02:00 |
|
Matthias
|
0a478bc0dc
|
Merge branch 'develop' into align_userdata
|
2019-08-18 15:00:12 +02:00 |
|
Matthias
|
200b6ea10f
|
Add is_pair_locked
|
2019-08-12 19:50:38 +02:00 |
|
Matthias
|
b77c0d2813
|
Replace all "logentry" in caplog_record_tuples
use log_has to have checking log-entries standardized.
|
2019-08-11 20:22:50 +02:00 |
|
Matthias
|
d53f63023a
|
Change log_has to get caplog instead of caplog.record_tuples in more
tests
|
2019-08-11 20:16:52 +02:00 |
|
Matthias
|
383b24ab84
|
Merge branch 'develop' into align_userdata
|
2019-08-05 06:55:51 +02:00 |
|
Matthias
|
2af663dccb
|
rename _analyze_ticker_int to _analyze_ticker_internal
|
2019-08-04 12:55:03 +02:00 |
|
Matthias
|
52d92cba90
|
Split analyze_ticker and _analyze_ticker_int
|
2019-08-04 10:20:31 +02:00 |
|
Matthias
|
333413d298
|
Add default_conf to strategy tests
|
2019-07-28 14:58:06 +02:00 |
|
hroff-1902
|
c2deb1db25
|
eliminate warnings in pytest when testing handling of the deprecated strategy interfaces
|
2019-07-26 14:23:00 +03:00 |
|
Matthias
|
1fea6d394a
|
Import DefaultStrategy from the correct file
|
2019-07-21 19:31:50 +02:00 |
|
Matthias
|
88eb93da52
|
Fix base64 strategy test to make sure strategy was loaded via base64
|
2019-07-21 15:16:19 +02:00 |
|
Matthias
|
5144e98a82
|
Merge pull request #2015 from hroff-1902/refactor/config2
Make configuration a module
|
2019-07-15 19:41:57 +02:00 |
|
Matthias
|
4238ee090d
|
Cleanup some code
after deepcode.ai suggestions
|
2019-07-14 20:05:28 +02:00 |
|
hroff-1902
|
b499e74502
|
minor improvements to resolvers
|
2019-07-12 23:45:49 +03:00 |
|
hroff-1902
|
1bdffcc73b
|
make configuration a sep. module, including arguments
|
2019-07-12 00:49:23 +03:00 |
|
Matthias
|
700bc087d3
|
Merge pull request #1952 from hroff-1902/fix/1948
Fix #1948
|
2019-06-27 19:36:06 +02:00 |
|
hroff-1902
|
6fc6eaf742
|
minor: couple of typos fixed
|
2019-06-26 22:23:16 +03:00 |
|
Matthias
|
a07653a6cc
|
Merge branch 'develop' into fix/validate_dataframe
|
2019-06-24 06:21:08 +02:00 |
|
hroff-1902
|
a8efb1e1c8
|
test for #1948 added
|
2019-06-20 03:26:02 +03:00 |
|
Matthias
|
ba4890d303
|
Fix tests on windows
|
2019-06-17 14:36:58 +02:00 |
|
Matthias
|
4a916125a0
|
Tests need to pass pair to parse_ticker_dataframe
|
2019-06-15 13:48:08 +02:00 |
|
hroff-1902
|
7322a34fa4
|
fix metadata in tests
|
2019-06-11 10:58:19 +03:00 |
|
Matthias
|
d7c63347e1
|
Use kwarg for parse_ticker_dataframe
|
2019-06-09 13:19:01 +02:00 |
|
Matthias
|
2cee716181
|
Gracefully handle pickle-errors when @staticmethod is used
pOinted out in https://github.com/freqtrade/freqtrade-strategies/issues/28
|
2019-04-16 20:25:48 +02:00 |
|
Matthias
|
06f4e627fc
|
Add stake_currency to strategy, fix documentation typo
|
2019-03-23 20:40:07 +01:00 |
|
hroff-1902
|
b87e15774b
|
test adjusted
|
2019-02-13 13:02:57 +03:00 |
|
Samuel Husso
|
e3ae8d3f69
|
flake8 3.7.1 fixes
|
2019-01-31 07:51:03 +02:00 |
|
Matthias
|
74b03d0529
|
Add tests and default values for all experimental features
|
2019-01-24 07:03:41 +01:00 |
|
Matthias
|
9e0902e72f
|
Add test for case for odd ROI dict - #1478
|
2019-01-12 13:38:49 +01:00 |
|
Matthias
|
5e23442032
|
Simplify StrategyResolver by code deduplication
|
2019-01-05 07:20:38 +01:00 |
|
Matthias
|
4599c80e79
|
Add trailing-stop to strategy
|
2019-01-05 07:10:25 +01:00 |
|
Misagh
|
26a77e193e
|
Merge pull request #1454 from freqtrade/feat/interpolate_missing
interpolate missing candles
|
2019-01-04 22:33:53 +01:00 |
|
Matthias
|
1b84aa82eb
|
dont use 55 for regular check as that's a key in the dict
|
2019-01-01 16:54:44 +01:00 |
|
Matthias
|
da6f1a3945
|
Sequence of minroi dict must be irrelevant
|
2019-01-01 16:32:45 +01:00 |
|
Matthias
|
fae875f588
|
Implement missing_data_fillup to tests and operations
|
2018-12-31 19:15:49 +01:00 |
|
Misagh
|
1dbcab0b09
|
Merge pull request #1413 from freqtrade/feat/data_helpers
Feat/data helpers
|
2018-12-17 09:14:10 +01:00 |
|
Matthias
|
b3bb98777b
|
Merge branch 'develop' into time_in_force
|
2018-12-17 06:37:46 +01:00 |
|
Matthias
|
d0c9791ca6
|
Fix tests to support load_data with dataframe
|
2018-12-15 15:38:40 +01:00 |
|
Matthias
|
92c800d925
|
Adjust tests to data.history
|
2018-12-14 06:32:49 +01:00 |
|
Matthias
|
b38195e9b3
|
Rename to converter
|
2018-12-14 06:32:49 +01:00 |
|
Matthias
|
453f62cdfa
|
Adjust imports
|
2018-12-14 06:32:49 +01:00 |
|
Matthias
|
5c3dcf3e2b
|
Test for wrong inputs (empty / none-dataframes) in get_signal
|
2018-12-12 19:35:51 +01:00 |
|
Matthias
|
fe3990af3d
|
Adjust some tests to dataframe passing
|
2018-12-12 19:17:09 +01:00 |
|
misagh
|
adcaa8439e
|
test_strategy_override_order_tif added
|
2018-12-10 19:17:56 +01:00 |
|
Matthias
|
bb828c308f
|
Remove unnecessary test-file
|
2018-12-02 16:03:34 +01:00 |
|
misagh
|
86354ed258
|
conflict resolved
|
2018-11-26 19:08:58 +01:00 |
|