Support Board
Date/Time: Tue, 04 Nov 2025 17:29:45 +0000
Post From: ASCIL MULTIPLE TRIGGER ORDERS
| [2022-05-06 00:36:20] |
| JDCII2112 - Posts: 21 |
|
ondafringe was correct. I was able to accomplish the order using the following: s_SCNewOrder NewOrder; //parameters for order 1; sc.SellEntry(NewOrder); //parameters for order 2; sc.BuyEntry(NewOrder2); Except now once one order fills the other one goes haywire. It just starts ordering endlessly so got to figure that out now haha. So close. |
