The problem arises because the strategy overrides the ToString() method to return a blank string "". When I remove this override or return a simple string, the context menu works correctly. I would expect strategies to be able to override the the ToString() method in the same way that indicators can, and indicators support having an empty string.
This is with B10 and before.

Comment