PureBytes Links
Trading Reference Links
|
Hello,
Be warned that (ab)using roundlotsize, margindeposit, ticksize fields for
different purpose that originally designed
may (and usually will) lead to incorrect backtesting results.
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "mrmurty" <mrmurty@xxxxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Saturday, April 16, 2005 4:07 AM
Subject: [amibroker] FIELDS for fundamental data
>
>
> May be this can help some, who want to store fundamental data in AB
>
> As there are not enough fields (atleast I donot know), I am using
> unused fields, in my case, for data which I frequently refer.
>
> Moreover I am comfortable with AB Explore for various queries.
> Some of the fields, are as follows: they are self explanatory.
>
> FULLNAME: strtonum(SALES)
> ROUNDLOTSIZE: EQUITY
> MARGINDEPOSIT: NET PROFIT
> TICKSIZE : BOOK VALUE
> MARKETID(): FACEVALUE (We have a max. of 5,6 denominations)
>
> And with these base data, many derived figures like marketcap,
> PE,EPS etc can be had. Literally these can give some basic
> features.
>
> Afterall we have to survive. AB contains only QP support.
>
> if Any one has any idea of using "POINTVALUE", CODE, WEBID etc..pl
> let me know. Or anyone can have improved and innovative method of
> accomplishing the same.
>
>
> rgds
> Murty
>
>
>
>
>
>
>
>
> Please note that this group is for discussion between users only.
>
> To get support from AmiBroker please send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> For other support material please check also:
> http://www.amibroker.com/support.html
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|