Calculates standard MACD, signal, and histogram. Defaults: MACD = EMA(12) - EMA(26); signal = EMA(9) of MACD. Full-window formula expects 34 prices to produce one MACD+signal point.
Slice of prices. Must be exactly length 34.
[macd, signal, histogram]
Single-value standard indicators (classic defaults as in trading literature).