PureBytes Links
Trading Reference Links
|
Graham..thanks...looks good for this application (so far at least).
EdM
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> Best to use this as a general rule if you want to find a new high,
or low
>
> NewHigh = H >= ref(HHV(H,y),-1);
>
> NewLow = L <= ref(LLV(L,y),-1);
>
>
> Cheers,
> Graham
> http://groups.msn.com/asxsharetrading
> http://groups.msn.com/fmsaustralia
>
> -----Original Message-----
> From: Yuki Taga [mailto:yukitaga@x...]
> Sent: Wednesday, 10 December 2003 8:52 PM
> To: DIMITRIS TSOKAKIS
> Subject: Re: [amibroker] Re: Connors' Anti Breakout Article (WAS:
Need help)
>
>
> Hi DIMITRIS,
>
> Wednesday, December 10, 2003, 8:51:45 PM, you wrote:
>
> DT> Hey, Yuki, donīt you want NewLows anymore ?? Because NewLow = L
<
> DT> LLV(L,10); never happened [and never will...] Something else
perhaps
> DT> ??
>
> Well, I'm probably the wrong person to give ANY advice, but I
thought I
> would try when I can. ^_^ However . . .
>
> y = 246;
>
> NewHigh = H >= HHV(H,y);
>
> NewLow = L <= LLV(L,y);
>
> is a snippet of code from a chart that I use, and it works just as
intended.
> So I thought this was okay, just substituting 10 for y. Sorry if I
gave bad
> advice. I'll go back in my cave now.
>
> Yuki
>
>
> ------------------------ 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
> --------------------------------------------------------------------
-~->
>
> 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
>
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
------------------------ 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
---------------------------------------------------------------------~->
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
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|