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

RE: [amibroker] not able to get fundamental data



PureBytes Links

Trading Reference Links

Try assigning value to a variable. Then do addcolumn or plot on the variable.

SS= GetExtraData("SharesShort");

AddColumn(SS,”Shares Short",1.0);

 

I do this with all the QP extra data, and it works fine.

Donald F Lindberg


From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf Of murthysuresh
Sent: Sunday, August 26, 2007 8:40 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] not able to get fundamental data

 

Hello
I am using Qp2 and running explores.
Filter=Close>10 AND V>300000;
AddColumn(GetExtraData("SharesShort"),"Sshares short");

I get 0 for the column sshares short. Not sure what mistake i am making.

I also tried to plot it
Plot( GetExtraData("SharesShort"), "Shares Short" , ParamColor
( "Color", colorCycle ), ParamStyle("Style"));

Still getting no value.
I am using qp2 databsae as my datasource.

__._,_.___

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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

For other support material please check also:
http://www.amibroker.com/support.html




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

__,_._,___