Send notification question

 

Hello! 


So I implemented the sendnotification() to my EA and this is what happens:


It startet working great in my specific sendnotification conditions BUT, I found out that when I changed my stoploss and takeprofit values manually (Which I do A LOT) it also sent a notification to my app which I actually didnt want, only for some other conditions that I had in my EA.


Suddenly the send notification stopped working at all! and when I read the documentation it said:


"Strict use restrictions are set for the SendNotification() function: no more than 2 calls per second and not more than 10 calls per minute. Monitoring the frequency of use is dynamic. The function can be disabled in case of the restriction violation."

so I have 2 questions:


#1 It has already been like 5 hours since it got disabled and still isnt working so, How or when is this enabled again?

#2 Can I disable notifications when I change the SL and TP values manually?


THANK YOU VERY MUCH IN ADVANCE!!!

 

Ok it just got enabled again, so now I only have question #2.


Can I disable notifications when I change SL and TP values?