PureBytes Links
Trading Reference Links
|
Thanks very much.
Bill
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> Hello,
>
> First of all SAR needs HIGH, LOW and CLOSE (3 arrays, not one).
>
> If you still think you need to use it you can replace built-in HLC
arrays
> with your own and then call built-in SAR.
>
>
> High = ..your array
> Low = .. your array
> Close = ...your array
> sarfrommyarray = SAR();
>
> RestorePriceArrays();
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "eseward_2000" <eseward_2000@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Friday, September 09, 2005 9:30 PM
> Subject: [amibroker] SAR on RelStrength
>
>
> >I would like to apply the SAR function to a Relative Strength vs
the
> > S&P500 graph (for stocks). Any ideas?
> >
> > Thanks in advance,
> > Bill
> >
> >
> >
> >
> >
> > 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
> >
> >
> >
> >
> >
> >
> >
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a difference. Find and fund world-changing projects at GlobalGiving.
http://us.click.yahoo.com/PcNrnD/PbOLAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
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
<*> 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/
|