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

RE: [EquisMetaStock Group] Color Indicator Bars ??



PureBytes Links

Trading Reference Links

Just create the custom indicators and make sure they all use the same scale.
Put them in a new inside window in the order in which you want them to
appear.  In other words, if you were using volume, put in the volume
oscillator line first.  If you have a custom indicator that provides a
signal when volume is greater than a certain amount put that in the same
window second.  Color period volume (say green oscillator bars) and your
custom indicator a different color (say red).  Make sure your custom
overlaying indicator is zero when it does not occur and set it to that
periods volume when it does occur.  You wind up with and oscillator that has
a different color bar when your parameter is met.  This works with any
indicator not just oscillators (some require a bit of thought to get them to
work the way you want).

Best,

Larry Carhartt
Index & ETF Component Data
www.MasterDATA.com
lc@xxxxxxxxxxxxxx
818-701-6686



-----Original Message-----
From: murusprimus [mailto:no_reply@xxxxxxxxxxxxxxx] 
Sent: Wednesday, September 15, 2004 4:34 AM
To: equismetastock@xxxxxxxxxxxxxxx
Subject: [EquisMetaStock Group] Color Indicator Bars ??


Some Indicators with vertical lines can be color coded once placed on the
chart, the one below won't allow that.

Is it possible to add code to color individual histogram lines that appear
at 15, 30, 45 and what's the code please.

Thanks. Wallace.

Price Bars

Sn:=Input("Start minute",0,59,0);
Sh:=Input("Start hour" ,0,23,0);
Sd:=Input("Start day" ,1,31,1);
Sm:=Input("Start month" ,1,12,1);
Sy:=Input("Start year" ,1900,2020,2000);
St:=Year()>Sy OR (Year()=Sy AND Month()>Sm) OR
(Year()=Sy AND Month()=Sm AND DayOfMonth()>Sd) OR
(Year()=Sy AND Month()=Sm AND DayOfMonth()=Sd AND Hour()>Sh) OR (Year()=Sy
AND Month()=Sm AND DayOfMonth()=Sd AND Hour()=Sh AND Minute ()>=Sn);

Cum(St)=1 OR Cum(St)=5 OR Cum(St)=10 
OR Cum(St)=15 OR Cum(St)=20 OR Cum(St)=25
OR Cum(St)=30 OR Cum(St)=35 OR Cum(St)=40
OR Cum(St)=45 OR Cum(St)=50 OR Cum(St)=55





 
Yahoo! Groups Links



 





------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~-> 

 
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/