Login Page - Create Account

Support Board


Date/Time: Sat, 10 May 2025 18:14:02 +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);