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

Re: [amibroker] LSMA indicator



PureBytes Links

Trading Reference Links

Hello,

It is also built-in in AmiBroker.
LSMA( close, period ) == LinearReg( Close,  period );

Plot( Close, "price", colorBlack, styleCandle );
Plot( LinearReg( Close, 10 ), "LSMA(10)", colorRed );


similar indicator is time series forecast
Plot( TSF( Close, 10 ), "TSF(10)", colorRed );


Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message ----- 
From: "itzikb_49" <itzikb_49@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, March 06, 2003 4:59 AM
Subject: [amibroker] LSMA indicator


> Hi folks,
> 
> The LSMA (Least Squares Moving Average)is a built-in indicator
> in other trade softwares e.g. Sierra Chart,and placed over price 
> bars.
> Can anybody help me getting the formula for applying it in AB charts.
> 
> Thanks
> itzik
> 
> 
> Send BUG REPORTS to bugs@xxxxxxxxxxxxx
> Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
> 
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ 
> 
> 
>

Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/