I need help w/ a simple formula from metastock . I want to build an indicator that is:
(Mov(C,20,E)-Mov(C,50,E)) / (Mov(C,50,E)) * 100
I also need a horizontal line at the 0 value.
--Please help
(Mov(C,20,E)-Mov(C,50,E)) / (Mov(C,50,E)) * 100
I also need a horizontal line at the 0 value.
--Please help
Comment