Type Alias: MASource
type MASource = "close" | "open" | "high" | "low" | "hl2" | "hlc3" | "ohlc4";
Defined in: types/src/index.ts:265
Price source for a moving average.
type MASource = "close" | "open" | "high" | "low" | "hl2" | "hlc3" | "ohlc4";
Defined in: types/src/index.ts:265
Price source for a moving average.