PureBytes Links
Trading Reference Links
|
<FONT face=Arial
size=2>Anthony:
<FONT face=Arial
size=2>
Please use size 10
font or larger. I have to use a magnifying glass to read
them
I have changed the
font size from 8 to 10. Notice how more readable it is.
<FONT face=Arial
size=2>
Thanks for the
posting.
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>Lionel
<FONT face=Tahoma
size=2>-----Original Message-----From: Anthony Faragasso
[mailto:ajf1111@xxxxxxxx] Sent: Friday, June 06, 2003 5:52
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: [amibroker]
off topic : statistics analysis
Load into AA.....n last quotations and n=1.....and
click explore.....
substitute with any pattern you wish in the Pat1
and Pat2 variables.....
//patterns
pat1=<FONT face="Courier New"
color=#0000ff>Ref(C,-<FONT
face="Courier New" color=#ff00ff>1) >
Ref<FONT
face="Courier New">(O,-<FONT face="Courier New" color=#ff00ff
size=2>1) AND C >
O;
Pat2=<FONT face="Courier New"
color=#0000ff>Ref(C,-<FONT
face="Courier New" color=#ff00ff>1<FONT
face="Courier New">)-<FONT face="Courier New"
color=#0000ff>Ref(O,-<FONT
size=2>1<FONT
face="Courier New">) > <FONT face="Courier New"
color=#ff00ff size=2>3 AND C
> O;
/**************************************/
pattot1=<FONT face="Courier New" color=#0000ff
size=2>Cum(pat1);
pattot2=<FONT face="Courier New"
color=#0000ff>Cum(pat2);<FONT
color=#ff0000 size=2>
//# of bars
bars=Cum(<FONT
color=#ff00ff size=2>1);<FONT color=#ff0000
size=2>
//% Pattern
Cond1=(Cum(pat1)/<FONT
color=#0000ff>Cum(<FONT
color=#ff00ff>1))*100<FONT
size=2>;
Cond2=(Cum(pat2)/<FONT
color=#0000ff>Cum(<FONT
color=#ff00ff>1))*100<FONT
size=2>;
Filter=1<FONT
size=2>;
AddColumn(bars,<FONT
size=2>"bars",<FONT
color=#ff00ff>1);
AddColumn(pat<FONT
face="Courier New">tot1,"#
Pat1",1<FONT
size=2>);
AddColumn(Cond1,<FONT
size=2>"%Pattern",<FONT
color=#ff00ff>1.2);
AddColumn(pat<FONT
face="Courier New">tot2,<FONT
color=#ff00ff>"#Pat2",1<FONT
size=2>);
AddColumn(Cond2,<FONT
size=2>"%Pat2",<FONT
color=#ff00ff>1.2);
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=kk2628@xxxxxxxxxxxxxxxx
href="">kk12338
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Friday, June 06, 2003 5:52 AM
Subject: [amibroker] off topic :
statistics analysis
Hi,What would be the best way/software to carry out
statistic analysis on stock data ? Currently I use Excel but the process
is pretty tedious when I want to analyse more than 1 stock. Some
rules that I have in mind for example:I want to know for a stock how
many times/by percentage if yesterday close>open and today
close>open.how many times/by percentage yesterday (close-open) >
3 points and today close>open ?If AB can do these tasks it will
be best so that I do not have to convert
data.ThanksKK
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.
<BLOCKQUOTE
><FONT
face="Courier New">---Outgoing mail is certified Virus
Free.Checked by AVG anti-virus system (<A
href="">http://www.grisoft.com).Version: 6.0.488
/ Virus Database: 287 - Release Date: 6/5/2003Send
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.
|