PureBytes Links
Trading Reference Links
|
I don't believe you can access color directly. However, you should be
able to access the event/state that underlies the color. Often people
color code volmume for up, down, unchanged. While you can't access
the color, you can access:
If (C>ref(C,-1),V,0);{green}
Ron
--- In equismetastock@xxxxxxxxxxxxxxx, "Carl van Heerden" <cj.vh@xxx>
wrote:
>
> Is there a way to reference the color of a bar in a formula? E.g.
> something like;
> if barcolor=green, then.....
> else if barcolor=red, then.....?
>
> Thanks
>
> Carl
>
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/
|