PureBytes Links
Trading Reference Links
|
I use the GetExtraData fuction to pull almost all of the Quotes Plus
Extra Data fields into various Explorations and Indicators. Sample
code fllows:
AddColumn(GetExtraData("QRS"),"QRS Rank",6.2 ,IIf( GetExtraData
("QRS") >=80, colorGreen, colorOrange ));
AddColumn(GetExtraData("EPSRank"),"EPS Rank",6.2 ,IIf( GetExtraData
("EPSRank") >=80, colorGreen, colorOrange ));
AddColumn(GetExtraData("EPS"),"EPS",1.2);
AddColumn(GetExtraData("Yr1EPSGrowth"),"Yr 1 EPS
Growth",1.2,colorBlack,colorWhite,100);
AddColumn(GetExtraData("Yr5EPSGrowth")," Yr 5 EPS
Growth",1.2,colorBlack,colorWhite,100);
Before Friday June 15, 2007 this code worked fine and I got all of
the Extra Data I called. Since Friday this data has all disappeared.
I have done a re-install of Quotes Plus Database, and the problem is
the same. The data field all appear in Quotes Plus Stock Picker Pro,
but do not come over to AmiBroker. Has something changed in the
Quotes Plus data Plug-In? I am using AmiBroker Pro Beta version 4.96,
and Quotes Plus 3.1.
Since much of my analysis relies on this Extra Data I am in a real
bad place right now. Any help would be greatly appreciated.
And yes I have also sent a copy of this problem to Quotes Plus.
Thanks,
Don Lindberg
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
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|