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

RE: Custom Indicator Color



PureBytes Links

Trading Reference Links

Jim,

I believe this is something that can be done using an Expert. I don't know the mechanics of attaching the expert to each security - if that's something you have to do manually or if the expert can be attached each time you open a chart - but this sounds like something you could accomplish with the Expert feature.

Matthew Galletta

-----Original Message-----
From:	Glen Wallace [SMTP:gcwallace@xxxxxxxx]
Sent:	Thursday, May 11, 2000 10:20 AM
To:	MetaStock listserver
Subject:	Re: Custom Indicator Color


With apologies to Henry Ford, "you can predefine any colour you want as
long as it's red."  :)


----- Original Message -----
From: <Wooglinx@xxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Thursday, May 11, 2000 5:53 AM
Subject: Custom Indicator Color

> I use the following indicators to show the price reversal of Bollinger Band
> penetration:
>
> Name: Upper BB Hookdown
> Formula:
>
> UpperBB:= Mov(C,20,S) +(2*(Std(C,20)));
> C < UpperBB AND Ref(C,-1)  >  Ref(UpperBB,-1);
>
>
> Name: Lower BB Hookup
> Formula:
>
> LowerBB:= Mov(C,20,S) -(2*(Std(C,20)));
> C > LowerBB AND Ref(C,-1)  <  Ref(LowerBB,-1);
>
>
> Question: Is there a way I can predefine the color for each of these
> indicators so that when the indicator is selected the color will
> automatically appear.
>
> Thanks,
>
> Jim Barone

Attachment Converted: "f:\eudora\attach\RE Custom Indicator Color"