| 
 PureBytes Links 
Trading Reference Links 
 | 
I don’t think that this can be done in Metastock.
 
You can do this in Amibroker.
 
Lionel
 
  _____  
From: equismetastock@xxxxxxxxxxxxxxx [mailto:equismetastock@xxxxxxxxxxxxxxx]
On Behalf Of Khalid Masood
Sent: Saturday, August 05, 2006 6:57 PM
To: equismetastock@xxxxxxxxxxxxxxx
Subject: [EquisMetaStock Group] Re: Coloring of Indicators
 
--- In equismetastock@ <mailto:equismetastock%40yahoogroups.com>
yahoogroups.com, "Lionel Issen" <lissen@xxx> 
wrote:
>
> You can make a template with the different moving averages in the 
color and
> line width that you want. Look up templates under help. 
> 
> 
> 
> Do you really need multiple moving averages? All you need are 
long, short,
> and intermediate moving averages. The Swedes call these multiple 
moving
> average plots "fishnets". Just as fishnets confuse the fish, these 
plots
> tend to confuse the viewer.
> 
> 
> 
> Hope this helps
Thanks Lionel
I can make a template with the different moving averages in the 
color and line width, but still I desire to know the way of doing 
this job right in coding process. There are other metastock formulas 
posted on this form & when they are pasted into indicator builder, 
they show only one color for indicator,its signal line & 
overbought/oversold levels. I will appreciate if you or someone else 
helps me.
Regards
Khalid Masood 
> 
> 
> 
> Lionel
> 
> 
> 
> _____ 
> 
> From: equismetastock@ <mailto:equismetastock%40yahoogroups.com>
yahoogroups.com 
[mailto:equismetastock@ <mailto:equismetastock%40yahoogroups.com>
yahoogroups.com]
> On Behalf Of Khalid Masood
> Sent: Saturday, August 05, 2006 9:16 AM
> To: equismetastock@ <mailto:equismetastock%40yahoogroups.com>
yahoogroups.com
> Subject: [EquisMetaStock Group] Coloring of Indicators
> 
> 
> 
> I am using multiple moving average for filtering bull, bear & 
> consildation phases. My problen is that I need each moving average 
in 
> different color. Moreover I also want to know code of making 
shortest 
> & longest moving average in bold.
> 
> mov(c,40,s);mov(c,50,s);mov(c,60,s);mov(c,70,s);mov(c,80,s);mov
> (c,90,s);mov(c,100,s);mov(c,110,s);mov(c,120,s);mov(c,130,s);mov
> (c,140,s);mov(c,150,s);mov(c,160,s);mov(c,170,s);mov(c,180,s);mov
> (c,190,s);mov(c,200,s);
> 
> Can anyone help in providing code to make each moving average 
unique 
> color.
> Thanks in advance.
> 
> Dr.Khalid Masood Karim
> 
> 
> 
> 
> 
> [Non-text portions of this message have been removed]
>
 
[Non-text portions of this message have been removed]
 
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/
 
 |