Skip to content

API Reference


API Reference / ComputeRequest

Interface: ComputeRequest

Defined in: src/ta/TechnicalAnalysis.ts:50

Properties

securityId

securityId: string

Defined in: src/ta/TechnicalAnalysis.ts:51


exchangeSegment

exchangeSegment: string

Defined in: src/ta/TechnicalAnalysis.ts:52


instrument

instrument: string

Defined in: src/ta/TechnicalAnalysis.ts:53


fromDate?

optional fromDate?: string

Defined in: src/ta/TechnicalAnalysis.ts:54


toDate?

optional toDate?: string

Defined in: src/ta/TechnicalAnalysis.ts:55


daysBack?

optional daysBack?: number

Defined in: src/ta/TechnicalAnalysis.ts:57

Trading days of history to pull. Derived from indicator periods if omitted.


intervals?

optional intervals?: number[]

Defined in: src/ta/TechnicalAnalysis.ts:58


oi?

optional oi?: boolean

Defined in: src/ta/TechnicalAnalysis.ts:59

Community project — not affiliated with Dhan. MIT License.