Hello,
I am using the latest version of E-signal along with IB/TWS. Connectivity is OK between ES and TWS (ie. I can see orders, positions, etc in the broker window, and I can successfuly place orders).
I'm writing an auto-trading EFS script, and for some reason getPosition(x) is not returning a value (where x is the position index obtained from getPositionCount()). getPositionCount() returns a correct value. I have yet to try getOpenOrder() or getExecution().
To confirm the problem, I downloaded and ran BrokerInfoDisplay.efs from esignalcentral. It reports the correct number of positions, but nothing in the data fields (Symbol, Vendor, Size).
Any ideas?
Thanks in advanced,
IK
I am using the latest version of E-signal along with IB/TWS. Connectivity is OK between ES and TWS (ie. I can see orders, positions, etc in the broker window, and I can successfuly place orders).
I'm writing an auto-trading EFS script, and for some reason getPosition(x) is not returning a value (where x is the position index obtained from getPositionCount()). getPositionCount() returns a correct value. I have yet to try getOpenOrder() or getExecution().
To confirm the problem, I downloaded and ran BrokerInfoDisplay.efs from esignalcentral. It reports the correct number of positions, but nothing in the data fields (Symbol, Vendor, Size).
Any ideas?
Thanks in advanced,
IK
Comment