Skip to content

API Reference


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?

optional detail?: string

Defined in: src/backtest/types.ts:61

Community project — not affiliated with Dhan. MIT License.