PureBytes Links
Trading Reference Links
|
------------------------------------------------------------------------
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group.
To reply: http://groups.yahoo.com/group/equismetastock/post?act=reply&messageNum=6042
------------------------------------------------------------------------
What is a good volume indicator??
How can I do an exploration that shows stocks where Chaikin Money
Flow index is above itīs xxx days/weeks MA?
I tried:
sum(((( C-L ) - ( H-C )) / ( H-L )) * V,21) / sum(V,21) > Mov(sum((((
C-L ) - ( H-C )) / ( H-L )) * V,21) / sum(V,21), 26, E)
but I think that it didnīt work
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|