Launching an browser from an Indicator coded for Mt4

 

Hello,

 

I need to launch a browser (Chrome for example) by clicking a button in an indicator. The action should access a news provider page, such as  forex factory or any other news provider web page.

The action should be similar with the result of the #property link instruction.

Does anybody know how to manage this in MT4 (I know how to create a button or to use the OnChartEvent function).

Thank you in advance,

Nicolae

 
NicolaeZ:

Hello,

 

I need to launch a browser (Chrome for example) by clicking a button in an indicator. The action should access a news provider page, such as  forex factory or any other news provider web page.

The action should be similar with the result of the #property link instruction.

Does anybody know how to manage this in MT4 (I know how to create a button or to use the OnChartEvent function).

Thank you in advance,

Nicolae

From MQL4/5 program, you cannot call a browser.
 
Karputov Vladimir:
From MQL4/5 program, you cannot call a browser.

Thank you Vladimir for your prompt answer.

Reason: