PureBytes Links
Trading Reference Links
|
I think it is in the trailingstop.dll
1.POWERSAR
The standard SAR has one acceleration factor 0.02 and one max factor
0.2
The powerSAR has two accelerations factors and one maxmum factor.
One acceleration for Long and one for short, see the difference with
Plot( scPowersar(0.02,0.01,0.2) ,"",4,8+16);
Plot( SAR(0.02,0.2) ,"",8,8+16);
The plugin takes 3 parameters:
First is LONG acc factor
Second is SHORT acc factor
Third is MAX
Powersar( LONG acc factor, SHORT acc factor, MAX)
--- In amibroker@xxxxxxxxxxxxxxx, "pcwinch" <pcwinch@xxxx> wrote:
> Gentlmen and Ladies,
>
> Could someone point me to where the PoerSAR is. It was not in the
AFL library, at least unless it is called something different.
>
> Thanks
>
> Peter
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
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|