[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Count function?



PureBytes Links

Trading Reference Links

Hi Dimitri,

I thought that all the functions have sc before except typ mp and wc
but count was an old plugin and I have forgotten it...

I'll check all the plugin and send them in one zip

stephane


> Stephane,
> Is it possible to add an "SC" [or whatever you like] in front of 
your 
> functions to avoid confusions ?
> We all know that Amibroker gives ...more than you pay, but some 
users 
> begin to search for ...secret functions and some others think that 
> creating artificial composite tickers is equivalent to 
create "new" 
> functions .
> As far as I remember it was a Tomasz suggestion two weeks ago.
> Can you do something to enjoy without confusion your great work ?
> Dimitris Tsokakis
> --- In amibroker@xxxx, "nenapacwanfr" <nenapacwanfr@xxxx> wrote:
> > Owen & All,
> > 
> > I have found it, there is a count function in Indicator.dll
> > I remove it and add the new dll in the files immediately
> > 
> > stephane
> > 
> > > 
> > > 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.