PureBytes Links
Trading Reference Links
|
Ed,
It was a part from another code, you donīt need it at all and the
result will not change if you delete it.
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, "E Winters" <e.winters1@xxxx> wrote:
> 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
> ----- Original Message -----
> From: Dimitris Tsokakis
> To: 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: Dimitris Tsokakis
> To: 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@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 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 Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
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/
|