[amibroker] Possible Fix Re: Symbol Limit Issue

2010-05-24 Thread kurasake
For those who have been following the thread regarding the IQFeed/AB max symbol limit issue, there might be a pretty easy work around. Since the problem with corrupt data only seemed to happen when the subscription limit was reached, I changed the parameter which (I'm guessing here) AB uses so

[amibroker] Re: AB/IQFeed #symbols Limit

2010-05-19 Thread kurasake
of symbols etc) and make life better for everyone involved. I don't know... Thanks again for your response. Cheers! --- In amibroker@yahoogroups.com, Keith McCombs kmcco...@... wrote: Kurasake -- I don't use IQ feed, but IB instead. IB has a limit on 100tickers at a time. I can shut down

[amibroker] Re: AB/IQFeed #symbols Limit

2010-05-18 Thread kurasake
-05-14 22:12, kurasake wrote: I'm running AB 5.30pro using IQFeed as my RT data feed on a Core i7 w/4gig ram. In a different post, I'd been describing a problem I've been having when performing an exploration on a large number of symbols. The problem was that if I scanned too many

[amibroker] AB/IQFeed #symbols Limit

2010-05-14 Thread kurasake
I'm running AB 5.30pro using IQFeed as my RT data feed on a Core i7 w/4gig ram. In a different post, I'd been describing a problem I've been having when performing an exploration on a large number of symbols. The problem was that if I scanned too many symbols, I would start to get bad data

[amibroker] Re: Easy data refresh?

2010-05-11 Thread kurasake
?). Note to those who haven't followed this thread that performing a force backfill via an explore on a group of symbols won't be much help. I need selective/on-demand force backfills from the keyboard. Thanks. --- In amibroker@yahoogroups.com, kurasake kuras...@... wrote: I've been having

[amibroker] Re: Easy data refresh?

2010-05-06 Thread kurasake
.   Sid --- On Wed, 5/5/10, kurasake kuras...@... wrote: From: kurasake kuras...@... Subject: [amibroker] Re: Easy data refresh? To: amibroker@yahoogroups.com Date: Wednesday, May 5, 2010, 7:48 AM Hi Patrick, In case you're still following this thread I just wanted to let you

[amibroker] Re: Easy data refresh?

