Showing 1-20 of 172 packages
OHLCV Candlestick converter and batcher with Typescript support
AI agents focused on processing ohlcv data structures.
Technical analysis library in javascript. Calculates indicators and overlays from ohlcv data
Resample (inter-convert) trade, ticks or OHLCV data to different time frames, includes CLI
A JavaScript library featuring optimized trading indicators for OHLCV arrays [{open, high, low, close, value}]. This library is optimized for backtesting and trading bot development.
Aggregates ohlcv values into coarse grain intervals
Financial technical analysis library in TypeScript. Calculates indicators and overlays from OHLCV data.
sample OHLCV candles for AAPL from late 2022
ohlcv工具
A lightweight and performance based OHLCV data manager
n8n node to fetch OHLCV data from crypto exchanges and MetaTrader (forex/commodities like Gold XAU/USD)
constant-memory rolling data structure for OHLCV candles
This MCP server provides access to financial data from Alpha Vantage. It includes tools to retrieve OHLCV data, dividend data, and ETF holdings.
Technical analysis library in javascript. Calculates indicators and overlays from ohlcv data
Get last 24 hours OHLCV(open, high, low, close, volume) of all pairs.
OHLCV indicator, adds info about recent highs/lows above/below the current price
Professional financial charting library built on Apache ECharts with candlestick charts, technical indicators, and interactive drawing tools
Core type definitions for the Monaco protocol. This package provides TypeScript types and interfaces used throughout the Monaco ecosystem, focusing on SDK configuration, vault operations, trading operations, market data, and contract management.
sample OHLCV candles for VVIX from late 2022
Quickly calculate moving volume-weighted average prices [aka VWAP or MVWAP] from a stream of OHLCV candles. Uses prefix sums and static 'rolling' arrays for efficiency.