Deployed 124c051 to develop in en with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
github-actions[bot]
2025-04-22 17:09:40 +00:00
parent 60536e8fb7
commit 4bc321c6eb
2 changed files with 6 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1951,6 +1951,11 @@ It's a core concept of freqtrade - and something you'll come across in many sect
<td>Absolute profit (in stake currency) at the time of trade closure.</td>
</tr>
<tr>
<td><code>realized_profit</code></td>
<td>float</td>
<td>Absolute already realized profit (in stake currency) while the trade is still open.</td>
</tr>
<tr>
<td><code>leverage</code></td>
<td>float</td>
<td>Leverage used for this trade - defaults to 1.0 in spot markets.</td>