Author |
Topic: Populating the Alert Window (2 messages, Page 1 of 1) |
||||
---|---|---|---|---|---|
Moderators: VPfau | |||||
PDavies541 Posts: 21 Joined: Feb 01, 2013 |
Hi
I have software that generates alerts. These are based on certain order flow conditions/events. I am currently just using "Print" to populate the log (my code is embedded in an indicator). As there is already an alert window in OEC, I'd like to push alerts there. I won't be creating any alert conditions ahead of time. Is it possible to push messages to the alerts window at all? Then the users will see their pre-defined price alerts and my generated alerts in the same place. Cheers Pete Peter Davies |
||||
VictorV Posts: 746 Joined: May 08, 2007 |
Hello, please try to use Alert("..") method - maybe, this is what you need.
Victor Vins Lead Software Developer |
||||