- ago
Please fix this. Thank you!

0
328
2 Replies

Reply

Bookmark

Sort
- ago
#1
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
CODE:
if(source == null) return;
to the Populate() method.

But that's just a workaround of course...
0
- ago
#2
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.
0

Reply

Bookmark

Sort