Indicators - MACD, Moving Average Convergence/DivergenceFind more information on MACD on MrSwing.com macd Returns the value of the MACD line. fast - the period for the fast EMA (defaults to 12) slow - the period for the slow EMA (defaults to 26) daysAgo - by default the calculations are done using the date specified in the filter definition, but optionally another parameter can be added to move the starting date a number of days relative to the specified date
macd_signal Returns the value of the MACD signal line, which is a (usually) 9 period EMA of MACD line. fast - the period for the fast EMA (defaults to 12) slow - the period for the slow EMA (defaults to 26) signal - the period for the signal EMA daysAgo - by default the calculations are done using the date specified in the filter definition, but optionally another parameter can be added to move the starting date a number of days relative to the specified date
macd_histogram Returns the value of the MACD histogram, which is the difference between MACD and signal. fast - the period for the fast EMA (defaults to 12) slow - the period for the slow EMA (defaults to 26) signal - the period for the signal EMA daysAgo - by default the calculations are done using the date specified in the filter definition, but optionally another parameter can be added to move the starting date a number of days relative to the specified date
|
