My issue is now that my custom strategy, based on the native "SampleAtmStrategy" fails to allow for unique/multiple entries.
I copied the following lines from my working multi-entry strategy but this wasn't the solution:
EntriesPerDirection = 1;
EntryHandling = EntryHandling.UniqueEntries;
TimeInForce = TimeInForce.Gtc;
StopTargetHandling = StopTargetHandling.PerEntryExecution;
Please advise and thank you,

Comment