| 
 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.
 
I have a problem with a few of my indicators having 
zero defaults when I open a chart or change from say daily to 
weekly.
 I have tried to fix it by adding  
+0.0001  ( to a line/all lines) but the results are the 
same 
 
for example this is the Bressert Double Stoc, 
5,10,& 15  combined which some may not have.
 
<FONT face=Arial 
size=2>                 
 
P1:=Mov(((C-LLV(L,5))/(HHV(H,5)-LLV(L,5)))*100,3,E)+.0001;                  
P2:=Mov(((C-LLV(L,10))/(HHV(H,10)-LLV(L,10)))                 
*100,3,E)+.0001;                  
P3:=Mov(((C-LLV(L,15))/(HHV(H,15)-LLV(L,15)))                  
*100,3,E)+.0001;                  
P4:=Mov(((C-LLV(L,20))/(HHV(H,20)-LLV(L,20)))                   
*100,3,E)+.0001;                  
A1:=Mov(((P1-LLV(P1,5))/(HHV(P1,5)-LLV(P1,5)))                 
*100,3,E)+.0001;                  
A2:=Mov(((P2-LLV(P2,10))/(HHV(P2,10)-LLV(P2,10)))*100,3,E)+.0001;                  
A3:=Mov(((P3-LLV(P3,15))/(HHV(P3,15)-LLV(P3,15)))*100,3,E)+.0001;                  
A4:=Mov(((P4-LLV(P4,20))/(HHV(P4,20)-LLV(P4,20)))*100,3,E)+.0001;                  
A1;A2;{A3;}A4;    ( i remarked  out the 20 
line)
  
  as you can see, + 0.001 
everywhere.   I started with 1 line and kept adding another but 
no change to the zero defaults.
 
I split it up into individual  
indicators  for  5,10,15 --  applied them separately and it seems to 
be ok, but a lot of hassles setting up each chart.
I read somewhere the reason for Zero defaults is 
because I have faulty data(holes in it ) , probably true,  but aside from 
getting a new data supplier, I had the impression the  +.001 would 
"workaround" the problem.
 
could I have some advice please on how to 
correct the problem.
 
thanks    
Keith  
 
 
Yahoo! Groups Sponsor
<font face=arial
size=-2>ADVERTISEMENT<img src="http://ad.doubleclick.net/ad/N879.ameritrade.yahoo/B1054521.11;sz=300x250;adc=ZHS;ord=1035921182?" alt="" width="300" height="250"
border="0">
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.
 |