UNPKG

stock-indicator

Version:

Stock Indicator Library

6 lines (5 loc) 183 B
import { TMixed } from "../common"; export declare function BRAR(CLOSE: number[], HIGH: number[], LOW: number[], OPEN: number[], N?: number): { BR: TMixed[]; AR: TMixed[]; };