Page 1 of 1

Prev function

Posted: Thu Jan 21, 2021 5:03 pm
by bsegura
Hello:

Is there a way to make this work in your version of Formula Script using a Metastock PREV function:

haOpen := (ref((O+H+L+C)/4,-1)+ PREV(haOpen,1))/2;

Thanks

Re: Prev function

Posted: Mon Mar 01, 2021 1:36 pm
by nibor200
@bsegura,

Did you find the answer to this question on Prev function.

Thanks,
Ed S.

Re: Prev function

Posted: Sat Mar 06, 2021 10:49 am
by bsegura
Hello

It is my belief that there is no prev function in this version of formula script. I am hopeful that someone can find a solution. There are several other indicators I would like to program that use the Prev function

Thanks
Brian