PureBytes Links
Trading Reference Links
|
A Donchian channel is nothing more than the highest
high and the lowest low
over some number of bars.
Originally it was used with weekly data and the
common period was 4 weeks.
Now it is typically used with daily bars with
channel length different for the
high and low (somewhere around 20).
Input: HighLeng(20),
LowLeng(20);
Vars: HighChan(0),
LowChan(0);
HighChan = Highest(High,HighLeng);
LowChan = Lowest(Low,
Lowleng);
Thereafter things get complicated when you try to
apply
such a simple concept.
Clyde
<BLOCKQUOTE
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
----- Original Message -----
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black">From:
<A title=stockmarketsuccess@xxxxxxxxx
href="mailto:stockmarketsuccess@xxxxxxxxx">SMS
To: <A title=realtraders@xxxxxxxxxxxxxxx
href="mailto:realtraders@xxxxxxxxxxxxxxx">realtraders@xxxxxxxxxxxxxxx
Sent: Monday, October 21, 2002 8:06
AM
Subject: [RT] Donchian Channels??
Does anyone have the code for
Donchian Channels for TradeStation???
Any
help would be great
To
unsubscribe from this group, send an email to:<A
href="mailto:realtraders-unsubscribe@xxxxxxxxxxxxxxx">realtraders-unsubscribe@xxxxxxxxxxxxxxxYour
use of Yahoo! Groups is subject to the <A
href="http://docs.yahoo.com/info/terms/">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
<font face=arial
size=-2>ADVERTISEMENT<img src="http://ad.doubleclick.net/ad/N879.ameritrade.yahoo/B1054521.11;sz=300x250;adc=ZHS;ord=1035207595?" alt="" width="300" height="250"
border="0">
To unsubscribe from this group, send an email to:
realtraders-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|