PureBytes Links
Trading Reference Links
|
On Wed, 29 Oct 2003 16:44:15 -0500, in Amibroker you wrote:
> th=HHV(C,18)==C;
>
> tl=LLV(C,18)==C;
>
> barhigh=BarsSince(th);
>
> barlow=BarsSince(tl);
>
> Filter=1;
>
> AddColumn(barhigh,"barHigh",1);
>
> AddColumn(barlow,"barLow",1);
>
Thanks, Anthony. Marek's hint was waht I was looking for.
Regards, Thomas
--
Thomas Ludwig
PGP key (RSA) available on request.
Fingerprint: 4356 55FF 3412 277A 9741 1CFA B9A6 7B90
------------------------ 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/
|