Gaussian Moving Average for Amibroker (AFL)
vishyvishy over 16 years ago Amibroker (AFL)
This is another form of MA that gives less lag and is a lot smoother then the standard moving averages.
Screenshots
You cannot view the code for the following reasons:
- You must be a member.
2 comments
Leave Comment
Please login here to leave a comment.
Very nice.
I recommend removing one of the lines that says…
period=Param(“period”,15,1,40,1);
and changing the other one to allow a little larger period (say 200 or 300) like a MA.
NICE AFL