By alert, open chart over the entire screen

 

Hi coders,

I trade different currency pairs at same time (manually) with trend reversal strategy.

If I have an alert, is it possible or exists any function, that the chart with the alert opens (is showing) automatically over the entire screen.

Thank you very much for helping!!

 
polytrade:

Hi coders,

I trade different currency pairs at same time (manually) with trend reversal strategy.

If I have an alert, is it possible or exists any function, that the chart with the alert opens (is showing) automatically over the entire screen.

Thank you very much for helping!!

If your alert means an alert that is manually set in your terminal then it doesn't have a solution.
You have to use an EA to solve it.
 
The alert is generated with an MQL5 indicator
 
polytrade:
The alert is generated with an MQL5 indicator

If you have the source code of the indicator, it shouldn't be a problem. If you don't have the source code then it depends on the indicator (if the alert could be read from its buffers).

Reason: