Display news for EAs
- Indicadores
- Vu Kim Huyen
- Versión: 1.0
This indicate will set the global variable GlobalVariableSet("G_sukien",1); when there is news.
You can add this indicator to any char, it is not necessary that the char has your EA
Just add this code to your EA ( file mq5) to identify when there is news
int news=0; if(GlobalVariableGet("G_sukien")==1) {news=1;}
This is the identification code when there is news, how to handle it is up to you You can customize the pause time, customize the country you want to get news from...