PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Jayson--thanks for your quick code...
but--I
created a new indictor by copy&paste, but when i Insert it, i get a new
panel and i just get a candlestick chart--no channels. I must be doing
something wrong.
<FONT face=Arial color=#0000ff
size=2>
AND i
would like to insert this channel, into the same Price chart where i have my
trendlines, Fibs, etc. How do i do that--along with other
Indicators??
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>thanks,
<FONT face=Arial color=#0000ff
size=2>ron
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Tahoma
size=2>-----Original Message-----From: Jayson
[mailto:jcasavant@xxxxxxxxxxx]Sent: Friday, February 27, 2004 6:51
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: RE: [amibroker]
Linda Bradford Raschke´s Keltner Channel
<FONT face=Arial color=#0000ff
size=2>Reni.
per
your description....
Regards,
Jayson
<FONT
color=#282828 size=2>
top=<FONT
color=#0000ff>EMA(<FONT
size=2>C<FONT
size=2>,20)<FONT
size=2>+(ATR<FONT
size=2>(10)*<FONT
size=2>2<FONT face=Arial
color=#0000ff>);
bot=<FONT
color=#0000ff>EMA(<FONT
size=2>C<FONT
size=2>,20)-<FONT
size=2>(ATR(<FONT
size=2>10)*2<FONT
size=2>)<FONT face=Arial
color=#0000ff>;<FONT
color=#0000ff size=2>
Plot<FONT color=#282828
size=2>(C<FONT
color=#282828 size=2>,"c"<FONT
color=#282828 size=2>,4<FONT
color=#282828 size=2>,64<FONT
color=#282828 size=2>);<FONT
color=#0000ff size=2>
Plot<FONT color=#282828
size=2>(top,"Top"<FONT color=#282828
size=2>,colorLightGrey<FONT
face=Arial>,<FONT color=#ff00ff
size=2>1<FONT
face=Arial>);
Plot<FONT color=#282828
size=2>(bot,"Bott"<FONT color=#282828
size=2>,colorLightGrey<FONT
face=Arial>,<FONT color=#ff00ff
size=2>1<FONT
face=Arial>);
GraphXSpace<FONT
face=Arial size=2>=5<FONT face=Arial
color=#282828 size=2>;
<FONT face=Arial color=#282828
size=2>
<FONT face=Arial color=#282828
size=2>
<FONT face=Tahoma
size=2>-----Original Message-----From: renilange
[mailto:reni.lange@xxxxxxxx]Sent: Friday, February 27, 2004 9:31
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
Linda Bradford Raschke´s Keltner ChannelLinda
Bradford Raschke modified the Keltner Channel to use an ATR of 10
periods.The calculation for Keltner Channel, based on ATR, is as follows:
For the top or Plus Band, the ATR is calculated over 10 periods,
doubled and added to a 20 period exponential moving averageFor the
bottom or Minus Band, the ATR is calculated over 10 periods, doubles and
subtracted from a 20 period exponential moving average Can any AFL
"specialist" program that ?This should give good
signal. Reni.Send BUG REPORTS
to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Send BUG REPORTS to bugs@xxxxxxxxxxxxxSend
SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|