NorkQ / Publications
Forum
MQL5 How to run two while loops at the same time
Hi, How can I run two while loop functions at the same time ? I want to do this with multi-threading but I guess there is no multi-threading in mql5. Multi-threading example in python: import threading ## While loop def some_function(): while True: print( "Another thread function" )
MQL5 Using ZeroMQ Or Another Solution
Hi, I'm trying to communicate each other python 3 and mql 5. I want to use zeromq . But mql5 is not support zeromq and i guess there is no 3 party zeromq framework for mql5. How can i communicate easily between python and mql5 ? I want to send complex data like structurs or json