Indicators - Directional Movement Index
adx === Usage: adx(period)[-daysAgo]
Parameters: period - the number of days the functions is calculated for. If this is not specified a default value of 5 is used 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
pdi === Usage: pdi(period)[-daysAgo]
Parameters: period - the number of days the functions is calculated for. If this is not specified a default value of 5 is used 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
mdi === Usage: mdi(period)[-daysAgo]
Parameters: period - the number of days the functions is calculated for. If this is not specified a default value of 5 is used 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
|