PureBytes Links
Trading Reference Links
|
Hi,
I am trying to import ascii data using VB thru following function:
Function Import(ByVal Type As Integer, ByVal FileName As String,
[ByVal DefFileName As Variant]) As Long
Can anybody tell me what does TYPE means in above.The documentaion
does not describe meaning of Type here.
1)I have tried to import EOD data using a value of 1 for type
ab.import(1, datafileName, formatname)
While the symbols list got imported,the quotations were not.there was
no error also.
2)The Quotation class does not have time porperty.so how to feed RT
data into AB?
3)While using OLE for AB, AB does not show up but while using
Amiquote using OLE the amiquote shows up.Is there anyway to keep
amiquote hidden while using it for importing data.
Thnx!
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/
|