I'm trying to get MA of Williams' %. can anybody help me?
- Get Exact value of Stochastic crossover.
- Moving Average
- Does anybody know how to do this?
Suraj Neupane:
I'm trying to get MA of Williams' %. can anybody help me?
how? your question not clear
I'm trying to get MA of Williams' %. can anybody help me?
iWPR
Vasyl Nosal:
iWPR
Irrelevant. The question is how to get a Moving Average of WPR.
iWPR
Alain Verleyen:
Irrelevant. The question is how to get a Moving Average of WPR.
Irrelevant. The question is how to get a Moving Average of WPR.
double wpr_buf[]; ArrayResize(wpr_buf,200); double ma_wpr_buf[]; ArrayResize(ma_wpr_buf,200-ma_period); fot(int i=0;i<ArraySize(wpr_buf);i++) { wpr_buf[i]=iWPR(...); } fot(int i=0;i<ArraySize(ma_wpr_buf);i++) { ma_wpr_buf[i]=iMAOnArray(...,wpr_buf,...,i); }
Alain Verleyen:
Irrelevant. The question is how to get a Moving Average of WPR.
Thank you for your time. That helped.
Irrelevant. The question is how to get a Moving Average of WPR.

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register