ejtraderLabs / ejtraderCT

The best Python Ctrader FIX API Perfect for HFT
MIT License
59 stars 20 forks source link

Library cannot subscribe to any symbol #19

Closed amircp closed 1 year ago

amircp commented 1 year ago

Hello, first of all thank you so much for programming this library.

i've tried it weeks ago and was working fine with my broker but today stopped to work is that a problem from broker or the library needs to be updated?

i want to subscribe to a symbol but isn't subscribing and i get a message:

Captura de Pantalla 2023-07-06 a la(s) 19 04 51

i'm using the exact code example provided in your readme.md

api.subscribe("USTEC")
api.quote("USTEC")

but not working neither my real nor demo account.

Can you help me?

cheers.

github-actions[bot] commented 1 year ago

We're glad you've opened your first issue. Please provide all the necessary details and any relevant code or screenshots to help us understand the problem better. Our team will review your issue and provide assistance as soon as possible. Thank you for contributing!

amircp commented 1 year ago

I was worried for a moment it was a problem from library or broker... i've been tested before in a jupyterbook using colab and everything fine but then moved into a python file and i noticed in this moment that after subscribing i need to wait some seconds to get the quote.