PureBytes Links
Trading Reference Links
|
Yes, I 've got exactly the same results, trying every combination of
$NOQUOTES. I also tried to use $HYBRID keyword - but seems doesn't
work. It's very disappointing result... The necessity of such an
import could be more then high sometimes...
With kind regards, Dmitri
--- In amibroker@xxxxxxxxxxxxxxx, "Lesmond V" <ebsn247@xxxx> wrote:
> It looks like ASCii Importer bug.
>
> $NOQUOTES 1 should not be needed at all (or should be set to zero).
> It's used only if you import "full name" or "ticker" without any
> numerical quotes (ohlcv oi).
>
> I've just tested this on my system. If $NOQUOTES is set to 0 then I
> get error messages:
>
> "Invalid (close) price. Prices must be positive. If you want to
> import no quotation data please specify $NOQUOTES 1".
>
> If $NOQUOTES is set to 1 then there are no errors but OI data is not
> imported.
>
> Lesmond
>
> --- In amibroker@xxxxxxxxxxxxxxx, "dkourganov" <kourganov@xxxx>
wrote:
> > HI,
> >
> > I've got OHLC database with empty OI field. I prepared separate
> file
> > with OI values and tried to import it into my existing database.
It
> > doesn't work.
> > The format is:
> > $FORMAT Ticker,Date_DMY,OPENINT
> > $BREAKONERR 0
> > $SKIPLINES 1
> > $SEPARATOR
> > $CONT 1
> > $GROUP 255
> > $AUTOADD 1
> > $DEBUG 1
> > $NOQUOTES 1
> >
> > What am I doing wrong? Actually I've noticed that import of OI
> field
> > is working ONLY if Close field exists in imported file. But I need
> to
> > import OI field alone.
> >
> > With kind regards, Dmitri
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
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|