Issues Connecting via Paper Account
Posted: Thu Jan 06, 2022 2:00 pm
following Tutorial #4, and testing the ibplugin scrip in TS 10, here is the output...
Did the IB TWS/Gateway API change for any reason? The Admin tool shows a green connection to my paper account, yet when I apply the ibplugin demo script as shown in the tutorial, I get no trades/orders (like you do)... Here is the output of the Print Log
IBPlugin TradeStation MultiCharts Example
conid=12087792.00
connection status= 0.00
+++ Account Data
EWL= 0.00
Margin= 0.00
# managed accounts= 0.00
is demo= 0.00
account list=
--- Account Data
+++ positions START
#positions= 0.00
--- positions END
+++ list pending orders START. #= 0.00
--- list pending orders END
+++ place some pending orders
order uid=1041806013.00 submitted= 0.00
order uid=827123860.00 submitted= 0.00
order uid=3796048870.00 submitted= 0.00
order uid=2534453567.00 submitted= 0.00
order uid=658457699.00 submitted= 0.00
--- place some pending orders end
--- place MKT order
uid MKT=3105887683.00
--- place another MKT order and close it after fill
uid MKT=561287779.00
--- close positions for symbol
init finished
Appreciate some pointers as to why this is not even working on a basic level
Did the IB TWS/Gateway API change for any reason? The Admin tool shows a green connection to my paper account, yet when I apply the ibplugin demo script as shown in the tutorial, I get no trades/orders (like you do)... Here is the output of the Print Log
IBPlugin TradeStation MultiCharts Example
conid=12087792.00
connection status= 0.00
+++ Account Data
EWL= 0.00
Margin= 0.00
# managed accounts= 0.00
is demo= 0.00
account list=
--- Account Data
+++ positions START
#positions= 0.00
--- positions END
+++ list pending orders START. #= 0.00
--- list pending orders END
+++ place some pending orders
order uid=1041806013.00 submitted= 0.00
order uid=827123860.00 submitted= 0.00
order uid=3796048870.00 submitted= 0.00
order uid=2534453567.00 submitted= 0.00
order uid=658457699.00 submitted= 0.00
--- place some pending orders end
--- place MKT order
uid MKT=3105887683.00
--- place another MKT order and close it after fill
uid MKT=561287779.00
--- close positions for symbol
init finished
Appreciate some pointers as to why this is not even working on a basic level