mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-01 17:43:06 +00:00
Swap default mode to all limit (defaults to how it was before)
This commit is contained in:
@@ -74,7 +74,7 @@ class IStrategy(ABC):
|
||||
order_types: Dict = {
|
||||
'buy': 'limit',
|
||||
'sell': 'limit',
|
||||
'stoploss': 'market'
|
||||
'stoploss': 'limit'
|
||||
}
|
||||
|
||||
# run "populate_indicators" only for new candle
|
||||
|
||||
Reference in New Issue
Block a user