PureBytes Links
Trading Reference Links
|
Wallace,
You can use the code that Roy introduced in message 23612. Just
follow those instructions:
http://finance.groups.yahoo.com/group/equismetastock/message/26312
The code for the MA would be:
{Two-Color MA}
A:=Input("Lookback value", 0,100,15);
B:=Mov(CLOSE,A,E);
If(B<C,B,0);
If(B>C,B,0);
{0;}
ValueWhen(1,0=1,0);
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "murusprimus" <sace@xxx>
wrote:
>
> thanks Preston, I'll watch it and see
>
> also, is there such a thing as a 2 color MA ?
> if so and you have the code please post it
>
> Wallace
>
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/
|