Skip to content

API Reference


API Reference / MultiTimeframeSummary

Interface: MultiTimeframeSummary

Defined in: src/ta/multiTimeframe.ts:27

Properties

meta

meta: { securityId: string; exchangeSegment: string; instrument: string; fromDate: string; toDate: string; } | Record<string, never>

Defined in: src/ta/multiTimeframe.ts:28


perTimeframe

perTimeframe: Partial<Record<TimeframeKey, TimeframeClassification>>

Defined in: src/ta/multiTimeframe.ts:29


summary

summary: object

Defined in: src/ta/multiTimeframe.ts:30

bias

bias: Bias

setup

setup: Setup

confidence

confidence: number

Weighted score in [0, 1]; 1 is unanimously bullish.

rationale

rationale: object

rationale.rsi

rsi: string

rationale.macd

macd: string

rationale.adx

adx: string

rationale.atr

atr: string

trendStrength

trendStrength: TrendStrength

Community project — not affiliated with Dhan. MIT License.