[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Metastockusers] Multi-colored Volume Bars



PureBytes Links

Trading Reference Links

Dave

> I thought I read somewhere that it is possible to have the Volume
> bars be multicolored (Green for up days and Red for down days).  Is
> this true?  No matter where I search I can't seem to find any way how
> to achieve this.
>
> Any help would be appreciated.

Create this indicator, drop it into the appropriate chart window then change the colour and style of
each plot. Save as your new default template once you're happy with the result.

Roy

 {Coloured Volume}
Red:=(C<Ref(C,-1))*V;
Green:=(C>Ref(C,-1))*V;
Yellow:=(C=Ref(C,-1))*V;
Red;
Green;
Yellow;



To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxx

 

Yahoo! Groups Links

To visit your group on the web, go to:
 http://groups.yahoo.com/group/Metastockusers/

To unsubscribe from this group, send an email to:
 Metastockusers-unsubscribe@xxxxxxxxxxxxxxx

Your use of Yahoo! Groups is subject to:
 http://docs.yahoo.com/info/terms/