PureBytes Links
Trading Reference Links
|
Dimitris,
Your code is very nice, but I don't understand the
purpose of the variable OUT=C. Please, what can this be used
for?
Regards,
Ed
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Dimitris
Tsokakis
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Monday, January 19, 2004 2:36
AM
Subject: [amibroker] Fw: A technical
question
Keltner theory was presented some 40 years ago.
As for the invH&S, it is very close now to confirm the
target.
[The Nikkei futures have already penetrated the target
line]
Dimitris Tsokakis
----- Original Message -----
From: <A
title=tsokakis@xxxxxxxxx href="">Dimitris
Tsokakis
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Thursday, January 15, 2004 11:00 AM
Subject: A technical question
The ^N225 recent statistics [since May2003] have the next
candle inside the TEMA-Keltner bands, after a red candle.Shall we see a
bulish pivot in the next 1-2 bars ?Dimitris Tsokakis
MaxGraph =
7;KUP=TEMA((H+L+C)/3,10)+TEMA(H-L,10);KDOWN=TEMA((H+L+C)/3,10)-TEMA(H-L,10);Graph1
= KUP;Graph0 =
Close;Graph2=TEMA((H+L+C)/3,10);Graph2Style=1;Graph3
=KDOWN;Graph0BarColor=1;Graph2BarColor=2;Graph3BarColor=2;Graph1BarColor=2;OUT=C;GraphXSpace=0.5;Graph4=0.95*C;Graph4Style=2;Graph4BarColor=0;Graph0Style=64;Graph0BarColor=IIf(C<kdown,4,IIf(C>=kdown
AND C<=kup,1,5));Title=Name()+" , D-SUPPORT="+WriteVal(kdown,1.2)+" ,
D-RESISTANCE="+WriteVal(kup,1.2);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
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
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.
|