| 
 PureBytes Links 
Trading Reference Links 
 | 
use the plot command to plot the LSMA e.g 
 
plot(LSMA25,"LSMA25",colorblack,stylethick); 
 
see the help on plot for more options 
 
HTH 
 
R 
 
 On 12/4/05, traderix2003 <d.adam@xxxxxxx> wrote:
Al, thank you, I need a little more help: I wrote this 
 
Plot(C,"Close",colorWhite,StyleCandle); 
LSMA25= LinearReg(C,25); 
 
Could you please the entire formula? (I´m still a AFL newbee!) 
 
traderix  
 
--- In amibroker@xxxxxxxxxxxxxxx, "amartinod" <amartinod@xxxx> wrote: 
> 
> LSMA25 = LinearReg(C, 25 );  
>   
>   
> Al, 
>   
> -----Message d'origine----- 
> De : amibroker@xxxxxxxxxxxxxxx [mailto:
amibroker@xxxxxxxxxxxxxxx]  
De la 
> part de traderix2003 
> Envoyé : samedi 3 décembre 2005 23:51 
> À : amibroker@xxxxxxxxxxxxxxx 
> Objet : [amibroker] LSMA least square moving average 
>   
> Has anybody the formula for the  LSMA? 
>  
> Thank you  Traderix 
>  
>  
>  
>  
>  
> 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 other support material please check also: 
> http://www.amibroker.com/support.html 
>  
>  
>  
>  
>  
>   _____   
>  
> YAHOO! GROUPS LINKS  
>   
> *          Visit your group "amibroker 
> <http://groups.yahoo.com/group/amibroker> " on the web. 
>    
> *          To unsubscribe from this group, send an email to: 
>  amibroker-unsubscribe@xxxxxxxxxxxxxxx 
> <mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>  
>    
> *          Your use of Yahoo! Groups is subject to the Yahoo! 
> <http://docs.yahoo.com/info/terms/>  Terms of Service.  
>   
>   _____ 
> 
 
 
 
 
 
  
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 other support material please check also: 
http://www.amibroker.com/support.html 
 
  
    
  
  
  
    SPONSORED LINKS
   
       
  
 
  
    
  YAHOO! GROUPS LINKS
 
 
    
    
  
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 other support material please check also: 
http://www.amibroker.com/support.html 
 
  
  
 
  
    
  YAHOO! GROUPS LINKS
 
 
    
 |