declare function getPendingSignal(symbol: string): Promise<IPublicSignalRow>;
Returns the currently active pending signal for the strategy. If no active signal exists, returns null.
Automatically detects backtest/live mode from execution context.
| Parameter | Description |
|---|---|
symbol |
Trading pair symbol |