Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 10:09:22 +0000



[Programming Help] - How to add comment in alert pane

View Count: 821

[2020-01-31 14:36:37]
Tariq - Posts: 16
Some times the code gets too convoluted to read what I was intending to do. so I would like to add comment in the alert pane either above or below the code. Is it possible?
imagealert pane.PNG / V - Attached On 2020-01-31 14:32:14 UTC - Size: 10.12 KB - 250 views
[2020-01-31 22:08:05]
Sierra_Chart Engineering - Posts: 14092
No, that is not possible and you should switch to ACSIL for more complex formulas.
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
[2020-01-31 23:29:53]
Sawtooth - Posts: 3976
Alert syntax will ignore line feeds, so you can organize formulas, like this:

=OR(
AND(ID7.SG3[0] > ID7.SG3[-1],ID7.SG3[-1] <= ID7.SG3[-2]),
AND(ID7.SG3[0] < ID7.SG3[-1],ID7.SG3[-1] >= ID7.SG3[-2]))

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account