PureBytes Links
Trading Reference Links
|
Peter,
Thanks. You're right, of course.
I am essentially trying to capture this in my AFL code:
"An intraday high that exceeds the highest close recorded during the
entire buy setup period." (from a Tom DeMark book)
I misinterpreted what this meant, it seems. Any ideas on what this
might mean?
Thanks,
Brian
--- In amibroker@xxxxxxxxxxxxxxx, "PeterJ \(wpq\)"
<pjcwebpagequery@xxxx> wrote:
> Brian
>
> The statement HHV(High,9)<HHV(Close,9) will always be false
because by
> definition H>=C, ie, you cannot have a H lower than a C!!.
>
> Cheers
> PeterJ
>
> -----Original Message-----
> From: Brian [mailto:brian@x...]
> Sent: Tuesday, 4 May 2004 11:27 a
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] AFL Syntax Question #2
>
> I am trying to figure out how to work this logic into my code...
the
> specific line is:
>
> AND HHV(High,9)<HHV(Close,9)...
>
> This looks correct, but it does not work. Any ideas anyone?
THANKS!!!
>
> ~Brian
>
> .......snip........
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/
|