Is it possible to have SubmitOrderUnmanaged methods for OCO orders from indicator instead of from Strategy.
I found below best example on the forum on how to place SubmitOrderUnmanaged orders. but they got invoked from Strategy.
Wondering is it allowed to perform same actions from Indicator as well ? Thanks in advance.

rderUpdateArgs.AverageFillPrice:"+orderUpdateArgs. AverageFillPrice+":ProfitTargetDistance:"+ProfitTa rgetDistance+":TickSize:"+TickSize);
Comment