PureBytes Links
Trading Reference Links
|
mmbbrr79,
I think Richard Dale is right about we just make a GUESS
about if it's a really split.
ANYWAY, you can TRY this code to make an Explorer:
{Attemp to Split Finder}
ColA:
Col. name: 1/2
multiplo:=0.5;
precision:=4; { decimals }
Cum(O=PREC(Ref(C,-1)*multiplo,precision))
ColB:
Col. name: 2
multiplo:=2;
precision:=4; { decimals }
Cum(O=PREC(Ref(C,-1)*multiplo,precision))
ColC:
Col. name: 3/2
multiplo:=3/2;
precision:=4; { decimals }
Cum(O=PREC(Ref(C,-1)*multiplo,precision))
ColD:
Col. name: 2/3
multiplo:=2/3;
precision:=4; { decimals }
Cum(O=PREC(Ref(C,-1)*multiplo,precision))
ColE:
Col. name: 1/3
multiplo:=1/3;
precision:=4; { decimals }
Cum(O=PREC(Ref(C,-1)*multiplo,precision))
ColF:
Col. name: 3
multiplo:=3;
precision:=4; { decimals }
Cum(O=PREC(Ref(C,-1)*multiplo,precision))
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
I hope it works for you :)
Pablo
Ps: I've sent this mail to your e-mail address, too.
(by mistake)
------------------------ Yahoo! Groups Sponsor --------------------~-->
Something is new at Yahoo! Groups. Check out the enhanced email design.
http://us.click.yahoo.com/rlNZQC/gOaOAA/cosFAA/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/
|