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

Re[2]: [EquisMetaStock Group] Re: Automatic Split Detection



PureBytes Links

Trading Reference Links

Lionel,
       We don't know if there is a slit but we can make a guess.
It can be the first step.

LI> There is no reliable way to do this. Every so often a company spins off a
LI> subsidiary when this happens, the price/value of the stock drops by the %age
LI> value of this spin off. The chart of the stock looks like there is a split,
LI> but there isn't.
LI> Lionel

{Attemp to Split Finder}

ColA:
Col. name: 1/2

multiplo:=0.5; { split or consolidation }
precision:=3; { decimals }
sp:=If(PREC(O=Ref(C,-1)*multiplo,precision),1,0);
Cum(sp); { number of splits in the explored period }

ColB:
Col. name: 2

multiplo:=2;
precision:=3; { decimals }
sp:=If(PREC(O=Ref(C,-1)*multiplo,precision),1,0);
Cum(sp);

ColC:
Col. name: 3/2

multiplo:=3/2;
precision:=3; { decimals }
sp:=If(PREC(O=Ref(C,-1)*multiplo,precision),1,0);
Cum(sp);

ColD:
Col. name: 2/3

multiplo:=2/3;
precision:=3; { decimals }
sp:=If(PREC(O=Ref(C,-1)*multiplo,precision),1,0);
Cum(sp);


ColE:
Col. name: 1/3

multiplo:=1/3;
precision:=3; { decimals }
sp:=If(PREC(O=Ref(C,-1)*multiplo,precision),1,0);
Cum(sp);

ColF:
Col. name: 3

multiplo:=3;
precision:=3; { decimals }
sp:=If(PREC(O=Ref(C,-1)*multiplo,precision),1,0);
Cum(sp);

You will see something like:

Security:    /2     2    3/2    2/3    1/3   3
===============================================
IBM          2      0     0      0      0     0

It means there are TWO (2) POSSIBLE splits (/2) in IBM.
By clicking in "Inspect" you can see where are these possible splits




------------------------ Yahoo! Groups Sponsor --------------------~--> 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/

<*> To unsubscribe from this group, send an email to:
    equismetastock-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/