Gekko Forum
Whats the correct way to pass information from plugin to indicator - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html)
+--- Forum: Technical Discussion (https://forum.gekko.wizb.it/forum-23.html)
+--- Thread: Whats the correct way to pass information from plugin to indicator (/thread-58004.html)



Whats the correct way to pass information from plugin to indicator - emjayar - 09-10-2019

Hi there,

I have an async plugin that loads some information that is to be used by an indicator. So the indicator depends on that plugin. 

How to correctly pass information from plugin to the indicator in this framework without having to resort to global variable hackery?

Thanks!

Cheers,


M