MA-Candlesticks
Category: trend, volatility
Renders a candlestick representation where each OHLC value is the Moving Average of the respective price field (Open, High, Low, Close).
Formula
O_i = MA(Open, n), H_i = MA(High, n), L_i = MA(Low, n), C_i = MA(Close, n)
Inputs
- MAPeriod (default: 10)
- MAType (default: MODE_SMA)
See signal primitives and every published strategy that uses MA-Candlesticks on WOBR StrategyVerse.