Add tests for new naming definitions

This commit is contained in:
Matthias
2022-04-05 20:43:39 +02:00
parent a09637cbe1
commit 8d95e76d26
3 changed files with 25 additions and 16 deletions

View File

@@ -50,6 +50,8 @@ class StrategyTestV2(IStrategy):
'entry': 'gtc',
'exit': 'gtc',
}
# Test legacy use_sell_signal definition
use_sell_signal = False
# By default this strategy does not use Position Adjustments
position_adjustment_enable = False