I was getting this error message when computing custom backtest metrics during an optimization. The optimization was being driven by an external application using OLE. Are you doing anything like that?
--- In [email protected], "Tomasz Janeczko" <[EMAIL PROTECTED]> wrote: > > Hello,o > > Out of present range does not come from AmiBroker actually. > > It is standard OLE interface error. It may occur if you are using OLE interface > and trying to assign value outside -2^31 .... 2^31 to an integer field. > > Somewhere in your formula you may be doing such assignment > and it is likely the reason. > If not, you would need to send the formula to support. > > Best regards, > Tomasz Janeczko > amibroker.com > ----- Original Message ----- > From: "Ron Rowland" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Saturday, January 12, 2008 7:55 PM > Subject: [amibroker] Re: Error Message Out of Present Range > > > >I have upgraded to 5.03 but error still occurs. > > > > --- In [email protected], "Tomasz Janeczko" <groups@> > > wrote: > >> > >> Hello, > >> > >> Please upgrade to 5.03 > >> > >> Best regards, > >> Tomasz Janeczko > >> amibroker.com > >> ----- Original Message ----- > >> From: "Ron Rowland" <rowland@> > >> To: <[email protected]> > >> Sent: Saturday, January 12, 2008 6:30 PM > >> Subject: [amibroker] Re: Error Message Out of Present Range > >> > >> > >> >I am now getting the "Out of Present Range" error message while > >> > trying to run an optimization. I'm running Beta 5.01. > >> > > >> > The error occurs about the 12th step. When I run individual > >> > backtests using the same parameters it runs without errors. > >> > > >> > Setting the date range to a small 2-3 year window also seems to > > help. > >> > > >> > The watchlist I am running against contains many composites if > > that > >> > has any bearing. The composites have not been updated since > > October > >> > 2007, but I am specifying a range that ends well before then. > >> > > >> > I have not been able to find any other info on this error except > > this > >> > post from Graham from May 2007 which appears to have received no > >> > replies. > >> > > >> > --- In [email protected], Graham <kavemanperth@> wrote: > >> >> > >> >> Trying backtest (on all quotations) got a message window > > popup "Out > >> >> of Present Range" > >> >> No other identifier and I could not see it in the error list in > > help > >> >> > >> >> -- > >> >> Cheers > >> >> Graham > >> >> AB-Write >< Professional AFL Writing Service > >> >> Yes, I write AFL code to your requirements > >> >> http://www.aflwriting.com > >> >> > >> > > >> > > >> > > >> > > >> > 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 > >> > > >> > > >> > > >> > > >> > > >> > > > > > > > > > > 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 > > > > > > > > > > >
