| 
 PureBytes Links 
Trading Reference Links 
 | 
Hi again (sorry for all the messages), I forgot something.  I don't only want to get the % of a slope, but rather how smooth it is.  I want a smooth slope from a high point. Do you know how to do this?
 Thanks, Louis 2008/9/4 Ara Kaloustian  <ara1@xxxxxxxxxx>
    
            
 Try this: 
  
HHV(Var,period);   // find value of 
highest high 
HHVBars(Var,period); // Find number of bars - 
distance from HHV to current bar 
%slope = ((Highest high - currentclose) / Highest 
high) / number of bars * 100; 
  
You may choose to define slope in a different way, 
but this is the basic structure 
  
A 
  ----- Original Message -----  
  
  
   Sent: Thursday, September 04, 2008 9:34 
  AM 
  Subject: Re: [amibroker] How to calculate 
  a slope % with Rsquared without a loop? 
  
  
  Hi, Thanks for your response.  I should have said I 
  want to calculate a slope from a high point; I'd like to get a smooth slope 
  from a HHV... How would you do that? Thanks a lot! Louis
   2008/9/4 Ara Kaloustian  <ara1@xxxxxxxxxx>
  
    
    
    
    
    
    %slope = (variable - Ref(Variable,-x) ) / 
    Ref(Variable,-x) * 100; 
    
    
    
    
      ----- 
      Original Message -----  
      
      
      Sent: 
      Thursday, September 04, 2008 9:20 AM 
      Subject: 
      [amibroker] How to calculate a slope % with Rsquared without a loop? 
      
  
      Hi,
  I was wondering how to calculate the % of a slope 
      without doing any loop.  Anybody has any 
      idea?
  Thanks,
  Louis
             
 
       
    
    
	
	 
	
	
	
	
	
	
	
	
  
__._,_.___
  
Please note that this group is for discussion between users only. 
 
To get support from AmiBroker please send an e-mail directly to  
SUPPORT {at} amibroker.com 
 
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: 
http://www.amibroker.com/devlog/ 
 
For other support material please check also: 
http://www.amibroker.com/support.html 
  
     
  
 
      
   
__,_._,___
  |