mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Fix var name
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user