File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff 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. |
You can’t perform that action at this time.
0 commit comments