PureBytes Links
Trading Reference Links
|
Hi Tomasz,
I am using the Osaka plugin to rank and sort a list of stocks.
>From this, I am trying to create an indicator which will display the
rank of the stock for each bar. I have 200 symbols that I am rankng.
This way I can visually see if it is strengthening relative to the
others while I am looking at the chart and other indicators.
Can I accomplish this with VarSet/VarGet?
regards,
Tom
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <groups@xxx>
wrote:
>
>
> Hello,
>
> Osaka plugin gives ability to use dynamic tables (you already use
it in the code below,
> why should you need anything else).
> You can also use VarGet/VarSet to read/store values to dynamically-
named
> variables that essentially gives you way to implement dynamic
array.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "trb0428" <tombrowne34@xxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Tuesday, January 09, 2007 10:39 PM
> Subject: [amibroker] Are dynamic arrays possible in AB?
>
>
> > Hi,
> >
> > I have a need to create arrays dynamically. Is this possible? I
have
> > tried several ways including the following but without success:
> >
> >
> > for (n = 0; n<= tickers-1; n++)
> > {
> >
> > for( j = period-1; j <= BarCount-1; j++)
> > {
> >
> > ID[j] = osTabGet( n, 2 * j + 2, mytable );
> >
> > }
> > myarray = "ID"+n;
> > myarray = ID;
> > }
> >
> > Tom
> >
> >
> >
> > 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> > http://www.amibroker.com/devlog/
> >
> > For other support material please check also:
> > http://www.amibroker.com/support.html
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.8/621 - Release Date: 1/9/2007 1:37 PM
|