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

Targets & Stops



PureBytes Links

Trading Reference Links

<x-html><!DOCTYPE HTML PUBLIC "-//W3C//DTD W3 HTML//EN">
<HTML>
<HEAD>

<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META content='"MSHTML 4.72.3509.100"' name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT color=#000000 size=2>All,</FONT></DIV>
<DIV><FONT color=#000000 size=2>&nbsp;&nbsp;&nbsp;&nbsp; I've constructed my 
STUTCs and set my targets and stops for my open positions.&nbsp; A few people 
asked for them, so I decide to just post them below:</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>&nbsp;AOL&nbsp;&nbsp;&nbsp;&nbsp; Target&nbsp; 
119&nbsp;&nbsp;&nbsp;&nbsp; Stop&nbsp; 91 3/4</FONT></DIV>
<DIV><FONT color=#000000 size=2>&nbsp;CCI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Target&nbsp;&nbsp;&nbsp; 47&nbsp;&nbsp;&nbsp; Stop&nbsp;&nbsp; 34 
3/4</FONT></DIV>
<DIV><FONT color=#000000 size=2>&nbsp; CY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Target&nbsp;&nbsp;&nbsp; 11&nbsp;&nbsp;&nbsp;&nbsp; Stop&nbsp;&nbsp;&nbsp; 7 
3/4</FONT></DIV>
<DIV><FONT color=#000000 size=2>&nbsp;DELL&nbsp;&nbsp;&nbsp; 
Target&nbsp;&nbsp;&nbsp; 68&nbsp;&nbsp;&nbsp; Stop&nbsp;&nbsp; 51 
3/4</FONT></DIV>
<DIV><FONT color=#000000 size=2>EGGS&nbsp;&nbsp;&nbsp; Target&nbsp;&nbsp;&nbsp; 
14&nbsp;&nbsp;&nbsp; Stop&nbsp;&nbsp;&nbsp;&nbsp; 3 3/4</FONT></DIV>
<DIV><FONT color=#000000 size=2>MSFT&nbsp;&nbsp;&nbsp;&nbsp; Target&nbsp; 
114&nbsp;&nbsp;&nbsp; Stop&nbsp;&nbsp; 97 3/4</FONT></DIV>
<DIV><FONT color=#000000 size=2>&nbsp;&nbsp;&nbsp; NR&nbsp;&nbsp;&nbsp;&nbsp; 
Target&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9&nbsp;&nbsp;&nbsp; 
Stop&nbsp;&nbsp;&nbsp;&nbsp; 5 3/4</FONT></DIV>
<DIV><FONT color=#000000 size=2>&nbsp;SCH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Target&nbsp;&nbsp;&nbsp; 59&nbsp;&nbsp;&nbsp; Stop&nbsp;&nbsp; 38 
3/4</FONT></DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2></FONT>&nbsp;</DIV>
<DIV><FONT color=#000000 size=2>JimG</FONT></DIV></BODY></HTML>
</x-html>From ???@??? Sat Oct 17 18:28:53 1998
Received: from 204.246.137.2 (204.246.137.2)
	by mail02.rapidsite.net (RS ver 0.3) with SMTP id 3347
	for <neal@xxxxxxxxxxxxx>; Sat, 17 Oct 1998 21:21:28 -0400 (EDT)
Received: (from majordom@xxxxxxxxx)
	by listserv.equis.com (8.8.7/8.8.7) id SAA31961
	for metastock-outgoing; Sat, 17 Oct 1998 18:21:20 -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 SAA31957
	for <metastock@xxxxxxxxxxxxxxxxxx>; Sat, 17 Oct 1998 18:21:17 -0600
Received: from pm01sm.pmm.mci.net (pm01sm.pmm.mci.net [208.159.126.150])
	by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id SAA09954
	for <metastock@xxxxxxxxxxxxx>; Sat, 17 Oct 1998 18:33:45 -0600 (MDT)
Received: from MCI2000.com (usr11-dialup34.Atlanta.cw.net)
 by PM01SM.PMM.MCI.NET (PMDF V5.1-10 #27033)
 with ESMTP id <0F0Z002FKYFX74@xxxxxxxxxxxxxxxxxx> for metastock@xxxxxxxxxxxxx;
 Sun, 18 Oct 1998 00:24:01 +0000 (GMT)
Date: Sat, 17 Oct 1998 19:25:11 -0500
From: Jan Robert Wolansky <jrwolansky@xxxxxxxxxxx>
Subject: Re: Custom Indicators and Custom Colors
To: metastock@xxxxxxxxxxxxx
Message-id: <36293567.F29FB855@xxxxxxxxxxx>
MIME-version: 1.0
X-Mailer: Mozilla 4.04 [en] (Win95; I)
Content-type: text/plain; charset=iso-8859-1
References: <362f0ae6.12718120@xxxxxxxxxxxxxxxxxx>
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
X-MIME-Autoconverted: from 8bit to quoted-printable by listserv.equis.com id SAB31961
X-Loop-Detect: 1

Chris, you need to set up each indicator as its own custom indicator.
Then you can assign whatever color you want to each indicator.  Then set
up a template by pulling down each custom indicator that you've created
into the same window.

Jan

Christian Baude wrote:

> I would like to use a MACD using different Fast/Slow Moving Averages,
> and different exponential signal lines, eg 6/27 trig 9 days, etc., and
> create a "Triple Screen" of the various MACD.
>
> How can I have different colors for the lines?  MACD and trigers are
> all the same color.
>
> Checked the manual, there is no "custom" color function for individual
> lines.
>
> Tried the following to no avail, all the same color.
>
> MACD (5/35/4) Histogram
>
> period1:=5;
> period2:=35;
> period3:=4;
> (Mov(C,period1,E) - Mov(C,period2,E))-(Mov((Mov(C,period1,E) -
> Mov(C,period2,E)),period3,E))
>
> What am I missing?  Must I actually build each indicator in a window
> frame?
>
> -= Chris ß =-