PureBytes Links
Trading Reference Links
|
Hi,
Any help on this question ?
Thanks,
Singh
--- In amibroker@xxxxxxxxxxxxxxx, "ssingh_01803" <ssingh_01803@xxxx>
wrote:
> Hi,
> I would like to plot the relative strenth of "otc-c" with respect
> to "SP-CP". I'm using the following code but it seems to always
plot
> the relative strength of the current symbol and not "otc-c". is
> SetForeign() is not supposed to set the current symbol ?
>
> SetForeign("otc-c");
> Plot( RelStrength("SP-CP"),"Relative Strength", -8 );
> RestorePriceArrays();
>
> Is there any better way to do this ?
>
> Thanks,
> Singh
------------------------ 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/
|