You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from api.DWX_ZeroMQ_Connector_v2_0_1_RC8 import DWX_ZeroMQ_Connector
_zmq = DWX_ZeroMQ_Connector(_verbose=False, _host="ip address of machine that has darwin expert assistant on")
I Think I Installed everything as it should be and I get the Error:
NameError: name '_zmq' is not defined
When I run code like:
_zmq.DWX_MTX_GET_ALL_OPEN_TRADES()
In the Spyder Kernel.
How can I fix that?
The text was updated successfully, but these errors were encountered: