For this and possibly other, future contests, can we issue explicit trade commands, like setholdings, liquidate, marketorder, etc, as long as we also emit insights? E.g. Can we do this?

EmitInsights(Insight.Price(....));
followed immediately by
SetHoldings (....);

Author