declare function getPositionEstimateMinutes(symbol: string): Promise<number>;
Returns the original estimated duration for the current pending signal.
Reflects minuteEstimatedTime as set in the signal DTO — the maximum
number of minutes the position is expected to be active before time_expired.
Returns null if no pending signal exists.
| Parameter | Description |
|---|---|
symbol |
Trading pair symbol |