Matthias
29efe75a6f
Update hyperoptable strategy to use V3 interface
4 years ago
froggleston
22b9805e47
Fix all tests
4 years ago
robcaulk
5c4014ee62
Change default value of process_only_new_candles to True since False is an uncommon usecase for expert strategy devs
4 years ago
Matthias
9bb0f1f675
Move legacy strategy to "broken strats" folder
4 years ago
Matthias
ec2582a4ae
Update tests to no longer use Strategy V1
4 years ago
Matthias
8d95e76d26
Add tests for new naming definitions
4 years ago
Matthias
4897731030
use_sell_signal -> use_exit_signal
4 years ago
Matthias
bba9629a2a
Rename sell_profit_only to exit_profit_only
4 years ago
Matthias
6f1b14c013
Update buy_timeout and sell_timeout methods
4 years ago
Matthias
b1e3ead88b
Merge branch 'develop' into feat/short
4 years ago
Matthias
aceaa3faec
remove last ticker_interval compatibility shim
4 years ago
Matthias
eb08b92180
Raise exception when ticker_interval is set.
4 years ago
Matthias
b044dd2c45
Update custom_sell to custom_exit
4 years ago
Matthias
fe62a71f4c
Simplify implementation of "check_override" by extracting it to function
4 years ago
Matthias
6946203a7c
Add tests and test-strategies for custom "implements" requirements
4 years ago
Matthias
9460fd8d75
Add Appropriate test for loading error
4 years ago
Matthias
efc313b28b
Merge pull request #6512 from freqtrade/short_order_types
...
Short order types renamal
4 years ago
Matthias
20fc9459f2
Add test for can_short strategy attribute
4 years ago
Matthias
5d4386f037
Implement order_types validation
4 years ago
Matthias
3ff261e22c
Update order time in force to use entry/exit wording
4 years ago
Matthias
c094ac5762
Merge branch 'develop' into feat/short
5 years ago
Simon Ebner
f7926083ca
Clean up unclosed file handles
...
Close all file handles that are left dangling to avoid warnings such as
```
ResourceWarning: unclosed file <_io.TextIOWrapper
name='...' mode='r' encoding='UTF-8'> params = json_load(filename.open('r'))
```
5 years ago
Matthias
a0ef89d910
Also support column-transition for V1 strategies
5 years ago
Matthias
0e13d57e57
Update advise_* methods to entry/exit
5 years ago
Matthias
c791b95405
Use new TestStrategy (V3) by default in tests
5 years ago
Matthias
7a5c7e7020
Update some tests to use StrategyV3
5 years ago
Matthias
4b5cd891cd
Add V3 test strategy
5 years ago
Sam Germain
778f0d9d0a
Merged feat/short into lev-strat
5 years ago
Rokas Kupstys
1fdb656334
Add a decorator which can be used to declare populate_indicators() functions for informative pairs.
5 years ago
Matthias
ca44d2e092
Merge branch 'feat/short' into pr/samgermain/5378
5 years ago
Matthias
5184cc7749
Merge branch 'develop' into feat/short
5 years ago
Matthias
6d96b11279
Rename DefaultStrategy
5 years ago
Matthias
fbf8eb4526
Rename test-legacy strategy
5 years ago
Matthias
6b93c71d15
Small refactorings, use only enter_long columns
5 years ago
Matthias
11bd8e912e
Fix some tests
5 years ago
Sam Germain
0afeb269ad
Removed unnecessary TODOs
5 years ago
Sam Germain
8644449c33
Removed changes from tests/strategy/strats that hyperopted short parameters, because these are supposed to be legacy tests
5 years ago
Sam Germain
5ca3f49cb5
merged with feat/short after feat/short added styling and comment changes PR
5 years ago
Sam Germain
092780df9d
condensed strategy methods down to 2
5 years ago
Sam Germain
d4a7d2d444
Added short and exit_short to strategy
5 years ago
Sam Germain
e2d5299116
Name changes for strategy
5 years ago
Matthias
0235868c66
Update tests for new config structure
5 years ago
Matthias
fb4dd6c2ac
Update test to cover this scenario
5 years ago
Matthias
71e2134694
Add some simple tests for hyperoptParameters
5 years ago
Matthias
22d64553c9
Rename test file
5 years ago