Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 17:29:51 +0000



Post From: problems working w/ AMP trading server (real money activity)

[2017-06-14 23:30:40]
jizzary - Posts: 177
quote from my code
pls see the bold line - should stay or swith to false
in case u have any other comment pls make it
tnx

// init trading system to allow manual trading
sc.SendOrdersToTradeService = true;
sc.AllowMultipleEntriesInSameDirection = true;
sc.AllowOppositeEntryWithOpposingPositionOrOrders = true;
sc.CancelAllOrdersOnEntriesAndReversals = false;
sc.AllowOnlyOneTradePerBar = false;
sc.AllowEntryWithWorkingOrders = true;
sc.MaximumPositionAllowed = 10;
Date Time Of Last Edit: 2017-06-14 23:47:20