mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Fix var name
This commit is contained in:
parent
3a7e41e177
commit
242247be47
|
@ -281,7 +281,7 @@ class FtRestClient():
|
|||
"side": side,
|
||||
}
|
||||
if price:
|
||||
params['price'] = price
|
||||
data['price'] = price
|
||||
return self._post("forceenter", data=data)
|
||||
|
||||
def forceexit(self, tradeid, ordertype=None, amount=None):
|
||||
|
|
Loading…
Reference in New Issue
Block a user