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

RE: [amibroker] Subject: Results of Scan/Exploration



PureBytes Links

Trading Reference Links










Are there not 6 arrays you can use OHLCVI

 

 



<font size=3 color=teal
face="Times New Roman">Cheers,
Graham

<font size=2
color="#339966" face="Times New Roman"><font
color="#339966">http://groups.msn.com/ASXShareTrading

<font size=2
color="#339966" face="Times New Roman"><font
color="#339966">http://groups.msn.com/FMSAustralia



<span
>-----Original Message-----
From: Herman vandenBergen
[mailto:psytek@xxxxxxxx] 
Sent: Wednesday, 23 April 2003
10:08 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: RE: [amibroker] Subject:
Results of Scan/Exploration

<font size=3
face="Times New Roman"> 



<font size=2
color=blue face=Arial>Using array subscripts you can put any kind of data into a array: 





<font size=2
color=blue face=Arial>    Data[0] = YourParameter1;





<font size=2
color=blue face=Arial>    Data[1] = Your{arameter2;





<font size=2
color=blue face=Arial>YourParameter could also use subscripts...





<font size=3
face="Times New Roman"> 





<font size=2
color=blue face=Arial>When you want to save the data into a stock-specific array you use
the Atc, some thing like this for the Explorer:





<font size=3
face="Times New Roman"> 





<font size=2
color=blue face=Arial>AddToComposite(Data,"~"+Name()+"-Data","X",1|2|4|16);
// Use in Explorer, Data here refers to the array you filed using subscripts.
This array will be of length equal to number of bars in the current stock - a
bit of over-kill - but this means you can put a ton of data into a Composite (5
fields: OHLCV). The great thing is that this information remains on Disk for
re-use at any time from any program, use
Foreign("~"+Name()+"-Data","X"); here X can be
any of OHLCV. 





<font size=3
face="Times New Roman"> 





<font size=2
color=blue face=Arial>You can save system calibration data for automatic recall. You
cannot save text in a Composite however you can save
Status("StockNum"), this is an ordinal number pointing to your stock
in your group (it changes as you change groups!!).





<font size=3
face="Times New Roman"> 





<font size=2
color=blue face=Arial>Best regards,





<font size=2
color=blue face=Arial>Herman





<font size=3
face="Times New Roman"> 





<font size=3
face="Times New Roman"> 





<font size=3
face="Times New Roman"> 





<font size=3
face="Times New Roman"> 





-----Original Message-----
From: Stewart
[mailto:stewart@xxxxxxxxxxxxxxxx]
Sent: April 22, 2003 10:29 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: Re: [amibroker] Subject:
Results of Scan/Exploration



<span
>but using AddtoComposite(), is
there a way to relate "a row" to a specific ticker?







<span
>----- Original Message ----- 





<font
size=2 face=Arial>From: <a href=""
title="TSOKAKIS@xxxxxxxxx">Dimitris Tsokakis 





<span
>To:<font
size=2 face=Arial> <a
href="" title="amibroker@xxxxxxxxxxxxxxx">amibroker@xxxxxxxxxxxxxxx






<span
>Sent:<font
size=2 face=Arial> Tuesday,
April 22, 2003 5:56 PM





<span
>Subject:<font
size=2 face=Arial> [amibroker]
Subject: Results of Scan/Exploration





<font size=3
face="Times New Roman"> 





<font size=2
face="Times New Roman">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





<font size=3
face="Times New Roman"> 







<span
>There's no way to store the results
of an Exploration to an array, right?





<font size=2
face="Times New Roman"> 





<span
>Thanks,





<font size=2
face="Times New Roman"> 





<span
>Stewart



<font size=2
face="Times New Roman"> 



<font size=3
face="Times New Roman">

Send
BUG REPORTS to bugs@xxxxxxxxxxxxx<font size=2
face="Courier New">
Send 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 Yahoo!
Terms of Service. 



<font size=3
face="Times New Roman">

Send
BUG REPORTS to bugs@xxxxxxxxxxxxx<font size=2
face="Courier New">
Send 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 Yahoo!
Terms of Service. 



<font size=3
face="Times New Roman">



<font size=2
face="Courier New">Send BUG REPORTS to
bugs@xxxxxxxxxxxxx<span
>
Send 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 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.