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

Re: [amibroker] ticker list



PureBytes Links

Trading Reference Links


Dear Tomasz
 
Some time time ago I asked you If we couldshow up 
the fullname of the security in an exploration.
You answered that it was not possible since only 
numerical values could be displayed.
 
As you probably know in France and in Europe the 
stocks have a numerical number for the ticker so we mostly use the fullnameto 
recognise our stocks.
 
It should be nice if you could introduce in some of 
your next releases some features that allow us to handle our stocks by their 
fullname instead of the ticker.
 
Regards
Bernard Bourée<A 
href="">bernard@xxxx
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
Tomasz Janeczko 

To: <A title=amibroker@xxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 
Sent: Monday, June 18, 2001 9:59 PM
Subject: Re: [amibroker] ticker 
list

Dear Bernard,
 
Two first columns are predefined and they contain theticker 
name ( this is exactly what name() gives )
and date (when signal occured).
One thing to remember that exploration columns can display 
numbers only (functions returning
strings as name() fullname() could not be used in 
exploration columns)
 
 
filter= cum(1)==lastvalue( cum(1) ); // list only once (for 
last bar)numcolumns =1;  column0=close;
 
Best regards,
Tomasz Janeczko
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
<A title=bbouree@xxxx 
href="">Bernard Bourée 
To: <A 
title=amibroker@xxxxxxxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Monday, June 18, 2001 7:53 
PM
Subject: Re: [amibroker] ticker 
list

Tomasz
 
Thank you for this tip.
 
I have tried to add the fullname() or name() 
but received in return what seems to be the volume ?
 
filter= cum(1)==lastvalue( cum(1) ); // list 
only once (for last bar)numcolumns =2;  
column0=name();column1=close;
Regards
 
 
Bernard Bourée<A 
href="">bbouree@xxxx
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
Tomasz 
Janeczko 
To: <A 
title=amibroker@xxxxxxxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 

Sent: Monday, June 18, 2001 10:31 
AM
Subject: Re: [amibroker] ticker 
list

Hello,
 
There are two ways of getting ticker list:
1. Using a script written in 
JScript/VBscript
2. Using exploration feature, type the following 
formula
in Automatic analysis window:
filter= cum(1)==lastvalue( cum(1) ); // 
list only once (for last bar)numcolumns = 1;  
 
click "explore" and export the file - and you will get 
ticker list in the CSV file.
 
Best regards,
Tomasz Janeczko
<BLOCKQUOTE 
>
----- Original Message ----- 
<DIV 
>From: 
NIck 
Iacovelli 
To: <A 
title=amibroker@xxxxxxxxxxxxxxx 
href="">amibroker@xxxxxxxxxxxxxxx 

Sent: Sunday, June 17, 2001 2:23 
PM
Subject: [amibroker] ticker 
list
Is there any way to read the ticker list that in 
amibroker?i couldn't find it in the 
docsYour use of Yahoo! Groups is subject to the 
Yahoo! Terms of 
Service. Your use of Yahoo! Groups 
is subject to the Yahoo! Terms 
of Service. Your use of Yahoo! Groups 
is subject to the Yahoo! Terms 
of Service. Your 
use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service.