PureBytes Links
Trading Reference Links
|
Mark,
Try this:
A1:=mov(close,13,E);
A2:=mov(volume,13,E);
A3:=adx(13);
A1 > ref(A1,-1) and
A2 > ref(A2,-1) and
A3 > ref(A3,-1)
Would be all three at once.
If you want to do each in its own column
A1:=mov(close,13,E);
A1 > ref(A1,-1)
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, markumansky <no_reply@xxx> wrote:
>
> Can any one assist in writing of an explorer that would scan charts
for:
>
> 1) Rising EMA(13) Price; &
> 2) Rising EMA(13) Volume; &
> 3) Rising ADX (13).
>
> Then produce the results?
>
> Thanks for your assistance in advance!!!!!
>
> Mark
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/equismetastock/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:equismetastock-digest@xxxxxxxxxxxxxxx
mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|