PureBytes Links
Trading Reference Links
|
If you do not want to change the Categories information for each
industry as I have answered before, then try this
Just continue the if statements to cover all your sectors and sector indices
if( SectorID()==1 ) {indbase = "XEJ";}
else {Indbase = "XAO";}
Plot(C,"close",colorGreen,styleLine);
PlotForeign(Indbase,Indbase,colorBlue,styleLine|styleLeftAxisScale);
On 6/10/05, Dennis And Lisa <dennisandlisa@xxxxxxxxxxxxx> wrote:
> When I select GROUPS > Base indexes for relative strength > and the base
> index....the base index plots just fine against the stock. But this base
> index is applied to all stocks in all industries. What I need done is to
> bring up a stock and have have it's own industry plotted against it on a
> line chart so I can compare how the stock is doing with its respective
> industry without going into the INFORMATION > GROUPS > Base indexes for
> relative strength ... and selecting a base index over and over agin. So,
> evrythime I bring up a stock that belongs to a different industry, I
> need to
> have it's respective industry automatically plottted without other stocks
> that belong to other industries being affected.
>
> Please help,
> Dennis
>
>
>
>
>
> 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
>
>
>
>
>
>
>
>
--
Cheers
Graham
http://e-wire.net.au/~eb_kavan/
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/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/
|