PureBytes Links
Trading Reference Links
|
Try this:
---8<-------------
LookbackPeriod:=21;
RecentHigh:=HHV(H,LookbackPeriod);
RecentHighDays:=HHVBars(H,LookbackPeriod);
HiLoDifference:=RecentHigh-L;
HiLoDifference
---8<-------------
jose '-)
--- In Metastockusers@xxxxxxxxxxxxxxx, Mohamed Kamar <mkamar2002@xxxx>
wrote:
> Hi
> Greentings
> I want to write an exploration to do the following:
>
> To calculate number days passed since the recent high
> and the price difference from this high to current low.
>
> Thanks in advance
>
> Kamar
------------------------ Yahoo! Groups Sponsor --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/zMEolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Metastockusers/
<*> To unsubscribe from this group, send an email to:
Metastockusers-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|