declare function hasNoPendingSignal(symbol: string): Promise<boolean>;
Returns true if there is NO active pending signal for the given symbol.
Inverse of hasPendingSignal. Use to guard signal generation logic.
Automatically detects backtest/live mode from execution context.
| Parameter | Description |
|---|---|
symbol |
Trading pair symbol |