Matthias
a9732c6195
Fix odd formatting by ruff format
2 years ago
Matthias
adeb93dc9c
ruff format: update strategy tests
2 years ago
Matthias
35408966f4
Fix remaining user_data leaks
2 years ago
Stefano
ce4f1b0709
fix test after adding new test strategy
3 years ago
Matthias
222ecdecd2
Improve code quality
3 years ago
Matthias
c8ecedf6d5
Clarify a variable via typehint
3 years ago
Antonio Della Fortuna
b0f1d914c8
Changed max_open_trades type to int or inf
3 years ago
Antonio Della Fortuna
f2fa476dc6
max_open_trades should be an integer
...
Max open trades will be always an integer in the strategy (-1 for infinity), but in the config -1 will be parsed as infinity
3 years ago
Antonio Della Fortuna
5fd85368a9
Added support for max_open_trades hyperopting
3 years ago
robcaulk
6ff0e66ddf
ensure strat tests are updated
3 years ago
robcaulk
d1a0874683
merge develop into feat/freqai-rl-dev
4 years ago
Evgeniy Vladimirov
82d75d8914
Fix tests that failed due to new strategy.
4 years ago
Matthias
4a8cb3359b
Fix broken tests
4 years ago
Matthias
9d4ba767c4
Update usages of search_all_objects
4 years ago
robcaulk
ea8e34e192
Merge branch 'develop' into dev-merge-rl
4 years ago
Matthias
32d46e8a6b
Improve fixture naming
4 years ago
robcaulk
d056d766ed
make tests pass
4 years ago
Matthias
104a73025d
Uppercase TimeInForce (align with ccxt)
4 years ago
Matthias
f55d5ffd8c
Don't fail when `--strategy-path` is not a valid directory.
...
closes #7264
4 years ago
robcaulk
eb8bde37c1
Add lightgbm classifier, add classifier check test, fix classifier bug.
4 years ago
Matthias
3273881282
Merge branch 'develop' into feat/freqai
4 years ago
Matthias
2595e40e47
Remove unused test-strategy
4 years ago
robcaulk
e213d0ad55
isolate data_drawer functions from data_kitchen, accommodate tests, add new test
4 years ago
robcaulk
286bd0c40b
follow string for adding a strat to tests/strategy/strats
4 years ago
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