Plugin Communication

Custom indicators, trading strategies, data export and recording and more...
dahateb
Posts: 1
Joined: Sun Jul 21, 2019 11:06 am

Plugin Communication

Post by dahateb » Sun Jul 21, 2019 11:10 am

Hi all,

I want to send data from on plugin to another. Direct access doesn't seem to be possible since they are dynamically loaded, but I have seen that there is the possibility to send user defined messages. Is it possible for one plugin to subscribe to messages from another one?

Thanks

Andry API support
Posts: 548
Joined: Mon Jul 09, 2018 11:18 am
Has thanked: 25 times
Been thanked: 85 times

Re: Plugin Communication

Post by Andry API support » Fri Jul 26, 2019 3:04 pm

Hi dahateb,

Subscribing to messages from a plugin to another one is not possible. But there are some other ways, for example, establishing a TCP connection between your modules.

Post Reply