- Katılım
- 23 Eki 2020
- Mesajlar
- 1,828
----- 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: |
|
Upper BB Hookdown UpperBB:= Mov(C,20,S) +(2*(Std(C,20))); C < UpperBB AND Ref(C,-1) > Ref(UpperBB,-1); |
|
Lower BB Hookup 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 RE: Custom Indicator Color · To: "'metastock@xxxxxxxxxxxxx'" <metastock@xxxxxxxxxxxxx> · Subject: RE: Custom Indicator Color · From: Matt Galletta <mgalletta@xxxxxxxxx> · Date: Thu, 11 May 2000 16:51:14 -0400 · Reply-To: metastock@xxxxxxxxxxxxx · Sender: owner-metastock@xxxxxxxxxxxxx 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 [21210] | |
| |
Source / From: |