Metastock Formula

#1
Hi All,

I need some help with a small Metastock issue.

I need to do a Horizontal shift of "-1" on a moving average, I am loading 15 bars into an explore routine, but I need the moving average of the first 14 bars and the code is below, so if anyone can help please reply.

Mov(VOLUME,15,SIMPLE)

((VOLUME - Mov(VOLUME,15,SIMPLE)) /
Mov(VOLUME,15,SIMPLE)) * 100

Thanks very much
 

Similar threads