¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
Re: Higher Price Resolution on U.S. Equities?
Hi Keith I may be a little out of date, but last time I looked the tick size for most US stocks is 0.01, stocks trading below 1$ have a tick size of 0.001 and stocks above 100,000 (aka Berkshire
By Stewie D · #35709 ·
Higher Price Resolution on U.S. Equities?
Hey All, Is there any way to get higher price resolution on U.S. Equities? I'm receiving quotes at the penny (USD$0.01) level, while with Forex, I get quotes out to six decimal places. Is
By keithjmiklas@... · #35708 ·
How to get Uptick Status through API
In TWS, some stock contracts have a little red circle next to their contract name. Hovering the mouse over it says something to the effect of "The SEC Rule 201 ("The Up-Tick Rule") has been triggered
By nonrandom@... · #35722 ·
Re: FAPercentage and order size
Unfortunately the newest beta 9.72 API gives the same error 10068 - Percent Change orders must have size or percent change but not both... Seems like it does not work as expected. Thanks anyway.
By Edward · #35707 ·
Re: FAPercentage and order size
Correction - found it. I'm wondering how this beta is mature. I need to use this in production environment so I'm very careful not to use any pre-release versions. Any opinion on it?
By Edward · #35706 ·
Re: FAPercentage and order size
Thanks for this info. I'm using the latest API_Version=9.71 available at Github. I'll try to look for 9.72. Maybe it was fixed. BTW - I didn't find where I can download this 9.72
By Edward · #35705 ·
Re: Anyway to load symbols and dates into IB charts using code (not manually) from Excel?
I'm pretty surprised.. Do you know anyway to auto-load symbols/dates onto the TWS charts? It would seem like a task everyone with a backtester would need to do without having to mindlessly type in
By r.yun@... · #35704 ·
Re: FAPercentage and order size
Hi Edward, Do you receive this error when following the example with the sample code in 9.72? - Also at:
By Josh · #35702 ·
Re: earnings/upgrades/estimates etc...
Hi Anatoly, Through the API the only sources of historical fundamental data would be from the Reuters Fundamentals or News services. The Reuters Fundamentals give information about historical
By Josh · #35701 ·
Re: Anyway to load symbols and dates into IB charts using code (not manually) from Excel?
Hi, Are you referring to TWS charts? If so, unfortunately no there's no way that the parameters of a particular TWS chart could me modified or read through the API. Josh
By Josh · #35700 ·
Re: Question about API message throttling ...
Thanks for the post milliejoyner ... you reinforce my decision to NOT waste time coding and debugging TWS snapshots for option chains. There is another weird thing about TWS option subscriptions, for
By dts · #35699 ·
Re: Question about API message throttling ...
About a year ago I attempted to do exactly what you are describing using snapshots to get option chains and it was a failure. Besides the obvious problems of simultaneity with snapshots taking 10-20
By Millie Joyner · #35698 ·
Re: Off Market Hours Quotes
Thank you Josh
By shoofra@... · #35697 ·
Re: FA account info
I've already posted that found a piece of code in TWS API samples that does this. [TWSAPI] <TWSAPI@...> wrote:
By Edward · #35696 ·
Re: FA account info
--------------------------------------------
By John Leavitt <johnjohnleavitt@...> · #35695 ·
IBDividends feed
Hi all, I am attempting to get the IBDividends feed working for a given set of tickers: IBDividends Tick Example
By goldbed1886@... · #35703 ·
Re: I am new to this group and post my first request
Remi, Thanks so much for your time and consideration. I'll have a look at it shortly! Mike --------------------------------------------
By conrad modica · #35694 ·
Re: Question about API message throttling ...
Thanks Nick, that's what I was guessing about the snapshots. I have no problem paying for the quote boosters to get the #tickers I need; that's what I'm doing now. And I currently have a
By dts · #35693 ·
FAPercentage and order size
HI, I'm implementing now the FAGroup/PctChange order type and face the following. If I specify both TotalQuantity field and FAPercentage then the IB gives an error message that I cannot use both
By Edward · #35692 ·
Re: FA account info
I've found a piece of XML parser in the IB TWS API samples. So for not it is solved. I have another question about FA usage but will post in a separate mail Thanks
By Edward · #35691 ·