Login Page - Create Account

Support Board


Date/Time: Mon, 14 Jul 2025 21:44:17 +0000



Post From: Need help formatting sc.SetAlert() message output

[2016-08-17 05:57:46]
User147461 - Posts: 33
Thanks for the link! Got it working.


SCString AlertMessageString;

AlertMessageString.Format("%s %s %s %.2f", "ABC Sell Signal for", sc.Symbol.GetChars(), "at", sc.Close[sc.Index]);
sc.SetAlert(sc.SelectedAlertSound, AlertMessageString);