UNPKG

shrimpy-node

Version:
11 lines (9 loc) 243 B
import Decimal from "decimal.js"; export interface IDynamicStrategy { isDynamic: true; excludedSymbols: string[]; topAssetCount: number; minPercent: Decimal; maxPercent: Decimal; isEqualWeight: boolean; }