Skip to content

Commit 124c051

Browse files
committed
docs: add "realized_profit" field to trade object docs
closes freqtrade#11668
1 parent 67bcf38 commit 124c051

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/trade-object.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ The following attributes / properties are available for each individual trade -
2525
| `close_date_utc` | datetime | Timestamp when trade was closed - in UTC. |
2626
| `close_profit` | float | Relative profit at the time of trade closure. `0.01` == 1% |
2727
| `close_profit_abs` | float | Absolute profit (in stake currency) at the time of trade closure. |
28+
| `realized_profit` | float | Absolute already realized profit (in stake currency) while the trade is still open. |
2829
| `leverage` | float | Leverage used for this trade - defaults to 1.0 in spot markets. |
2930
| `enter_tag` | string | Tag provided on entry via the `enter_tag` column in the dataframe. |
3031
| `is_short` | boolean | True for short trades, False otherwise. |

0 commit comments

Comments
 (0)