PureBytes Links
Trading Reference Links
|
--- In equismetastock@xxxxxxxxxxxxxxx, "spectro2xxx"
<spectro2xxx@xxxx> wrote:
> what should i do to put two moving averages in an indicator? i've
> tried many ways but at the end it doesn't show the result of opt of
> the second ma and it says it has mistakes
See example:
fast:=Mov(C,14,E);
slow:=Mov(C,28,E);
fast;
slow;
Another problem arrives - how does MetaStock allow me to paint them
in different colors?
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|