trade29.sc.SCBridge.get_connection_info#
- SCBridge.get_connection_info()#
Gets info regarding the connection between SC-Py and the SC-dX Sierra Chart DLL.
- Returns:
Examples
>>> bridge = SCBridge() running bridge v0.17.0--------2024/08/07 17:00:46 connecting to sc starting receiver starting sender sc version: 2666, scdx version 208, connection: t29scdx2, keys: xx,signal >>> # That last line above was actually a call to this method! Let's try calling it ourselves >>> print(bridge.get_connection_info()) sc version: 2666, scdx version 208, connection: t29scdx2, keys: xx,signal