| 
 PureBytes Links 
Trading Reference Links 
 | 
Try something like the code (or elements of it) below:
---8<------------------
{ User input }
MinPts:=Input("Minimum points move",0,10000,10);
{Replace above with code below for exploration}
{MinPts:=10;}
up:=C-Ref(C,-1)>=MinPts;
dw:=Ref(C,-1)-C>=MinPts;
hi:=HighestSince(1,dw,H);
lo:=LowestSince(1,up,L);
{ Plot on price chart }
hi;lo
---8<------------------
jose '-)
http://www.metastocktools.com
--- In equismetastock@xxxxxxxxxxxxxxx, daytraderteam <no_reply@xxxx> 
wrote:
> 
> 
> hello everyone.
> 
> i need to find the last low, or an high >= lastlow +10 points
> The zigzag,peak or though can`t do the job and the use of Mov() is 
> not acceptble in the system.
> also the opposite is needed, "Last" high since the index went down 
> >=10 points
> 
> Any ideas ??
> mark.
------------------------ Yahoo! Groups Sponsor --------------------~--> 
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~-> 
 
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/
<*> 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/
 
 |