UNPKG

@gabriel3615/ta_analysis

Version:

stock ta analysis

4 lines (3 loc) 231 B
import type { Candle } from '../../../types.js'; import type { StructureResult } from './structureTypes.js'; export declare function analyzeMarketStructure(data: Candle[], timeframe: 'weekly' | 'daily' | '1hour'): StructureResult;