¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Cannot transmit order (main order and stop loss orders)


 

How come the code you posted is missing this stuff that's mentioned in the docs?

            List<Order> bracketOrder = new List<Order>();
            bracketOrder.Add(parent);
            bracketOrder.Add(takeProfit);
            bracketOrder.Add(stopLoss);
            return bracketOrder;

Join [email protected] to automatically receive all group messages.