diff --git a/rustybot/src/strategy.rs b/rustybot/src/strategy.rs index 2503ba0..1052c57 100644 --- a/rustybot/src/strategy.rs +++ b/rustybot/src/strategy.rs @@ -576,7 +576,9 @@ impl OrderStrategy for MarketEnforce { OrderKind::Market, *order.order_form().platform(), order.order_form().amount(), - ), + ) + .with_leverage(order.order_form().leverage()) + .with_metadata(order.order_form().metadata().clone()), }) }