That part I get, how do I add ATC1 through ATC10?
And then what do I do
to create a new variable which holds the % of
stocks for each
catagory?
Like 4P = (ATC1) divided by (Total of ATCs)
--- In amibroker@xxxxxxxxxps.com,
"Ara Kaloustian" <ara1@xxx> wrote:
>
> MM
>
>
ATC are ok to use in AA ... the same way I indicated before ...
> 4UP =
your condition1;
> 5UP = your condition2;
> etc
>
>
if (your condition fir 4UP)
> {
>
ATC1(4Up,"~name1",....)
> }
> //
> if (your condition
fir 5UP)
> {
> ATC2(5Up,"~name2",....)
> }
>
...
> if (condition1 or condition2 or .....)
> {
>
ATCx(1,"~Namex",...); // this will count the total number
of
conditions
> met
> }
>
> ----- Original
Message -----
> From: "marketmonk777"
<RedEyes777@...>
> To: <amibroker@xxxxxxxxxps.com>
>
Sent: Tuesday, October 21, 2008 12:42 AM
> Subject: [amibroker] Re:
Running stats
>
>