Hi
How to i write the code to allow for different types of moving average to be selected as well as different types on close.
so
ave = “Average type” [p1] (close type)
and do i have to change anything on the variables type to make this work.
Grant
Use
Average[Periods,Type](close) //or HIGH, LOW, RSI.... instead of CLOSE
available types at https://www.prorealcode.com/documentation/average/
Hi
I have been looking for that for a week and somehow did not find that page.
Thanks a million for the help much appreciated.
Grant