Announcement

Collapse
No announcement yet.

Position not updating

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

  • Position not updating

    Hi
    Testing esignal with IB using TWSlink to connect them on a paper account.
    uncommanded orders beening put on IB.
    esignal does not see the position change when the position changes.
    What am i missing or not doing
    using ExitPosition = parseInt(twslink.call("GET_CONTRACT_VAL", Order_Contract_ID,8,"",""));
    to read position
    it says 0 IB says the real situation(1 to what ever it is)
    if i shut it down and restart it some times it gets it right.

    thanks
    __________________
    sam

  • #2
    TWSLink is not a eSignal product. You should contact them with this issue.

    In my experience this may be related with TWS configuration, following items should be checked in menu (MainMenu -> Configure -> API):
    - Enable ActiveX
    - Download Open Orders on Connection
    - Fire openOrder on status change

    Comment


    • #3
      TWS configured correctly
      TWSlink is not the problem
      IB just do not get the problem at all
      Thanks for the post
      sam

      Comment

      Working...
      X