Login Page - Create Account

Support Board


Date/Time: Tue, 01 Jul 2025 23:43:15 +0000



Post From: ACSIL: Adding to a Position with OCOs

[2020-10-23 01:16:32]
ondafringe - Posts: 325
According to the Trade Service Log, it indicates that "Allow Multiple Entries In Same Direction" is not enabled. But it is enabled, as indicated in my OP, and as follows:

sc.AllowMultipleEntriesInSameDirection = true;
sc.SupportAttachedOrdersForTrading = true;
sc.AllowEntryWithWorkingOrders = true;
sc.MaximumPositionAllowed = 30;