PureBytes Links
Trading Reference Links
|
Umesh,
You will need to color by right clicking on the bars and changing
them trough the properties but basically your formula is:
Red:=c<ref(c,-1);
Green:=c>ref(c,-1);
Red; Green;
Hope this helps,
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, "Umesh Malhotra"
<mtranscriptionist@xxx> wrote:
>
> hi
>
> i would like to give colors to my moving average red when
>
> c<ref(c,-1)
>
> where close is of moving average.
>
> and green when
>
> C>ref(c,-1)
>
> please help.
>
> thanx
>
------------------------------------
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/
|