conflict resolved
This commit is contained in:
@@ -32,7 +32,8 @@ class DefaultStrategy(IStrategy):
|
||||
order_types = {
|
||||
'buy': 'limit',
|
||||
'sell': 'limit',
|
||||
'stoploss': 'limit'
|
||||
'stoploss': 'limit',
|
||||
'stoploss_on_exchange': False
|
||||
}
|
||||
|
||||
# Optional time in force for orders
|
||||
|
||||
Reference in New Issue
Block a user