PureBytes Links
Trading Reference Links
|
What do you want to store, the exploration values or the top5 ticker
names [since you speak for "the results..."]?
DT
--- In amibroker@xxxxxxxxxxxxxxx, Stewart <stewart@xxxx> wrote:
> but using AddtoComposite(), is there a way to relate "a row" to a
specific ticker?
> ----- Original Message -----
> From: Dimitris Tsokakis
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Tuesday, April 22, 2003 5:56 PM
> Subject: [amibroker] Subject: Results of Scan/Exploration
>
>
> Suppose we run an exploration for 100 stocks
> X=StochD();
> Filter=1;
> AddColumn(X,"StochD");
> for one day.
> The result is an 100-dimension vector.
> We can save only in 6 fields through AddToComposite() function,
namely C, O, H, L, V, I.
> If we place the first 6 results to each field, we have no place
to save the rest 94 results.
> It is a 100X100 diagonal matrix, as in the att. gif
> but, even if we could, the result would not be an array.
> An array has one numerical value per day. In this case we would
have a set of 100 numerical values per day
> and we would create an 100-dimensional "Hyper array".
> It needs specific imagination to understand the use of this
creature.
> DT
>
> There's no way to store the results of an Exploration to an
array, right?
>
> Thanks,
>
> Stewart
>
>
>
> Yahoo! Groups Sponsor
>
> [AD]
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/AG3JAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|