How to shared a class object cross EAs

 

I want to init only one intance of a class between experts in mql5.

I tried to use static variable, but it could not be shared in different experts. 


Has any way to archive this?