Hello everyone,
I am creating a price oscillator for the SPX based on Mr Angell formula which is very simple.
((High - Open) + (Close - Low)) / (2 * (High - Low))
(We'll call that formula PO)
So thats done, but now for the indicator to be significant I have to create a 13 period simple moving average of PO. That's when it gets tricky for me, I've tried many ways and I just can't do it.
I dont know any prog language, which is why I use the Wizard. I enclosed the formula I've inputed and if anyone could help do that MA it'll be great.
Thank you
By the way this can be a great indicator for the SP500, please help to know more about it
I am creating a price oscillator for the SPX based on Mr Angell formula which is very simple.
((High - Open) + (Close - Low)) / (2 * (High - Low))
(We'll call that formula PO)
So thats done, but now for the indicator to be significant I have to create a 13 period simple moving average of PO. That's when it gets tricky for me, I've tried many ways and I just can't do it.
I dont know any prog language, which is why I use the Wizard. I enclosed the formula I've inputed and if anyone could help do that MA it'll be great.
Thank you
By the way this can be a great indicator for the SP500, please help to know more about it
Comment