pricehistory
Version:
Series data with technical indicators.
24 lines (23 loc) • 406 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const priceProps = [
"priceOpen",
"priceHigh",
"priceLow",
"priceClose",
"priceMean",
"priceRangeMean",
"vwap",
"ema9",
"ema12",
"ema26",
"sma5",
"sma5Vwap",
"sma10",
"sma10Vwap",
"sma20",
"sma20Vwap",
"sma50",
"sma50Vwap",
];
exports.default = priceProps;