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