PureBytes Links
Trading Reference Links
|
Hi Dimitris,
I want to apologise if I offended you. I meant nothing of the sort. I also
am not US located. By simple english I meant non-afl, for you it is plain
sailing whereas I have to do some deciphering in order to start
understanding what a code means.
Again "anything worth copying" was meant from my local point of view. At
this stage I only trade local stocks since the commission for the U.S.
stocks is way too high for my trading, ($50 round turn). If on top of this I
have to look for liquid stocks, my population is less than a hundred.
Thanks for the URL, I 'll give it some serious study, that's what I meant by
'worth copying'. Again no offence meant.
The very best,
Herbert
---- Original Message -----
From: "DIMITRIS TSOKAKIS" <TSOKAKIS@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, January 15, 2004 12:14 PM
Subject: [amibroker] Re: A technical question
> Herbert,
> This was a variation of the Keltner channels [using TEMA instead of
> EMA], the original is placed at
> http://www.amibroker.com/library/detail.php?id=43
> comment 3.
>
> "simple concise english"
> Sorry, english is not my native language.
> I hope my AFL is "simple" and concise...
>
>
> "if there's anything worth copying "
> You know better.
> Dimitris Tsokakis
> BTW, any reply to the question [technical or not] will be much
> appreciated.
> --- In amibroker@xxxxxxxxxxxxxxx, Herbert Elstein <herty@xxxx> wrote:
> > 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
> > ----- Original Message -----
> > From: Dimitris Tsokakis
> > To: 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@xxxx
> > Send SUGGESTIONS to suggest@xxxx
> > -----------------------------------------
> > 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
> >
> > a.. To visit your group on the web, go to:
> > http://groups.yahoo.com/group/amibroker/
> >
> > b.. To unsubscribe from this group, send an email to:
> > amibroker-unsubscribe@xxxxxxxxxxxxxxx
> >
> > c.. Your use of Yahoo! Groups is subject to the 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:
> http://docs.yahoo.com/info/terms/
>
>
>
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:
http://docs.yahoo.com/info/terms/
|