Search results

  1. J

    NYMEX TAS Contracts at IB

    Haven't used IB for this but I'm trying to find out if IB already does (or is going to) list the NYMEX TAS contracts.
  2. J

    ISLD is back on the SPY and QQQ

    HOW DOES THE DE MINIMIS EXEMPTION IMPACT MY TRADING? As a result of the trade-through rule, the Island system will perform price checking at the time of order entry and afterwards to ensure compliance with the trade-through rule. Below is a description of these checks. Order entry - At the...
  3. J

    ISLD & ETF's

    HOW DOES THE DE MINIMIS EXEMPTION IMPACT MY TRADING? As a result of the trade-through rule, the Island system will perform price checking at the time of order entry and afterwards to ensure compliance with the trade-through rule. Below is a description of these checks. Order entry - At the...
  4. J

    --Scalpers and the ISLD ECN--

    For QQQ/ISLD, looks like IOC's are now a necessity but I don't think IB offers IOC do they?
  5. J

    Holy Cr*p ISLD blocked from providing QQQ ,DIA, and SPY full book quotes

    Island now recommends using a fast flurry of IOC orders to get the best price. (see island.com/etffaq.asp) I notice IB has IOC as a Order property option in the API. (tif can be GTC, DAY or IOC). Is this currently operational? If IB wanted to it could just set TimeOut=0 in the order's...
  6. J

    Holy Cr*p ISLD blocked from providing QQQ ,DIA, and SPY full book quotes

    This is what I take from the announcements: 1. SEC has disallowed the dissemination of any data by anybody doing 5% or more of the equity's trades, that would cross or lock any of the NMS markets. Island could still publish (display) those orders that don't lock or cross. 2. Island is not...
  7. J

    ISLD's Switch

    Does anyone know if you will be likely to experience longer than typical Island delays in SuperMontage before execution or cancellation takes place? Will (the unacceptable) 30 seconds still be the rule? Will the Switch have a real IOC option for SuperMontage? That means immediate not 30...
  8. J

    ISLD's Switch

    http://www.wallstreetandtech.com/story/inDepth/WST20020306S0006 http://www.wallstreetandtech.com/story/inDepth/WST20020516S0008
  9. J

    BEST_ECN Missing?

    I was surprised when the ability to select the routing destination was eliminated from the TWS when you use the API. You now must always use BEST when using the API. If this was necessary for API trades does it stand to reason that eliminating direct routing selection from the TWS altogether...
  10. J

    TWS Problems cont.

    I had similar experience with JAVA 1.4 v.s. 1.3.1 until I deselected the Console (check: "Do Not Start The JAVA Console"). That seemed to fix it.
  11. J

    IB ActiveX

    I think you will find that the parameters in the events causing you trouble include one called "currency". VB objects to naming a a variable "currency". Just rename them "curency".
  12. J

    IB ActiveX

    Unless they changed it the last id is remembered in the user.ini file. The id is fabricated from the raw date/time number so each day is higher. In addition a rolling count of 0 to 10 is added to it to keep multiple orders placed at the same time from having the same id. So you can change...
  13. J

    Latest IB release.

    I have it running. Be sure you upgrade even though the TWS doesn't tell you to. I have been concentrating on the API. The API is expanded and improved. The API ticker delay is still about the same. You still can't direct an order anywhere else other than BEST EXECUTION when using the...
  14. J

    QQQ market orders (Island/IB) - ok?

    Thanks for your comments. My understanding is that IB's BEST EXECUTION recently stopped using AMEX for QQQ. I guess that leaves us with the risk of possible routing to other non ECN's.
  15. J

    QQQ market orders (Island/IB) - ok?

    When you place the Market orders, you are using ISLAND. With the API only BEST is available. What would you predict the difference would be?
  16. J

    IB Improvements (Part 2)

    It works if it is requested right after connection but before anything else is requested. It also works during a session if you disconnect/reconnect first. But on the version I downloaded 2/25, the event "TWS_openOrder1(...)" contains the parameter "currency" which VB6 objects to. It should...
  17. J

    IB ActiveX control rejects orders of certain prices?

    It works if it is requested right after connection but before anything else is requested. It also works during a session if you disconnect/reconnect first. But on the version I downloaded 2/25, the event "TWS_openOrder1(...)" contains the parameter "currency" which VB6 objects to. It should...
  18. J

    IB Improvements (Part 2)

    The ActiveX ocx has a new (to me) method "reqOpenOrders" and its events "OpenOrders1" and "OpenOrders2". The VBA ActiveX Excel Workbook (dated 2/20/2002) uses it in sheet3 (Open Orders). I tried it on two computers using the VBA Excel Workbook supplied and also tried using it in my vb6...
  19. J

    IB ActiveX control rejects orders of certain prices?

    Does anyone have the new reqOpenOrders, openOrder1 and openOrder2 running?
  20. J

    IB ActiveX control rejects orders of certain prices?

    There is a new TWS.ocx dated 2/25/2002 1:19 PM I downloaded the whole works again and a quick test with the 30.03 price was successful. It appeared to be a change in the ocx rather than a change in the TWS. Let me know what you find.
Back
Top