Custom events

 

Hello

I'm planing to use MQL5 to connect to external price sources and trade platform. To be more precise, I need to connect to Binance or other crypto currency exchanges and use websocket to get the price and account data from.

the idea is that use a series of custom events and handlers to use when a new price comes or a new trade has happened, just like in MQL5 (onTrade,...).


Do I need to use native C++ features or is there such solutions in MQL5?

Thanks in advance


 
You can look at the Market (search results links are here).
Search - MQL5.community
Search - MQL5.community
  • www.mql5.com
Searching is based on morphology and is insensitive to case. All letters, no matter of their case, will be processed as lowercase. By default, our search engine shows pages, that...
 
Thanks for your reply.

But I am going to code my custom EA. those products are more for generating charts and trading manually not in EA.
Reason: