TaMacd
MACD's three lines for one candle.
▶Proto definition.proto
message TaMacd { double macd = 1; double signal = 2; double histogram = 3; }
Fields
macd
double
1
MACD line: the fast EMA minus the slow EMA.
signal
double
2
Signal line: an EMA of the MACD line.
histogram
double
3
MACD line minus the signal line.