i can't get real data live #38
-
|
hi here is my code but it does not show any things when we have new candle |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
|
Have you updated to the latest version 3.1.5? There was an issue in a previous the previous release |
Beta Was this translation helpful? Give feedback.
-
Try updating to version 3.1.5 .. this was a bug in the previous release. I will make more examples that make this setup clearer later this evening |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for the delay in addressing the fix for this issue. But in doing this I discovered a bug in the event handler. When calling suite.data within a handler a deadlock was creating causing the method to freeze. This has been fixed and a v3.1.6 has been pushed. I created a couple of simple examples showing ways to use events and getting bar data: |
Beta Was this translation helpful? Give feedback.

Thanks for helping find these issues. This had never been an issue before, so I had just been testing with MNQ. But I created a bug that went unnoticed. The issue should be fixed now in v3.1.8
These examples should be working with micros and minis now:
01_events_with_on.py
00_events_with_wait_for.py