I saw such an exception before. Several times. Mostly with my own indicators.
Looks like Strategy Evolver tends to call Indicator.Populate() with source==null or an empty source.
I fixed it for my own indicators by adding
But that's just a workaround of course...
Looks like Strategy Evolver tends to call Indicator.Populate() with source==null or an empty source.
I fixed it for my own indicators by adding
CODE:to the Populate() method.
if(source == null) return;
But that's just a workaround of course...
QUOTE:
I fixed it for my own indicators by adding
Makes sense to add to HHS/LLS for B34, thanks.
At first the exception looked familiar (re: WLMA indicator in a BuildingsBlock) but HHS is not a smoother so that doesn't apply here.
Your Response
Post
Edit Post
Login is required