|
Mexico city
Posts: 15 since May 2019
Thanks Given: 4
Thanks Received: 0
|
Hi, hope someone can help on this one.
I've a signal that creates BUY and SELL orders:
buy_order = OrderCreator.MarketNextBar(new SOrderParameters(Contracts.CreateUserSpecified(PositionSize), "Bolder LE", EOrderAction.Buy)); //BUY
sell_order = OrderCreator.MarketNextBar(new SOrderParameters(Contracts.CreateUserSpecified(PositionSize), "Bolder SE", EOrderAction.SellShort)); //SELL
where PositionSize = 4
Nevertheless when the order is submitted, it only opens a position with 1 contract. Why ??
Is there any configuration limiting the number of contracts to just 1 ??
Help is appreciated.
JohnJo.
|