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

Re: [amibroker] Re: Getextradata-Error(Fixed)



PureBytes Links

Trading Reference Links

Tomasz,

Not sure where the problem was. I purged all my data and reloaded all
tickers- then deleted anything that looked out of place.

I never did do the Fred's PT that generated @PT-EQTY.

But I did do the Top ROC of Dimitris's, but I don't see how that created any
problem with this.

But anyway its fixed. Thanks for the Help!!
Brian


----- Original Message ----- 
From: "Tomasz Janeczko" <amibroker@xxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Sunday, October 05, 2003 2:30 PM
Subject: Fw: [amibroker] Re: Getextradata-Error


> Brian,
>
>  I don't know but ... just a guess:
> the reason is that you may have some arificial equity
> added that does not follow convention of using ~ (tilde) at
> the beginning so it is not added at the end of the list but in
> the middle of the list (after QP2 indices).
> For example if you used Fred's PT then it generated @PT-EQTY-
>  artificial ticker that of course could not be found in QP2 database
>  and this may be the reason of your problem.
>  If this is the case simply delete @PT-EQTY symbol.
>
>  Best regards,
>  Tomasz Janeczko
>  amibroker.com
>
> > ----- Original Message ----- 
> > From: "Brian Elijah" <cadvantag@xxxxxxxxxxxxxx>
> > To: <amibroker@xxxxxxxxxxxxxxx>; <bugs@xxxxxxxxxxxxx>
> > Sent: Sunday, October 05, 2003 8:10 PM
> > Subject: Re: [amibroker] Re: Getextradata-Error
> >
> >
> > > That is the exact error message I get
> > >
> > > Error 18.
> > > GetExtraData failed
> > >
> > > How can this be fixed?
> > >
> > > Brian
> > >
> > > ----- Original Message ----- 
> > > From: "ed2000nl" <pablito@xxxxxxx>
> > > To: <amibroker@xxxxxxxxxxxxxxx>
> > > Sent: Sunday, October 05, 2003 4:16 AM
> > > Subject: [amibroker] Re: Getextradata-Error
> > >
> > >
> > > > i have a similar problem. I have a computer with Windows 2000 Prof +
> > > > AB + QP2 and a computer with Windows XP Prof + AB + QP2. The file
> > > > directory installations are exactly the same. If I "Explore"
> > > > through "all stocks" with the code shown below I get the following
> > > > error message on the Windows 2000 machine and I get NO error on the
> > > > Windows XP machine.
> > > >
> > > > The problem seems machine / operating system related ?
> > > >
> > > > regards, Ed
> > > >
> > > >
> > > > ----error message on the Windows 2000 machine
> > > >
> > > > Line 2, Column 40:
> > > > Var1 = (GetExtraData("SharesShort") / (GetExtraData("SharesFloat")
> > > > *1e6)) *100;
> > >
> ----------------------------------------------------------------------
> > > > ------^
> > > >
> > > > Error 18.
> > > > GetExtraData failed
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > ----code
> > > >
> > > > Var1 = (GetExtraData("SharesShort") / (GetExtraData("SharesFloat")
> > > > *1e6)) *100;
> > > >
> > > > Buy =  (Cross(RSI(),25) OR
> > > > Cross(RSI(),26) OR
> > > > Cross(RSI(),27) OR
> > > > Cross(RSI(),28) OR
> > > > Cross(RSI(),29) OR
> > > > Cross(RSI(),30)) AND
> > > > V>100000 AND
> > > > C<30 AND
> > > > Var1 < 5;
> > > >
> > > > Filter = Buy;
> > > >
> > > > AddColumn( GetExtraData("SharesShort") , "Shares Short" );
> > > > AddColumn( GetExtraData("SharesFloat") , "Shares Float" );
> > > > AddColumn( Var1 , "Shares Short (%)" );
> > > > AddColumn( GetExtraData("LTDebtToEq") , "LT Debt to Eqty" );
> > > > AddColumn( GetExtraData("PEG") , "PEG" );
> > > > AddColumn( GetExtraData("CashFlowPerShare") , "CashFlowPerShare" );
> > > > AddColumn( GetExtraData("Yr1ProjEPSGrowth") , "Yr1ProjEPSGrowth" );
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > --- In amibroker@xxxxxxxxxxxxxxx, "Brian Elijah" <cadvantag@xxxx>
> > > > wrote:
> > > > > To add to my weirdness with this. It works on a individual stock-
> > > > when I choose "apply to current stock"
> > > > >
> > > > > But- does not work in a exploration on my XP machine.
> > > > >
> > > > > :o(
> > > > >
> > > > >   ----- Original Message ----- 
> > > > >   From: Brian Elijah
> > > > >   To: amibroker@xxxxxxxxxxxxxxx
> > > > >   Sent: Saturday, October 04, 2003 10:09 PM
> > > > >   Subject: [amibroker] Getextradata-Error
> > > > >
> > > > >
> > > > >   I am getting an error with this formula.
> > > > >
> > > > >   esp = GetExtraData("EPSRank");
> > > > >
> > > > >
> > > > >
> > > > >   My Win '98 machine it works find- But on my Win XP it does not.
> > > > Both have Quotes Plus as the data source.Does anyone know why it
> > > > would work on '98 and not on XP
> > > > >
> > > > >   Thanks,
> > > > >
> > > > >   Brian
> > > > >
> > > > >
> > > > >         Yahoo! Groups Sponsor
> > > > >               ADVERTISEMENT
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >   Send BUG REPORTS to bugs@xxxx
> > > > >   Send SUGGESTIONS to suggest@xxxx
> > > > >   -----------------------------------------
> > > > >   Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> > > > >   (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> > > > >   --------------------------------------------
> > > > >   Check group FAQ at:
> > > > http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > > > >
> > > > >   Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> > > > Service.
> > > >
> > > >
> > > >
> > > > Send BUG REPORTS to bugs@xxxxxxxxxxxxx
> > > > Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
> > > > -----------------------------------------
> > > > Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> > > > (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> > > > --------------------------------------------
> > > > Check group FAQ at:
> > > http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > > >
> > > > Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/
> > > >
> > > >
> > > >
> > >
> > >
> > >
> >
>
>
> Send BUG REPORTS to bugs@xxxxxxxxxxxxx
> Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->

Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/