Merge pull request #6656 from freqtrade/use_sell_signal

Use sell signal -> use_exit_signal
This commit is contained in:
Matthias
2022-04-06 19:46:46 +02:00
committed by GitHub
25 changed files with 216 additions and 156 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