Is it possible to hard code this in each strategies Initialize() section so that when launching a new strategy it would default for each strategy appropriately (and thus you don't have to rememeber for specific strategies what the ideal setting is for it)? I have some strategies that I want PerEntryExecution and others that are ByStrategyPosition.
I tried something like:
OrderHandling = OrderHandling.ByStrategyPosition;
but it doesn't work. It is similar to EntryHandling which does appear to have this functionality:
EntryHandling = EntryHandling.AllEntries;
Thanks,
kc

Comment