Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 14:23:42 +0000



Post From: ASCIL strategy trades will not reverse positions

[2020-12-03 15:11:51]
User566913 - Posts: 39
I have my settings set just as Sierra support has written in their documentation:

If you want to enter Buy and Sell orders without any restriction and not use the automated trading management logic provided by Sierra Chart, then set the following variables as shown:

AllowMultipleEntriesInSameDirection to TRUE (Yes)
AllowOppositeEntryWithOpposingPositionOrOrders to TRUE (Yes)
CancelAllOrdersOnEntriesAndReversals to FALSE (No)
AllowEntryWithWorkingOrders to TRUE (Yes)
sc.AllowOnlyOneTradePerBar to FALSE (applies only to ACSIL trading systems)
MaximumPositionAllowed to the maximum Trade Position Quantity you want to allow for your automated trading system or set this to twice that Quantity to ensure MaximumPositionAllowed does not restrict order entry.
....
I have these settings just like this and my strategy will not reverse or exit it's position. What else should I do?