Parameter | Description |
short duration | The time window for the short moving average in seconds. |
long duration | The time window for the long moving average in seconds. |
signal duration | The time window for the signal moving average in seconds. |
Operation | Description |
start | Starts the calculation of MACD. Must be called before the calculator will generate any statistics. |
stop | Stops the calculation of further MACD. Any subsequent input feeds are ignored. |
clear | Clears the current data set. |
Feed | Fields | Description |
data | value | The feed of values. |
Feed | Fields | Description |
macd | value | Spread between long and short duration averages. |
short | Current short moving average. | |
long | Current long moving average. | |
signal | Current value of signal moving average. |