mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Improve docstring
This commit is contained in:
parent
c5b4d6bced
commit
6ec4907271
|
@ -329,9 +329,9 @@ class FtRestClient:
|
|||
:param side: 'long' or 'short'
|
||||
:param price: Optional - price to buy
|
||||
:param order_type: Optional keyword argument - 'limit' or 'market'
|
||||
:param stake_amount: Optional keyword argument - stake amount (as a float)
|
||||
:param leverage: Optional keyword argument - leverage (as a float)
|
||||
:param enter_tag: Optional keyword argument - entry tag (as a string, default: 'force_enter')
|
||||
:param stake_amount: Optional keyword argument - stake amount (as float)
|
||||
:param leverage: Optional keyword argument - leverage (as float)
|
||||
:param enter_tag: Optional keyword argument - entry tag (as string, default: 'force_enter')
|
||||
:return: json object of the trade
|
||||
"""
|
||||
data = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user