PureBytes Links
Trading Reference Links
|
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group. Please use this
page to reply.
<SPAN
class=611532216-27012003>This will get you the highest high on the 5
min bars for the regular trading session (assuming you are on EST -- note
9:35 is the first 5 min bar that prints) any time during the
day:
<SPAN
class=611532216-27012003>
<FONT face=Arial color=#0000ff
size=2>HighestSince(1,Hour()*100+Minute()=<SPAN
class=611532216-27012003>935,H)
It
simply says to return the highest high since the last time it was
9:35.
<FONT face=Arial color=#0000ff
size=2>
Good
Trading,
<FONT face=Arial color=#0000ff
size=2>
Joe
J.
<FONT face=Tahoma
size=2>-----Original Message-----From: lseldin
<larry@xxxxxxxxxx> [mailto:larry@xxxxxxxxxx]Sent: Monday,
January 27, 2003 7:17 AMTo:
equismetastock@xxxxxxxxxxxxxxxSubject: [EquisMetaStock Group] Using
HighestHigh Value function to retrieve high of current
day.I want to use intra day data with 5 minute
bars.I understand that the syntax of Highest High Value is:
hhv(Data Array, Periods)1) I am trying to create an Explorer that when
using intra day data for 5 minute bars, will find stocks at their highest
value for the current day.For example, for End Of Day data, hhv(C,
1), I think will find the highest value of yesterday (1 period). However,
this is with End of day data. I am using intra day data. So if I use 5
minute bars. How can I use the Explorer to find a stock at its highest
value of the current day. With out having to hard-code a specific fixed
period for intra day data.2) So I guess I need a dynamic value for
period that will show how many periods are in the current day.3)
If this won't work. Can someone give me another way to use the Explorer to
find stocks at their highest value of the current day?Thanks
much,larry@xxxxxxxxxxTo
unsubscribe from this group, send an email
to:equismetastock-unsubscribe@xxxxxxxxxxxxxxxYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|