{
AtmStrategyCreate(Cbi.Action.Sell, OrderType.Limit, entryPrice, 0, TimeInForce.Day,
GetAtmStrategyUniqueId(), "MyATMStrategy1", GetAtmStrategyUniqueId() );
}
My question involves the " EntriesPerDirection = 1; " command. The Strategy seems to completely ignore the EntriesPerDirection setting in the Initialize section of the Stratgey. Can EntriesPerDirection & AtmStrategyCreate(), in fact, be used together, or does the AtmStrategyCreate() somehow override the EntriesPerDirection setting?
Thanks,
Bill

Comment