Can someone please tell me how I can get an alert to pop up after the following condition is met? I've read and read and tried and tried but just can't get it to do it correctly?
Thanks is advance.
if ((BBhigh <= KChigh) || (BBlow >= KClow)) {
drawShapeRelative(0,0,Shape.CIRCLE,null,nColorSque eze,Shape.TOP);
I want it to sound an alert when this occurs.....
Thanks is advance.
if ((BBhigh <= KChigh) || (BBlow >= KClow)) {
drawShapeRelative(0,0,Shape.CIRCLE,null,nColorSque eze,Shape.TOP);
I want it to sound an alert when this occurs.....
Comment