Announcement

Collapse
No announcement yet.

ICE format for Russell

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ICE format for Russell

    sellLimit ("tfs8-nybot-fut", 1, 679.3 ) ; doesnt seem to be the right command to get an order entered via efs to IB.

    Any have an idea what the right code is?

    Thanks.

  • #2
    -

    Hello David,

    I believe it has to do with the symbol you are passing and your symbol mapping. Try passing a valid eSignal symbol and make sure your IB symbol mapping is set up for that symbol.
    Jason K.
    Project Manager
    eSignal - an Interactive Data company

    EFS KnowledgeBase
    JavaScript for EFS Video Series
    EFS Beginner Tutorial Series
    EFS Glossary
    Custom EFS Development Policy

    New User Orientation

    Comment


    • #3
      Thanks for your suggestions Jason.

      buyLimit("ES Z8", 1, 1100, "GLOBEX", "200812"); seems to work fine

      but

      buyLimit("TF Z8", 1, 600, "NYBOT", "200812"); doesnt

      When I define the symbol for TF Z8 I use RUT and select the Dec contract.

      Under IB, Symbol Mapping I have....

      TF Z8, RUT-FUT-USD-200812:NYBOT, NYBOT, Future for the Alias, Instrument ID, List Exchange, Instrument Type, respectively.

      Any ideas on what else might be missing?

      Comment


      • #4
        Hello David,

        What versions do you have installed for the following?

        eSignal
        IB plugin
        TWS
        Java
        Jason K.
        Project Manager
        eSignal - an Interactive Data company

        EFS KnowledgeBase
        JavaScript for EFS Video Series
        EFS Beginner Tutorial Series
        EFS Glossary
        Custom EFS Development Policy

        New User Orientation

        Comment


        • #5
          eSignal - 10.1.1291.910
          IB plugin - 1.2.1256
          TWS - 887.2
          Java - Java 6 Update 10

          I got most of this information from Control Panel, Add Remove Software, except the IB TWS, which cam from Help, About.

          Thanks for your help.

          Comment


          • #6
            Hey Guys,

            See this post from last night:
            http://forum.esignalcentral.com/show...387#post119387

            I've replicated his findings and forwarded internally.

            Never seen IB symbol lookup operate by using different underlyings' symbols and exchanges RUT = CBOE, TF = NYBOT (even though it's ICE), that combined with the changes to the contract's symbol change its listing and trading location.

            Hopefully a workaround can be provided, followed shortly by the scheduling and implementing a permanent solution.
            Last edited by eSignal_Brent; 09-24-2008, 10:58 AM.

            Comment


            • #7
              Hi Brent,

              I'll see what can be done to fix this issue.

              Regards.

              Comment


              • #8
                Some one mentioned IB had changed their symbol for TF over the weekend, instead of finding it with RUT, TF now works.

                Not sure if this is of consequence to this issue, but thought it might, so I mentioned it.

                Also, the new version 10.2.1370.1358 gives me an error - Invalid template - when I try Trade, IB, Symbol Mapping.

                Comment


                • #9
                  I have buyLimit and buyStopLimit working by adding TF.

                  To get the Dictionary to open i used TF #F as the symbol, then looked for TF as a future on the NYBOT, this added the symbol.

                  Now lets see what happens real time tomorrow.

                  Comment

                  Working...
                  X