pop up window comes up upon timeframe change

 

Hello

 

My expert contains a notification code (email/popup/push)  but every timeframe change (back and forth e.g: H1>> D1 >> H1) it sends out a message however this is an unwanted behaviour, since conditions not met or already met

 

How to solve this? 

 
gericooper:

Hello

My expert contains a notification code (email/popup/push)  but every timeframe change (back and forth e.g: H1>> D1 >> H1) it sends out a message however this is an unwanted behaviour, since conditions not met or already met

How to solve this? 

You can solve it by setting flags.

Some code could be handy.

 

Search for Alert( ) command and change it to ...

//Alert("xxxxx"); 

 

Without the code it's impossible to help.

Regards.

Reason: