Rank: Advanced Member
  Groups: Registered, Registered Users, Subscribers Joined: 10/29/2004(UTC) Posts: 1,394 Location: Glastonbury, CT
  Was thanked: 3 time(s) in 3 post(s)
  
 
     | 
    
        
            
	      
                Plot this in it's own window
Per1:=Input("length of lookback",1,100,14);
Per2:=Input("length of SH",1,100,5);
Per3:=Input("length of SL",1,100,5);
SH:=Max(Ref(H,-Per2),H);
SL:=Min(Ref(L,-Per3),L);
A:=((HHV(SH,Per1)-C)/(HHV(SH,Per1)-LLV(SL,Per1)))*-100;
A; 
            
  
         
     | 
    | 
         
             
     | 
    
         
            
         
     | 
    | 
        
     | 
        
        
        
    
                           
    
| Users browsing this topic | 
| 
 
Guest (Hidden) 
 | 
    
        Forum Jump
         
    
    You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.