[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [EquisMetaStock Group] NR7



PureBytes Links

Trading Reference Links

yea : tacking gaps into account ;

k1:=max(max(h-l,h-ref(c,-1)),max(h-l,ref(c,-1)-l);
k2:=if((k1<=ref(k1,-1)) and (ref(k1,-1)<=ref(k1,-2))
and (ref(k1,-2)<=ref(k1,-3)),1,0);
k2;

btw, i beleive it's better to look for a big
candlestick with the following set up (i may still
have the formula somewhere, will try to lok up for it
in th mean time it may have looked like this):

k1:=min(h-c,h-o);  
k2:=min(c-l,o-l); 
k3:=if(abs(o-c)>=3*(k1+k2),1,0);
k4:=max(max(h-l,h-ref(c,-1)),max(h-l,ref(c,-1)-l);
k5:=if( (abs(o-c)>ref(k4,-1)) and
(abs(o-c)>ref(k4,-2)) and (abs(o-c)>ref(k4,-3)) and
(abs(o-c)>ref(k4,-4)) and (abs(o-c)>ref(k4,-5)),1,0);
k6:=if((h>hhv(h,13) or (l<llv(l,13)),1,0);
k7:=if((v/(h-l))>(mov(v,5,s)/mov(k4,5,s)),1,0);
k8:=if(k3=1 and k5=1 and k6=1 and k7=1,1,0);
k8;




--- netfin <netfin@xxxxxxxxx> wrote:
> I am trying to run an exploration for NR7 (narrowest
> range for the 
> last 7 days) and I came up with this formula:
> If(abs(h,l)<ref(abs(h-l),-1) and
> abs(h-l)<ref(abs(h-l),-2,....abs(h,l)
> <ref(abs(h-l),--7),1,0). Any thoughts or
> improvements on it?
> Thank you
> luca
> 
> 


__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs Online - Over 14,500 titles.
No Late Fees & Free Shipping.
Try Netflix for FREE!
http://us.click.yahoo.com/Tq9otC/XP.FAA/3jkFAA/BefplB/TM
---------------------------------------------------------------------~->

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/