Req:-Any AFL/ XLS File to Calculate VOLATILITY

#3
Hello Sir!
This AFL, that you are talkikg about, is in 'Indicators' folder in Ami, named 'Volatility (Wilder)'.

The code is simple, and it is based on ATR.
---

_SECTION_BEGIN("Volatility");
Plot( ATR( Param("Periods", 14, 1, 100 ) ), _DEFAULT_NAME(), ParamColor("Color", ColorCycle ) );
_SECTION_END();

---
BR
szach.
 
#4
I have excel file which downloads volatility.I tried to upload here but I got the message "invalid file".May it has macros so can not upload here.