PureBytes Links
Trading Reference Links
|
Tomasz,
Thanks !
I RTM (read the manual) and came up with
Buy = 1;
Sell = 0;
Filter = Buy;
NumColumns = 3;
Column0 = FullName();
Column0Name = "Fullname";
Column0Format = 50;
Column1 = IndustryID();
Column1Name = "Industry";
Column1Format = 2;
Sorry to trouble you.
Cheers,
Geoff
--- In amibroker@xxxx, "Tomasz Janeczko" <amibroker@xxxx> wrote:
> Hello Geoff,
>
> With version 3.8:
>
> Filter=Cum(1)==LastValue(Cum(1));//only the last bar
>
> AddTextColumn(FullName(),"Full name");
>
> AddColumn( IndustryID(), "Industry ID", 1.0 );
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
>
> ----- Original Message -----
> From: Geoff Mulhall
> To: amibroker@xxxx
> Sent: Friday, December 07, 2001 11:23 AM
> Subject: [amibroker] Exploration - Filter - Help
>
>
> Folks,
>
> Can anyone assist with how I can export the industry number and
full name of a stock into the results of an Explore please ?
>
> Thanks,
>
> Geoff
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
|