Good Morning to all, 

 

I am running a live algo, and it seems like there is an error on the log ! and I'm not sure I fully understood the issue or how to solve it. 

Any help would be greatly appreciated! 

 

Thank you 

LMR 

 

 

Brokerage Info: System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (111): Connection refused 127.0.0.1:4001. at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress). at System.Net.Sockets.Socket.Connect(EndPoint remoteEP). at System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port). --- End of stack trace from previous location ---. at System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port). at System.Net.Sockets.TcpClient..ctor(String hostname, Int32 port). at IBApi.EClientSocket.createClientStream(String host, Int32 port). at IBApi.EClientSocket.eConnect(String host, Int32 port, Int32 clientId, Boolean extraAuth)

2022-05-01 11:50:13 :Runtime Error: The maximum number of attempts for brokerage cash sync has been reached. in BrokerageTransactionHandler.cs:line 6172022-05-01 11:50:14 :Runtime Error: The maximum number of attempts for brokerage cash sync has been reached. in BrokerageTransactionHandler.cs:line 617: StackTrace: The maximum number of attempts for brokerage cash sync has been reached. in BrokerageTransactionHandler.cs:line 6172022-05-01 11:50:16 :Brokerage Info: System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (111): Connection refused 127.0.0.1:4001. at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress). at System.Net.Sockets.Socket.Connect(EndPoint remoteEP). at System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port). --- End of stack trace from previous location ---. at System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port). at System.Net.Sockets.TcpClient..ctor(String hostname, Int32 port). at IBApi.EClientSocket.createClientStream(String host, Int32 port). at IBApi.EClientSocket.eConnect(String host, Int32 port, Int32 clientId, Boolean extraAuth)2022-05-01 11:50:16 :Brokerage Info: System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (111): Connection refused 127.0.0.1:4001. at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress). at System.Net.Sockets.Socket.Connect(EndPoint remoteEP). at System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port). --- End of stack trace from previous location ---. at System.Net.Sockets.TcpClient.Connect(String hostname, Int32 port). at System.Net.Sockets.TcpClient..ctor(String hostname, Int32 port). at IBApi.EClientSocket.createClientStream(String host, Int32 port). at IBApi.EClientSocket.eConnect(String host, Int32 port, Int32 clientId, Boolean extraAuth)

Author