PureBytes Links
Trading Reference Links
|
i dont know whats going on but owen stated
(I was just playing with the Indicator Builder and happened
to name a variable "Count." It appeared in blue, so I assume
there is a Count function, which seems to be undocumented.
Can anyone supply info about it?)
that the count text appeared in blue, i wasnt asking for a cum
counter, owens original message states it was in blue, the word
(count) doesnt come up in blue on my formulas,
i thought if the text shows up in blue that there must be a dll or
script written to do this.
yes the cum function can be used as a counter in many various ways.
It doesnt explain why the (count text) appeared in blue.
cheers: john.
--- In amibroker@xxxx, Anthony Faragasso <ajf1111@xxxx> wrote:
> John,
>
> try this explore in AA.
>
> Filter=1;
> AddColumn(Cum(1),"");
>
> AddColumn(Count(),"count");
>
> Anthony
>
> nirvana1x wrote:
>
> > hi owen, i tried stephans formula, it dont come up blue in the
> > code.
> > must be from a dll i have not added.
> > cheers: john.
> >
> > --- In amibroker@xxxx, "Owen Davies" <owen5819@xxxx> wrote:
> > > nirvana1x asked:
> > >
> > > > are you sure it said count as it may be from a script or dll.
> > > > similar to the count in the formula below. but you said in
blue
> > > > whereee as the count here is in red.
> > >
> > > Quite sure. Typed it in myself, not copying anything.
> > > Just intended to use it as a variable name. I think
> > > Stephane found the answer.
> > >
> > > Owen
> >
> >
> > Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
|