mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 10:33:08 +00:00
Deployed 1876656 to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -2120,6 +2120,10 @@ to do so, please use the following:</p>
|
||||
<span class="go"> :param pair: Pair to buy (ETH/BTC)</span>
|
||||
<span class="go"> :param side: 'long' or 'short'</span>
|
||||
<span class="go"> :param price: Optional - price to buy</span>
|
||||
<span class="go"> :param order_type: Optional keyword argument - 'limit' or 'market'</span>
|
||||
<span class="go"> :param stake_amount: Optional keyword argument - stake amount (as float)</span>
|
||||
<span class="go"> :param leverage: Optional keyword argument - leverage (as float)</span>
|
||||
<span class="go"> :param enter_tag: Optional keyword argument - entry tag (as string, default: 'force_enter')</span>
|
||||
|
||||
<span class="go">forceexit</span>
|
||||
<span class="go"> Force-exit a trade.</span>
|
||||
@@ -2369,7 +2373,7 @@ All endpoints in the below table need to be prefixed with the base URL of the AP
|
||||
<tr>
|
||||
<td><code>/forceenter</code></td>
|
||||
<td>POST</td>
|
||||
<td>Instantly enters the given pair. Side is optional and is either <code>long</code> or <code>short</code> (default is <code>long</code>). Rate is optional. (<code>force_entry_enable</code> must be set to True)<br/><em>Params:</em><br/>- <code><pair></code> (<code>str</code>)<br/>- <code><side></code> (<code>str</code>)<br/>- <code>[rate]</code> (<code>float</code>)</td>
|
||||
<td>Instantly enters the given pair. Side is optional and is either <code>long</code> or <code>short</code> (default is <code>long</code>). Price, stake amount, entry tag and leverage are optional. Order type is optional and is either <code>market</code> or <code>long</code> (default using the value set in config). (<code>force_entry_enable</code> must be set to True)<br/><em>Params:</em><br/>- <code><pair></code> (<code>str</code>)<br/>- <code><side></code> (<code>str</code>)<br/>- <code>[price]</code> (<code>float</code>)<br/>- <code>[ordertype]</code> (<code>str</code>)<br/>- <code>[stakeamount]</code> (<code>float</code>)<br/>- <code>[entry_tag]</code> (<code>str</code>)<br/>- <code>[leverage]</code> (<code>float</code>)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>/performance</code></td>
|
||||
|
||||
Reference in New Issue
Block a user