I have a strategy that always wants the EntryHandling to be set to UniqueEntries. It would be nice if I could set this default value from the Initialize() method. The variable is there, but the corresponding type does not seem to be exposed.
As an alternative, a default value for that field could be added to the options panel. This alternative is not as nice though as I am sure people have mutliple stratigies that may require different values.

Comment