time in force drafted
time in force drafted
This commit is contained in:
parent
59fc67f85b
commit
fb7b65c909
@ -35,6 +35,12 @@ class DefaultStrategy(IStrategy):
|
||||
'stoploss': 'limit'
|
||||
}
|
||||
|
||||
# Optional time in force for orders
|
||||
order_time_in_force = {
|
||||
'buy': 'gtc',
|
||||
'sell': 'gtc',
|
||||
}
|
||||
|
||||
def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
|
||||
"""
|
||||
Adds several different TA indicators to the given DataFrame
|
||||
|
Loading…
Reference in New Issue
Block a user