Alert other 1hr currency pair

 
Is it possible to create an alert by putting an indicator on one 1hr chart, and the indicator will also alert other 1hr currency chart? 
 
This could be achieved by setting a global variable with GlobalVariableSet. The other indicator/EA needs to read out its value, say in OnTick(), with GlobalVariableGet and acts accordingly.