Login Page - Create Account

Support Board


Date/Time: Sat, 27 Apr 2024 18:46:29 +0000



Post From: Transact live order placement via study

[2013-12-12 00:11:16]
flyboy615 - Posts: 56
Hi,
One of my clients seems to be having a strange problem that I am not able to identify. He has two auto-trade studies (of my creation) running on the same symbol but different charts. Each study has an OCO type twconfig file associated with it. If one goes long for example and the second one attempts to go long the order is rejected without any error message. During that period he is not able to manually enter an OCO type order either. Once the system goes flat all returns to normal.

He is using version 1061 of sierra

The automated studies both have the following settings
sc.SupportReversals = false;
sc.SendOrdersToTradeService = true;
sc.AllowMultipleEntriesInSameDirection = true;
sc.AllowOppositeEntryWithOpposingPositionOrOrders = true;
sc.CancelAllOrdersOnEntriesAndReversals= false;
sc.AllowOnlyOneTradePerBar = false;
sc.MaintainTradeStatisticsAndTradesData = true;    
sc.AllowEntryWithWorkingOrders = true;

Is there another setting that I have missed? Something enforced by Transact? Any insight would be appreciated.

Thanks