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

Chandelier Exit



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.2014.210" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><SPAN 
class=900480001-24042000>Hi,</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=900480001-24042000></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=900480001-24042000>Below is a 
Chandelier exit based on Chuck Le Beau's articles (web).&nbsp; Barry Marx had 
the original idea of a Chandelier exit resetting and I thank him for his help 
and code.&nbsp; Others on the list have helped with particular bits, 
particularly the lastvalue() idea.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=900480001-24042000></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=900480001-24042000>The only other thing 
I would like to do is to only plot the Chandelier from the day of entry - any 
suggestions would be gratefully accepted.</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=900480001-24042000></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=900480001-24042000>Andrew</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=900480001-24042000></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=900480001-24042000>Chandelier 
Stop</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=900480001-24042000>_____________</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=900480001-24042000></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=900480001-24042000>Day1 := Input("Day 
of Trade",1,31,4);<BR>Month1 := Input("Month of Trade",1,12,1);<BR>Year1 := 
Input("Year of Trade",1900,2400,2000);</SPAN></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=900480001-24042000>ATRDays:=Input("ATR 
Days",1,30,10);<BR>ATRHighMult:=Input("ATR Multiplier From 
High",1,5,3.0);<BR>ATRCloseMult:=Input("ATR Multiplier From 
Close",1,5,2.5);</SPAN></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=900480001-24042000>PdsTrade:=BarsSince(DayOfMonth()=Day1 AND Month()= 
Month1 AND Year()= Year1);</SPAN></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=900480001-24042000>HHVValue:=HHV(H,LastValue(PdsTrade));</SPAN></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=900480001-24042000>{The stop from the 
HHV}<BR>HHVStop:=&nbsp; HHVValue - ATRHighMult*ATR(ATRDays);</SPAN></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=900480001-24042000>{The stop from that 
bar's H}<BR>HighStop:= H - ATRHighMult*ATR(ATRDays);<BR>{The stop from that 
bar's C}<BR>CloseStop:= C - ATRCloseMult*ATR(ATRDays);</SPAN></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=900480001-24042000>{Calculates the 
Highest stop from the H stop or the C stop - Puts the stop at the highest 
stop}<BR>TodaysCalc:= If(HighStop &gt; CloseStop, HighStop, 
CloseStop);</SPAN></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN class=900480001-24042000>{After the H or C 
stop is highest, it compares that to the HHV stop.&nbsp; The stop is then 
calculated on the highest value}<BR>TodaysStop:= If(L &lt;= PREV, TodaysCalc, 
If(HHVStop &lt; PREV, PREV, If(HHVStop 
&gt;<BR>C,PREV,HHVStop)));</SPAN></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=900480001-24042000>TodaysStop;</SPAN></FONT></DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=900480001-24042000></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=900480001-24042000></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><SPAN 
class=900480001-24042000></SPAN></FONT>&nbsp;</DIV></BODY></HTML>
</x-html>From ???@??? Sun Apr 23 19:16:35 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 TAA32280
	for <neal@xxxxxxxxxxxxx>; Sun, 23 Apr 2000 19:16:08 -0700
Received: (from majordom@xxxxxxxxx)
	by listserv.equis.com (8.8.7/8.8.7) id TAA12262
	for metastock-outgoing; Sun, 23 Apr 2000 19:44:29 -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 TAA12258
	for <metastock@xxxxxxxxxxxxxxxxxx>; Sun, 23 Apr 2000 19:44:26 -0600
Received: from smtp1.ihug.co.nz (tk1.ihug.co.nz [203.29.160.13])
	by freeze.metastock.com (8.8.5/8.8.5) with ESMTP id TAA13527
	for <metastock@xxxxxxxxxxxxx>; Sun, 23 Apr 2000 19:57:19 -0600 (MDT)
Received: from p43.nzwide.ihug.co.nz (p43.nzwide.ihug.co.nz [209.79.139.43])
	by smtp1.ihug.co.nz (8.9.3/8.9.3/Debian/GNU) with SMTP id NAA00858
	for <metastock@xxxxxxxxxxxxx>; Mon, 24 Apr 2000 13:40:54 +1200
From: Bill  Sutherland <sutherla@xxxxxxxx>
To: metastock@xxxxxxxxxxxxx
Subject: Re: Volume Moving Average Study
Date: Mon, 24 Apr 2000 13:46:40 +1200
Message-ID: <cd97gs4cfo8hr9n2qc70d27ne2v7ll6luh@xxxxxxx>
References: <20000424003650.77163.qmail@xxxxxxxxxxx>
In-Reply-To: <20000424003650.77163.qmail@xxxxxxxxxxx>
X-Mailer: Forte Agent 1.8/32.548
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by listserv.equis.com id TAA12259
Sender: owner-metastock@xxxxxxxxxxxxx
Precedence: bulk
Reply-To: metastock@xxxxxxxxxxxxx
Status:   

Nicholas

I do  the same as Ian, except that I also copy a complete download
copy on another hard drive, as security against a hard drive failure.

When downloading to a "watchlist" or "topstocks" etc, make sure that
you go to Tools/convert/options/destinations and untick "create new
files".  This avoids dropping the whole download into your carefully
selected lists.   The number of times I have done this..............

Make sure that you retick again before you do your next major
download.

Bill 







On Mon, 24 Apr 2000 10:36:50 EST, you wrote:

>Nicholas,
>I keep about 3,000 securities in a composite folder and update daily but I 
>mainly use two other folders which have about 200 securities in each. These 
>have been copied from the composite folder and consist of "topstocks" and 
>"watchlist". It means I run through the download process 3 times each day 
>but the small folders convert really quickly.
>Explorations are lightning fast and if I ever want to check on a particular 
>security which suddenly looks interesting that's not in the "topstocks" or 
>"watchlist" folder it's there, right up to date in the main composite 
>folder.
>A side benefit is I always have a backup copy of the securities I'm most 
>interested in which has been a blessing a few times.
>Every few months I'll scan through the folders to check on any dormant 
>securities and remove them.
>This works for me.
>
>regards
>Ian
>
>
>>From: "Nicholas Kormanik" <nkormanik@xxxxxxxxxx>
>>Reply-To: metastock@xxxxxxxxxxxxx
>>To: <metastock@xxxxxxxxxxxxx>
>>Subject: Volume Moving Average Study
>>Date: Sat, 22 Apr 2000 17:10:20 -0600
>>
>>
>>The TA aspect I'm presently working on has to do with volume, and is as
>>follows:
>>
>>Of the 7000 or so stocks I have in my MetaStock folders, would it be wise 
>>to
>>*delete* many of these, say 4000 or so, based on 'Average Volume' traded on
>>these stocks?
>>
>>The average volume figure I would be using would be the 100-day moving
>>average volume.  The tentative cut-off level would be 50,000 --- any stock
>>trading less than that based on the 100-day average would get axed.
>>
>>Pros: Explorations will be faster.
>>
>>Cons: Some of those getting axed may suddenly emerge from a dormancy, and
>>since you axed them you'll never get to play these.
>>
>>Any suggestions?
>>
>>Nicholas
>>
>
>________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com