From 7665d3d1f2c9094b95528b90835a39c89c0ccdf2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 3 Mar 2025 20:48:25 +0100 Subject: [PATCH] docs: add has_open_orders to trade object documentation --- docs/trade-object.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/trade-object.md b/docs/trade-object.md index 8a6e3b1a7..26f5e9131 100644 --- a/docs/trade-object.md +++ b/docs/trade-object.md @@ -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