UNPKG

qpace

Version:

📊 The Quant SDK for Python and Javascript. Written in Rust.

6 lines • 1.04 kB
export { NodeOhlcv as Ohlcv, NodeOhlcvBar as OhlcvBar, NodeSym as Sym, NodeSymKind as SymKind, NodeCtx as Ctx, NodeCtxSkip as CtxSkip, NodeBacktest as Backtest, NodeSignal as Signal, NodeTimeframe as Timeframe, NodeTrade as Trade, NodeTradeDirection as TradeDirection, NodeTradeEvent as TradeEvent, returns, stdev, variance, mean, sum, f1, recall, precision, accuracy, shortNetProfitPct, longNetProfitPct, grossLossPct, grossProfitPct, netProfitPct, omegaRatioFromReturns, omegaRatio, sortinoRatioFromReturns, sortinoRatio, sharpeRatioFromReturns, sharpeRatio, avgWinLossRatio, avgLosingTrade, avgWinningTrade, avgTrade, winRate, longNetProfitRatio, profitFactor, pnl, expectancyScore, expectancy, orderSizeForEquityPct, orderSize, validateContracts, roundContracts, roundToMinTick, zipOhlcvBars, } from "../../core/pkg_napi"; export { Client, ClientConfig } from "./client"; export declare const VERSION: string; export declare const CORE_VERSION: string; export * as ta from "../../content/node/node/ta"; //# sourceMappingURL=index.d.ts.map