Login Page - Create Account

Support Board


Date/Time: Sun, 05 May 2024 21:01: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!