Login Page - Create Account

Support Board


Date/Time: Wed, 12 Mar 2025 11:57:40 +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.