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
__________________
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
__________________
Comment