I tried creating an abstract class, call it AStrategy, which extends UserStrategyBase and provides much of the common functionality I need in my strategy implementations.
However, implementations of AStrategy are not appearing in the Strategies pane. I suspect that only strategies that directly implement UserStrategyBase are found and placed in the Strategies pane.
However, implementations of AStrategy are not appearing in the Strategies pane. I suspect that only strategies that directly implement UserStrategyBase are found and placed in the Strategies pane.
Rename
I also have my own Abstract class for common stuffs. It is working for me. Can you share an example code which shows the problem you are reporting?
I have coded up a skeleton abstract extension to UserStrategyBase called AStrategy2 and a skeleton implementation of AStrategy2 called MyStrategy2. It appears in the Strategies pane.
Your Response
Post
Edit Post
Login is required