getPositionActiveMinutes
declare function getPositionActiveMinutes(symbol: string): Promise<number>;
Returns the number of minutes the position has been active since it opened.
Throws if no pending signal exists.
Parameters
| Parameter |
Description |
symbol |
Trading pair symbol |