PureBytes Links
Trading Reference Links
|
Ermanno,
You might want to be a little clearer in your example but assuming I
have some idea of what you are wanting you could use BarsSince i.e.
TodaysHigh = HHV(H, BarsSince(DateNum() != Ref(DateNum(), -1)));
If it's after some particular time you want then you could use TimeNum
().
Anyway hopefully you get the idea from this UNTESTED example.
Fred
--- In amibroker@xxxxxxxxxxxxxxx, "Ermanno" <herman.web@xxxx> wrote:
> Hallo,
>
> how can I find the highest/lowest value of an intraday time frame?
>
> For example:
>
> 09:15:00 H = 14
> 09:20:00 H = 16
> 09:25:00 H = 13
>
>
> The highest value I want to use is 16. But the important things is
that I want to find
> the highest of a specific time, sono HHV(h,3) is not enough :-(
>
>
> Thank you very much
> Ermanno
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/uetFAA/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/
|