Avoid the init(...) when calling an indicator from within an EA?

 

Hi,

I'm having serious issues with calling an indicator. The indicator is unfortunately compiled, and I don't have access to the source code. The problem is that the indicator itself calls a few other indicators. When this indicator is called from the EA, it will reload the indicator for every incoming tick (which is good, since we want to use the most recent data) The problem is that the indicator is initialized every tick too, which makes the whole process extremely slow and if the market is moving somewhat fast, we will lag with the EA.

I'm not sure if there is a solution to this, other than looking in the source code, but I really hope so.

Best regards,

Johan

 
Time to look for a substitute.
Reason: