ATR |
Top Previous Next |
Keyword Description Average True Range (Wilder) Cllass Indicator Where Legal
Syntax ATR[n] Where n is an integer representing the number of days in the study. Example Sample code COL2 = ATR[15] 'use the original with exponential average -OR- COL2 = ATR[1] 'use with simple average COL3 = SMA[COL2, 15, 0]
|