PureBytes Links
Trading Reference Links
|
<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2614.3500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>MSK 7.01</FONT></DIV>
<DIV><FONT face=Arial size=2>I would really welcome some help with this
problem.</FONT></DIV>
<DIV><FONT face=Arial size=2>Suppose you had determined the ideal moving average
time period for each individual stock in a list. These stock specific moving
averages can be saved in a chart, and then visually inspected, one at a time,
but so far I have not found a way to do the same thing with an exploration. I
really want to be able to run an exploration on the list and pull up only those
stocks that are doing something special in relation to the moving
average</FONT><FONT face=Arial size=2> specific to that stock.</FONT></DIV>
<DIV><FONT face=Arial size=2>I have a more complex indicator than a moving
average in mind, but haven't yet got passed this bang your head on a wall
problem, so any help at all would be most appreciated.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2>Regards</FONT></DIV>
<DIV><FONT face=Arial size=2>Robert</FONT></DIV></BODY></HTML>
</x-html>From ???@??? Thu May 11 11:12:01 2000
Return-Path: <majordom@xxxxxxxxxxxxxxxxxx>
Received: from listserv.equis.com (listserv.equis.com [204.246.137.2])
by purebytes.com (8.9.3/8.9.3) with ESMTP id IAA27383
for <neal@xxxxxxxxxxxxx>; Thu, 11 May 2000 08:11:41 -0700
Received: (from majordom@xxxxxxxxx)
by listserv.equis.com (8.8.7/8.8.7) id IAA10131
for metastock-outgoing; Thu, 11 May 2000 08:20:47 -0600
X-Authentication-Warning: listserv.equis.com: majordom set sender to owner-metastock@xxxxxxxxxxxxx using -f
Received: from freeze.metastock.com (freeze.metastock.com [204.246.137.5])
by listserv.equis.com (8.8.7/8.8.7) with ESMTP id IAA10128
for <metastock@xxxxxxxxxxxxxxxxxx>; Thu, 11 May 2000 08:20:44 -0600
Received: from mail.rdc2.bc.home.com (ha1.rdc2.bc.wave.home.com [24.2.10.68])
by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id IAA07998
for <metastock@xxxxxxxxxxxxx>; Thu, 11 May 2000 08:37:09 -0600 (MDT)
Received: from gwallace ([24.65.19.97]) by mail.rdc2.bc.home.com
(InterMail vM.4.01.02.17 201-229-119) with SMTP
id <20000511142026.WKTE21087.mail.rdc2.bc.home.com@xxxxxxxx>
for <metastock@xxxxxxxxxxxxx>; Thu, 11 May 2000 07:20:26 -0700
Message-ID: <003c01bfbb54$0c00f6e0$61134118@xxxxxxxxxxxxxxxxxxxxxx>
From: "Glen Wallace" <gcwallace@xxxxxxxx>
To: "MetaStock listserver" <metastock@xxxxxxxxxxxxx>
References: <a5.5b53c3f.264c0753@xxxxxxx>
Subject: Re: Custom Indicator Color
Date: Thu, 11 May 2000 07:19:55 -0700
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6600
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
Status:
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
|