2010-05-05 Thread kurasake
with AB. Thanks again. --- In amibroker@yahoogroups.com, kurasake kuras...@... wrote: Hi Patrick Thanks for taking the time to reply. I took the option of last resort and nuked my computer and reinstalled everything from scratch over the weekend. It was painful but hopefully (fingers

[amibroker] Re: Easy data refresh?

2010-05-04 Thread kurasake
many symbols, so I don't/can't necessarily just hunker down to try and troubleshoot the problem. I hope to figure it out one day though. Thanks very much for your input. --- In amibroker@yahoogroups.com, Keith McCombs kmcco...@... wrote: Kurasake -- Could it be that you might have

[amibroker] Re: Easy data refresh?

2010-05-03 Thread kurasake
into the IQfeed and see if there are any abnormalities in the data in that app as well. Thanks again for your feedback. Cheers! --- In amibroker@yahoogroups.com, NW Trader pk47har...@... wrote: Hi Kurasake, When you say you don't see the spikes in QT, do you mean that a chart in QT doesn't

[amibroker] Re: Easy data refresh?

2010-04-30 Thread kurasake
@yahoogroups.com, NW Trader pk47har...@... wrote: Hi Kurasake, I know exactly what you are experiencing. However, the bad data is in QT, but then once you have imported it to AB, it will persist. It will most frequently occur when you do a backfill of some or all stocks in QT

[amibroker] Easy data refresh?

2010-04-29 Thread kurasake
I've been having a problem with bad data appearing in AB (abnormally high volume or wrong OHLC) in AB when I perform an Explore from the Automatic Analysis on a large number of symbols (1500) when I have wait for backfill checked even for something as simple as filter=CO. Fortunately the

[amibroker] Re: Bad data with IQFeed?

2010-02-04 Thread kurasake
...@... wrote: Hi Kurasake, Now that you have added the QuoteTracker info to your problem, I'll confirm that I too have seen the same problem. I see it using QT with a data feed from Ameritrade (two computers and two different AMTD data servers). The differences I've noticed from your experience

[amibroker] Re: Bad data with IQFeed?

2010-02-03 Thread kurasake
I wanted to add that I have QuoteTracker running on the same machine using the same IQFeed and the data in QT is fine so it's definitely an AB issue. The problem seems to come up only after I run an Explore in Automatic Analysis over a large number of stock symbols. The code in the .afl file

[amibroker] Bad data with IQFeed?

2010-02-02 Thread kurasake
Hi. I seem to be getting a lot of bad RT data with IQFeed. Or more accurately, AB seems to be randomly popping in bad data. The problem is that every now and then, while I'm clicking through symbols in my watch list in a daily view, I'll suddenly see either abnormally high volume or

[amibroker] Watch List via OLE/VBA?

2010-01-21 Thread kurasake
Hi. I was wondering if there was a way to access and manipulate (eg: getcount, getname, add, remove, gettickerlist etc) the AB watch lists via OLE and MS-Excel's VBA. The AB object model only references watchlistbits as a property of stock and a thread in this forum from Nov 2009 seems to

[amibroker] Re: Watch List via OLE/VBA?

2010-01-21 Thread kurasake
Of kurasake Sent: Thursday, January 21, 2010 11:59 AM To: amibroker@yahoogroups.com Subject: [amibroker] Watch List via OLE/VBA? Hi. I was wondering if there was a way to access and manipulate (eg: getcount, getname, add, remove, gettickerlist etc) the AB watch lists via OLE

[amibroker] Re: Excel VBA code to change chart in AB

2009-11-12 Thread kurasake
the symbol. Haven't tried it recently though, so I can't swear to it ;) e.g. from JScript ab = new ActiveXObject(Broker.Application); ab.ActiveDocument.Name = ORCL; http://www.amibroker.com/guide/objects.html#Application Mike --- In amibroker@yahoogroups.com, kurasake kurasake@ wrote

[amibroker] Excel VBA code to change chart in AB

2009-11-11 Thread kurasake
Hi. I'm trying to find some code in MS-Excel VBA that would allow me to select a cell in Excel containing a stock ticker, pass that stock ticker to AB and have AB select that symbol and change the graph/chart. I see plenty of examples that show how to export/import stock data but I don't seem

[amibroker] Re: New RT Data Feed Poll

2008-04-15 Thread kurasake
? :-) ) Thanks. --- In amibroker@yahoogroups.com, danielwardadams [EMAIL PROTECTED] wrote: kurasake, Sorry you haven't gotten any other responses but I think it's a good idea. Since a large percentage of the discussions on this thread deal with data feeds (both real-time and EOD), it would

[amibroker] New RT Data Feed Poll

2008-04-14 Thread kurasake
I was wondering if it would be possible to create some new polls. One for looking at which RT data feeds are being used (eSignal, IQ, IB) and another set of polls that rate the quality of each of the most popular data feeds (maybe broken out into accuracy, stability, cust service etc). I think

[amibroker] Re: Schwab Data Feed?

2008-04-13 Thread kurasake
disconnects. They are OK for research but as a main trading platform, IB is much more stable and reliable. I deviated a little from your little off topic, but my two cents on Schwab. --- In amibroker@yahoogroups.com, kurasake kurasake@ wrote: Hi. Thank you

[amibroker] Schwab Data Feed?

2008-04-12 Thread kurasake
Hi. I did a quick search and didn't see this covered anywhere and hope that it hasn't been discussed before. Medved QuoteTracker is able to get real time data from Schwab (for Schwab customers). Is there any way for AmiBroker Pro to tap into this same feed? Thanks.

[amibroker] Re: Schwab Data Feed?

2008-04-12 Thread kurasake
[EMAIL PROTECTED] wrote: Use the Medved QuoteTracker plug-in provided with AB to get the data from QT. R On Sat, Apr 12, 2008 at 5:33 AM, kurasake [EMAIL PROTECTED] wrote: Hi. I did a quick search and didn't see this covered anywhere and hope that it hasn't been discussed before