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.
To reply: http://groups.yahoo.com/group/equismetastock/post?act=reply&messageNum=5650
------------------------------------------------------------------------
Philippe
Try this
{H and L for Yesterday}
ValueWhen(1,Hour()<Ref(Hour(),-1),
HighestSince(2,Hour()<Ref(Hour(),-1),H));
ValueWhen(1,Hour()<Ref(Hour(),-1),
LowestSince(2,Hour()<Ref(Hour(),-1),L));
Roy
> I would like to continuously show the previous day high and low on a 5 mn
> chart.
>
> Does anybody know how ?
>
>
> Thanks a lot
>
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|