Does anyone have alerts working in OEC?
I have tried both:
Both of these functions compile but don't do jack. I have alerts enabled on the chart and in the program properties.
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.