PureBytes Links
Trading Reference Links
|
You donīt need EXCEL, amibroker can give you exact and quick answers.
There is a cum() function proper for this job.
For any condition, say
COND=Ref(C,-1)>O;
the
K=cum(COND);
will give you the total occurrences of the condition.
The cum(1) will give you the total bars.
The rest is % arithmetic.
DT
--- In amibroker@xxxxxxxxxxxxxxx, "kk12338" <kk2628@xxxx> wrote:
> 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.
>
>
> Thanks
> KK
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/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/
|