Support Board
Date/Time: Wed, 10 Sep 2025 00:51:42 +0000
Post From: LifeCycle of sc.SupportTradingScaleOut in a study?
[2025-07-15 10:18:04] |
rajeshh - Posts: 25 |
I have tried this, and still the same behavior - if (sc.GetBarHasClosedStatus() == BHCS_BAR_HAS_NOT_CLOSED)
sc.SupportTradingScaleOut = 1; else if (sc.GetBarHasClosedStatus() == BHCS_BAR_HAS_CLOSED) { sc.SupportTradingScaleOut = 0; //Submit order to create an opposite order with attached orders does not create attached orders, only the opposite order. |