Support Board
Date/Time: Sun, 19 Jan 2025 17:46:44 +0000
Post From: Concatenation of alerts
[2018-04-20 12:19:20] |
User470516 - Posts: 78 |
Good morning, I am struggling sending out two alerts one after another during the same bar, so as to "concatenate" them. The documentation stipulates : "During a call into a study function, if there are multiple calls to sc.SetAlert() at the same or different bar indexes, only one will actually generate an alert. The rest will be ignored." I am trying to achieve the following: play alert "BUY DAX" and immediately after play alert "Bar period 60 Minutes". I am right if I say this not possible within ACSIL? Could it be possible in the future? For instance if the fucntion could do: sc.alert(int NumberOfAlerts, int AlertNumber#1, int AlertNumber#2, int AlertNumber#3,..., int Index, SCString Message); Thank you for your support. Regards, Laurent |