I am running multiple instances of the same strategy in one single chart ; eventually, each strategy instance will manage a separate target, but for now they are all strictly identical.
This strategy makes use of an indicator I developed myself. It is very complex, uses a lot of cpu & memory, and for that reason I was hoping that Ninja would only create one instance of it and it would be shared by the various instances of the strategy running in the chart.
However, it appears (by looking at the Indicators form, after turning on several instances of that same strategy) that Ninja does create one instance of the indicator per instance of the strategy.
What should I do in order to truly share one instance of the indicator between several instances of my strategy?
Thanks in advance
Dominique

Comment