docs: add has_open_orders to trade object documentation

This commit is contained in:
Matthias
2025-03-03 20:48:25 +01:00
parent ef239b8d0c
commit 7665d3d1f2

View File

@@ -35,6 +35,7 @@ The following attributes / properties are available for each individual trade -
| `trade_direction` | "long" / "short" | Trade direction in text - long or short. |
| `nr_of_successful_entries` | int | Number of successful (filled) entry orders. |
| `nr_of_successful_exits` | int | Number of successful (filled) exit orders. |
| `has_open_orders` | boolean | Has the trade open orders (excluding stoploss orders). |
## Class methods