Need Exploration Formula

#2
Hi p4nger4nku,

Dear all.
How to create exploration for finding stocks with : Price > MA 5 and above MFI 30%.
Thank you.
I presume 'price here you mean closing price', 'MA you mean simple moving average' and MFI is for 14 periods :)

then the formula is

C>Mov(C,5,S) AND MFI(14)>30

If you want it for Exponential moving average, then

C>Mov(C,5,E) AND MFI(14)>30

please be specific with types, values and time periods for which you want a formula for.

If you want is something different, please post again so that I can do something.

regards

purush
 
#3
Hi, Purush.
Thank you for your attention and answer.
Here my explorer, same with your formula :

Column A : Close
Column B : Mov(Close,5,Simple)
Column C : MFI(14)
Filter : (ColA>ColB) AND (ColC>30)

I'll try your formula.
Thanks Purush.


Hi p4nger4nku,



I presume 'price here you mean closing price', 'MA you mean simple moving average' and MFI is for 14 periods :)

then the formula is

C>Mov(C,5,S) AND MFI(14)>30

If you want it for Exponential moving average, then

C>Mov(C,5,E) AND MFI(14)>30

please be specific with types, values and time periods for which you want a formula for.

If you want is something different, please post again so that I can do something.

regards

purush
 

Similar threads