mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
copy/paste corrected
This commit is contained in:
parent
962b02b079
commit
9f26022ce5
|
@ -56,7 +56,7 @@ class TestStrategy(IStrategy):
|
|||
}
|
||||
|
||||
# Optional order time in force
|
||||
order_types = {
|
||||
order_time_in_force = {
|
||||
'buy': 'gtc',
|
||||
'sell': 'gtc'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user