UNPKG

pricehistory

Version:

Transforms raw OHLCV series data into enriched candles with technical indicators, pattern recognition, and trend analysis.

31 lines 601 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.trendKeys = exports.smaKeys = void 0; exports.smaKeys = [ "priceOpen", "priceHigh", "priceLow", "priceClose", "priceMean", "priceChange", "priceChangePremarket", "priceChangeIntraday", "priceChangeCumulative", "priceRange", "priceRangeDiff", "priceRangeMean", "volume", "volumeValue", "obv", "obvValue", ]; exports.trendKeys = [ "rsi", "ema", "macd", "sma", "signal", "phase", "pressure", ]; //# sourceMappingURL=keys.js.map