Support Board
Date/Time: Wed, 05 Nov 2025 11:09:51 +0000
Post From: Can not enable trading Scale In/Out option
| [2022-06-14 18:11:17] |
| ray42 - Posts: 21 |
|
Hi John, I'm the developer of this Indicator. Here are the settings we use for the indicator: sc.AllowMultipleEntriesInSameDirection = true;
sc.SupportReversals = true; sc.AllowOppositeEntryWithOpposingPositionOrOrders = true; sc.CancelAllOrdersOnEntriesAndReversals = false; sc.AllowEntryWithWorkingOrders = true; sc.CancelAllWorkingOrdersOnExit = true; sc.AllowOnlyOneTradePerBar = false; //This needs to be set to true when a trading study uses trading functions. sc.MaintainTradeStatisticsAndTradesData = true; sc.AutoLoop = true; sc.HideStudy = 1; I have shared a file with all of these settings commented and a file with the above setting - both did not work for the customer (User152129). Can you please let us know what settings are your referring to when you say Support Scale In/Out? Thank you! |
