Bruce Thanks I will try this out
Thanks for the help.
|
I have been trying to write a PCF Indicator that will give me a true reading when the exponetial avg of the (H+L+C)/3 for a period of 12 crosses up threw a Moving VWAP with a 24 Period?
Here is what I have.
((H+L+C)/3 > (((C*V+C1*V1+C2*V2+C3*V3+C4*V4+C5*V5+C6*V6+C7*V7+C8*V8+C9*V9+C10*V10+C11*V11+
C12*V12+C13*V13+C14*V14+C15*V15+C16*V16+C17*V17+C18*V18+C19*V19+C20*V20+
C21*V21+C22*V22+C23*V23)/AVGV24)/24)
For this to work correctly I need the Frist part ((H+L+C)/3 to be an Exponital AVG of 12 Periods.
I Have tried to use XAVG(H+L+C)/3 12 for this but get and error.
Can anyone tell me how to fix this.
Thanks for any help
|