vdemydiuk / mtapi

MetaTrader API (terminal bridge)
http://mtapi4.net/
MIT License
522 stars 282 forks source link

Send message to Experts tab #21

Closed arteny closed 8 years ago

arteny commented 8 years ago

Is it possible to send message to the Experts tab of Tools window of MT?

vdemydiuk commented 8 years ago

At this moment MtApi has only MQL functionality. But I think it is not big problem to add functionality for sending messages to windows of MetaTrader. If it is needed I will investigate. What type of window message do you need?

arteny commented 8 years ago

@vdemydiuk standard messages from experts: Screenshot

vdemydiuk commented 8 years ago

What type of windows messages do you want to send to the expert tab window?

arteny commented 8 years ago

@vdemydiuk Just a wrapper for Print function of MQL5 for MtApi5

vdemydiuk commented 8 years ago

I had some misunderstanding with you from first your message. I thought about windows messages. As I understand now you need common function Print (https://www.mql5.com/en/docs/common/print). Am I right?

arteny commented 8 years ago

@vdemydiuk Yes, it is