If I trap only the BarsInProgress of the analysis data series, then the AtmStrategyCreate() submits orders in the analysis data series, not the traded data series. I've found the overrides on the standard "enterLong" type order triggers, but I don't see an override for AtmStrategyCreate().
How can I use AtmStrategyCreate() to submit an order for the traded instrument immediately after a bar completes on my analysis series?

Comment