Support Board
Date/Time: Tue, 01 Jul 2025 07:52:35 +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); |