Login Page - Create Account

Support Board


Date/Time: Wed, 15 Oct 2025 04:32:53 +0000



Post From: Feasible to make sc.SupportTradingScaleIn & ScaleOut be property on s_SCNewOrder instead?

[2025-09-19 18:38:29]
rajeshh - Posts: 43
Hello: I have cases where I need to decide whether a new order will be a scale in, or a new bracket order on its own in the same direction with its own stop and target. Currently, it does not work with trying to toggle the sc.SupportTradingScaleIn property on/off before/after placing such an order.
It would be much cleaner if there was an attribute on s_SCNewOrder that would indicate if it was a scaleIn/Scale Out order. This way it also becomes stateful, and not a global property of the chart. This can help in debugging issues of incorrect order prices etc.

Thoughts?