PureBytes Links
Trading Reference Links
|
Hi Dimitris,
Although you've been working and posting for a long
time now on those statistics/systems, would you mind explaining in simple
concise english, what you're trying to accomplish, and if there's anything worth
copying for those who don't trade the N225 or whatever you are
following.
Thanks,
Herbert Elstein
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Dimitris
Tsokakis
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Thursday, January 15, 2004 11:00
AM
Subject: [amibroker] 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 Sponsor
ADVERTISEMENT
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.
|