Support Board
Date/Time: Sun, 19 Jan 2025 09:03:08 +0000
Post From: New Study Summary Window
[2017-12-28 02:24:15] |
Sierra Chart Engineering - Posts: 104368 |
OK now we understand what you are asking about. The Study Summary window will will use the set "Study Summary: Alert True Background" color for the displayed study Subgraphs for a study included in the Study Summary window, when the Alert Condition (alert state) is true for a study. An ACSIL study can set the alert state for it to true for the last bar by using code like the following. This assumes Automatic Looping is being used: if (sc.Index == sc.ArraySize -1)
sc.SetAlert(1); The if statement is not really necessary but it makes it much more efficient. 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, *change* to the Teton service: Sierra Chart Teton Futures Order Routing Date Time Of Last Edit: 2017-12-28 02:25:12
|