Support Board
Date/Time: Mon, 10 Nov 2025 11:49:13 +0000
Post From: Custom Study Menu Items (Order & Nesting)
| [2025-10-24 19:18:51] |
| Sierra_Chart Engineering - Posts: 21358 |
|
The calculation order is affected by this ACSIL variable: ACSIL Interface Members - Variables and Arrays: sc.CalculationPrecedence All of the different custom studies on the same chart, are sharing the same chart menu, and when they use the exact same MenuText parameter in the function sc.AddACSChartShortcutMenuItem, they are sharing the same menu command. The same menu command integer identifier is returned to each of them. You will need to use unique MenuText for each study to keep them separate.
Sierra Chart Support - Engineering Level Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy: https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |
