- ago
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.
0
593
Solved
2 Replies

Reply

Bookmark

Sort
- ago
#1
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?
0
- ago
#2
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.
1
Best Answer

Reply

Bookmark

Sort