PureBytes Links
Trading Reference Links
|
Paul,
>From Help Files... Foreign( "ticker", "field" )
Use the double quotes.
Dennis
--- In amibroker@xxxxxxxxxxxxxxx, "Paul A." <amibroker@xxxx> wrote:
> T_Close = Foreign(T, Close);
> Short = Cross(SAR(T_Close, 0.005, 0.05), T_Close);
> Cover = Cross(T_Close, SAR(T_Close, 0.005, 0.05));
>
> What is wrong with the above code for backtesting, please? Yes, I
realize
> that SAR is not documented to take a first argument of a ticker, but
then
> how do I tell SAR that I want it to exit from the current stock when a
> _different_ stock crosses the different stock's SAR?
>
> And why am I getting error msgs from the compiler about "T" being
> "uninitialized"? How do I explain to the compiler that I wish to
refer to
> the "foreign" ticker symbol "T"?
>
> Finally, what is wrong with my use of "Short" and "Cover"? I can't
get the
> compiler to accept this usage at all.
>
> Thanks for any help.
>
> -Paul
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
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/
|