|
I'm running AB 4.85.0 with
QuotesPlus data. When I try to display fundamental data using code
below, I get values of 0.00 for Float and EPS (the only fundamentals
I've tried so far) in Symbol Information, Interpretation, and Explore. What more should I be doing? sf = GetFnData("SharesFloat")/1000; eps = GetFnData("EPS")/1000; "Float =" + WriteVal(sf); "EPS =" + WriteVal(eps); AddColumn (sf, "Float" , 1.2); AddColumn (EPS, "EPS" , 1.2); TIA. -- Keith __._,_.___ 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
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- [amibroker] Can't show QuotesPlus fundamental data Keith McCombs
- Re: [amibroker] Can't show QuotesPlus fundamental dat... Tomasz Janeczko
- Re: [amibroker] Can't show QuotesPlus fundamental... Keith McCombs
