PureBytes Links
Trading Reference Links
|
It
might help if you told what you were trying to do with the stored
data..
<FONT face=Arial color=#0000ff
size=2>
If you
try to cobble an array of any size with the addtocomposite then the performance
might really get bogged down.
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>d
<FONT
face=Tahoma size=2>-----Original Message-----From: Stewart
[mailto:stewart@xxxxxxxxxxxxxxxx] Sent: Tuesday, April 22, 2003
1:29 PMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re:
[amibroker] Subject: Results of Scan/Exploration
but using AddtoComposite(), is there a way
to relate "a row" to a specific ticker?
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Dimitris
Tsokakis
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Tuesday, April 22, 2003 5:56
PM
Subject: [amibroker] Subject: Results
of Scan/Exploration
Suppose we run an exploration for 100
stocksX=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. gifbut,
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 dayand 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,
<FONT face=Arial
size=2>StewartSend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page:
<A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
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 the Yahoo! Terms of Service.
|