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

Re: Suggestion for getbaseindex() function



PureBytes Links

Trading Reference Links

Hello,

Yes I was thinking about this also, but had too little time to add it 
in 4.06.1 but additional argument will appear soon.

Best regards,
Tomasz Janeczko
amibroker.com

--- In amibroker@xxxx, "Listes trading" <listes.trading@xxxx> wrote:
> Hello
> 
> Base indexes are defined in different ways in AB: for markets, for 
groups
> and for industries.
> The new function getbaseindex() returns the ticker of the base index
> corresponding to the group.
> 
> Would it be possible to add an argument to the function so that it 
can
> return any of the index?
> Something like:
> getbaseindex(0) returns base index for market
> getbaseindex(1) returns base index for group
> getbaseindex(2) returns base index for industries
> or by combining with other function: getbaseindex(marketID())
> 
> Waz