API Reference / SkippedSignal
Interface: SkippedSignal
Defined in: src/backtest/types.ts:57
Properties
index
index:
number
Defined in: src/backtest/types.ts:59
The bar index the strategy made this decision on, not the (missed) fill bar.
reason
reason:
SkipReason
Defined in: src/backtest/types.ts:60
detail?
optionaldetail?:string
Defined in: src/backtest/types.ts:61