hello, I have seen problems for a long time between IB futures emini data and amibroker. Isn't there a better more reliable source of realtime emini streaming data that will work with Amibroker? I am looking also. Marshall ----- Original Message ----- From: sursod To: [email protected] Sent: Friday, December 08, 2006 7:40 AM Subject: [amibroker] Re: Dec 4 ES ER2 and NQ
I am also sorely missing Dec 4 ER2, NQ and ES, it doesn't look like IB will amend the problem. I cannot download attachments - can a kind soul please send it direct or post in Files? Thanks. Sursod --- In [email protected], "Jerry " <[EMAIL PROTECTED]> wrote: > > I also need that. Can anyone share these files(yesterday's ES ER2 and NQ > 1minute data)with me too? > > Thank you very much. > > On 12/5/06, cstrader <[EMAIL PROTECTED]> wrote: > > > > Anyone have a copy of yesterdays 1 minute data for these tickers that > > they > > could share? > > > > ty > > > > ----- Original Message ----- > > From: "loveyourenemynow" <[EMAIL PROTECTED]<loveyourenemynow% 40yahoo.fr> > > > > > To: <[email protected] <amibroker%40yahoogroups.com>> > > Sent: Tuesday, December 05, 2006 11:01 AM > > Subject: [amibroker] Downloaded 1 year IB backfill > > > > >I am dowonloading the IB 1 year data with the TWS c++ client, you just > > > have to make multiple requests changing the end date every time to > > > cover all the range , and merge together all the data. > > > I guess this is the same the present IB plugin is doing, since in 1 > > > minute barsize I cannot get more that 5 days per request, so you need > > > 4 requests to get 30 days as the present AB-IB plugin is doing. > > > I just tried with eur.usd so far > > > I can send you a file in which i download 1 year in 1 minute > > > resolution or even 1 sec (would take longer..) > > > At the moment I am doing it manually with the TWS client (modified to > > > save the data in a file ) because I am testing the method but it is > > > easy to automatize, just a matter of choosing well > > > s_dlg.m_backfillEndDateTime, the end date you give to the function > > > > > > reqHistoricalData( s_dlg.m_id, contract, s_dlg.m_backfillEndDateTime, > > > s_dlg.m_backfillDuration, s_dlg.m_barSizeSetting, > > > s_dlg.m_whatToShow, s_dlg.m_useRTH, > > > s_dlg.m_formatDate); > > > > > > > > > Sounds useful or unreal? > > > > > > Ly > > > > > > > > > > > > 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 > > > > > > > > > > > > > > > >
