Quantopian Community,
Using the old order model, a Limit order could be done like this:
order_target_percent(stock, weight, style = LimitOrder(Price + 0.01))
How can this be done using the new order model?
i.e.
order_optimal_portfolio(
objective=some_objective,
constraints=some_constraint,
)