UNPKG

rxjs-trading-signals

Version:

The user - defined operator helps users quickly output index values. base trading-signals library

9 lines (8 loc) 176 B
import { BigSource } from 'big.js'; export interface KLineBaseInterface { id: number; open: BigSource; close: BigSource; low: BigSource; high: BigSource; }