HELP-Alarm for schaff

 

hi.


i want when andicator schaff give change color,give alarm burst



Thanks
Files:
 

Sorry, we only help people learning to code. :) So, put something like below on lines with theColor=.

if (currSTC>prevSTC){
  if(theColor != color1){
    Alarm();
    theColor = color1;
    TimeStamp=TimeCurrent();
  }
}

That or get lucky and hope someone else keeps feeding you a fish.

Ps: this indicator re-paints allot.

 

hi and thanks ubzen.


please this code add to andicator.

thanks

 
ubzen:

Sorry, we only help people learning to code. :)

Reason: