OEC Easylangauge alerts

Discussion in 'App Development' started by masterm1ne, Dec 20, 2012.

  1. Does anyone have alerts working in OEC?

    I have tried both:

    Code:
    If ... then begin
    	Alert("Buy Signal");
    	PlaySound("D:\Storage\Exclamation.wav");
    end; 
    
    Both of these functions compile but don't do jack. I have alerts enabled on the chart and in the program properties.