hoeckxer
|
e328182bd7
|
Changed workings so it only needs to timing-parameter, instead of also requiring a boolean value
|
2021-01-12 07:30:39 +01:00 |
|
Matthias
|
b43ef474ad
|
Fix expired candle implementation
Improve and simplify test by passing the current time to the function
|
2021-01-07 07:51:49 +01:00 |
|
hoeckxer
|
573de1cf08
|
Fixed flake8 warnings
|
2021-01-05 15:30:29 +01:00 |
|
hoeckxer
|
e3f3f36298
|
Changes based on review comments
|
2021-01-05 14:49:35 +01:00 |
|
hoeckxer
|
844df96ec7
|
Making changes so the build checks are satisified (imports & flake8)
Signed-off-by: hoeckxer <hawkeyenl@yahoo.com>
|
2021-01-05 07:06:53 +01:00 |
|
hoeckxer
|
614a996597
|
First commit about ignoring expired candle
Signed-off-by: hoeckxer <hawkeyenl@yahoo.com>
|
2021-01-04 20:49:24 +01:00 |
|
Matthias
|
9d5961e224
|
Rename method to custom_stoploss
|
2020-12-20 11:17:50 +01:00 |
|
Matthias
|
277342f167
|
Rename flag to "use_custom_stoposs"
|
2020-12-20 11:12:22 +01:00 |
|
Matthias
|
f8639fe938
|
Add more tests for custom_loss
|
2020-12-19 20:36:19 +01:00 |
|
Matthias
|
5f8610b28f
|
Add explicit test for stop_loss_reached
|
2020-12-19 20:08:03 +01:00 |
|
Matthias
|
ea4238e860
|
cleanup some tests
|
2020-12-19 17:59:49 +01:00 |
|
Matthias
|
d1fda28d2e
|
Fix typehints
|
2020-12-15 20:59:58 +01:00 |
|
Matthias
|
011ba1d9ae
|
Adapt tests to use async methods
|
2020-12-15 20:49:46 +01:00 |
|
Matthias
|
6c913fa617
|
Fix locking - should round before storing to have a consistent picture
|
2020-10-27 08:01:31 +01:00 |
|
Matthias
|
9c54c9a2bf
|
Use correct timezone for tests
|
2020-10-27 07:06:07 +01:00 |
|
Matthias
|
e602ac3406
|
Introduce Pairlocks middleware
|
2020-10-27 07:06:06 +01:00 |
|
Matthias
|
64e680d7ee
|
Document new api method
|
2020-10-20 19:30:00 +02:00 |
|
Matthias
|
e513871fd5
|
Persist pairlocks
closes #3034
|
2020-10-20 19:21:13 +02:00 |
|
Matthias
|
9df366d943
|
Apply isort to tests
|
2020-09-28 19:43:15 +02:00 |
|
Matthias
|
c272944834
|
Lock pair until a new candle arrives
|
2020-08-24 11:09:09 +02:00 |
|
Matthias
|
8b767eedfd
|
Merge branch 'develop' into pr/yazeed/3055
|
2020-08-24 07:21:48 +02:00 |
|
Matthias
|
eef3c01da7
|
Fix function header formatting
|
2020-06-18 19:49:05 +02:00 |
|
Matthias
|
f1993fb2f4
|
Pass analyzed dataframe to get_signal
|
2020-06-18 08:09:52 +02:00 |
|
Matthias
|
f2a778d294
|
Combine tests for empty dataframe
|
2020-06-18 07:03:30 +02:00 |
|
Matthias
|
8b186dbe0e
|
Add additional test scenarios
|
2020-06-18 06:50:06 +02:00 |
|
Matthias
|
c047e48a47
|
Add errorsupression to safe wrapper
|
2020-06-18 06:50:06 +02:00 |
|
Matthias
|
bc821c7c20
|
Add documentation for bot_loop_start
|
2020-06-18 06:50:06 +02:00 |
|
Matthias
|
7da955556d
|
Add test for empty pair case
|
2020-06-18 06:50:06 +02:00 |
|
Matthias
|
55fa514ec9
|
Adapt most tests
|
2020-06-18 06:50:05 +02:00 |
|
Matthias
|
950f358982
|
Replace occurances in test files
|
2020-06-01 20:47:27 +02:00 |
|
Matthias
|
7ea59b6d8e
|
Update comment
(to trigger CI)
|
2020-05-30 09:43:50 +02:00 |
|
Matthias
|
ea5daee505
|
Allow changing severity of strategy-validations to log only.
|
2020-05-29 19:37:18 +02:00 |
|
hroff-1902
|
7b2bb73a12
|
Merge branch 'develop' into verify_date_on_new_candle_on_get_signal
|
2020-05-19 21:34:58 +03:00 |
|
Matthias
|
431b244f43
|
Merge branch 'develop' into interface_ordertimeoutcallback
|
2020-04-19 06:58:44 +02:00 |
|
Matthias
|
d4dde01140
|
Add test
|
2020-04-02 20:23:20 +02:00 |
|
Matthias
|
83cc121b70
|
Add tsts for assert_df (ensuring it raises when it should)
|
2020-03-29 11:44:36 +02:00 |
|
Matthias
|
cd2e738e35
|
Add test for assert error
|
2020-03-29 11:40:13 +02:00 |
|
Matthias
|
0887a0212c
|
Adjust tests to pass validation
|
2020-03-29 11:29:31 +02:00 |
|
Matthias
|
78aa658255
|
Remove unnecessary test (it's a copy of the remaining test)
|
2020-03-29 11:27:40 +02:00 |
|
Matthias
|
a1bbeaa668
|
Merge branch 'develop' into interface_ordertimeoutcallback
|
2020-03-15 14:56:14 +01:00 |
|
Yazeed Al Oyoun
|
d752586b32
|
added test
|
2020-03-11 17:44:03 +01:00 |
|
hroff-1902
|
3208faf7ed
|
Do not use ticker where it's not a ticker
|
2020-03-08 20:47:02 +03:00 |
|
Matthias
|
8cd77b2e27
|
Add some tests for strategy_wrapper
|
2020-02-22 11:55:40 +01:00 |
|
Matthias
|
bf556c8678
|
Merge branch 'develop' into interface_ordertimeoutcallback
|
2020-02-21 20:35:07 +01:00 |
|
hroff-1902
|
bee28a1061
|
Merge pull request #2944 from freqtrade/move_defaultstrategy
Move defaultstrategy
|
2020-02-20 08:52:24 +03:00 |
|
Matthias
|
1634297685
|
Move strategies to test subfolder
|
2020-02-18 20:12:10 +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
|
2816b96650
|
Create strategy_wrapper to call user-defined code with
|
2020-02-06 20:26:04 +01:00 |
|
Matthias
|
32c2ce146e
|
Remove last usage of load_tickerlist
|
2019-12-28 11:01:42 +01:00 |
|
Matthias
|
9835312033
|
Improve pair_lock handling
|
2019-12-22 09:46:00 +01:00 |
|
Matthias
|
0b5354f13d
|
Add required arguments to Trade method
|
2019-12-17 06:58:10 +01:00 |
|
Matthias
|
c48876b196
|
Trades should use timestamps or dates, not indexes
|
2019-10-19 15:21:47 +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 |
|