mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 01:53:05 +00:00
Deployed 26ba076 to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -2171,6 +2171,19 @@ to do so, please use the following:</p>
|
||||
<span class="go"> :param limit: Limits trades to the X last trades. Max 500 trades.</span>
|
||||
<span class="go"> :param offset: Offset by this amount of trades.</span>
|
||||
|
||||
<span class="go">list_open_trades_custom_data</span>
|
||||
<span class="go"> Return a dict containing open trades custom-datas</span>
|
||||
|
||||
<span class="go"> :param key: str, optional - Key of the custom-data</span>
|
||||
<span class="go"> :param limit: Limits trades to X trades.</span>
|
||||
<span class="go"> :param offset: Offset by this amount of trades.</span>
|
||||
|
||||
<span class="go">list_custom_data</span>
|
||||
<span class="go"> Return a dict containing custom-datas of a specified trade</span>
|
||||
|
||||
<span class="go"> :param trade_id: int - ID of the trade</span>
|
||||
<span class="go"> :param key: str, optional - Key of the custom-data</span>
|
||||
|
||||
<span class="go">version</span>
|
||||
<span class="go"> Return the version of the bot.</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user