PureBytes Links
Trading Reference Links
|
Hello,
Numbers greater than 2147483647 (2^31-1)
can be imported only to Open, High, Low, Close fields which are floating point and allow upto 10^37 (one and 37 zeros)
Volume and OpenInt fields are 32-bit integers only and the maximum positive number in those fields
is 2147483647
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "jhart_1972" <jhart_1972@xxxxxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, April 15, 2004 11:30 PM
Subject: [amibroker] Using import Wizard
> I'm trying to import put/call data but keep getting negative -
> 10,000,000 for all prices. I'm not sure what I'm doing wrong. I
> saved all the data on a notepad file and I'm trying to use the
> import wizard from this file. Any idea what is happening?
>
> Jason
>
>
>
>
> 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
> Yahoo! Groups Links
>
>
>
>
>
>
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
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/
|