Why is the news indicator not working in Windows 7? - page 12

 

Here's a re-do... I had to share my functions to normalise time :-))

Files:
news_3_1.mq4  26 kb
 
Corrected the date formation again in my version.
Files:
news_3_2.mq4  26 kb
 
I was wondering why the number of lines function does not work - you can set it to 5 or 30 in both cases - it will still show the same number of lines
 
what is the number of lines function? ooh
 
Maybe the number of news items?
 
Yes - wrong - I hide everything except the news line display - that's what I meant
 
extern int  NewsList    = 20;    // Количество новостей в списке.
extern int  OldNewsList = 10;    // Количество предыдущих новостей в списке.
These settings only affect the list. They do not change the number of lines.
 

Here's what I've done to make the list settings affect the number of lines displayed.

Files:
news_3_6.mq4  23 kb
 
Thank you - it all works!!!
 
Zhunko:

Here's what I've done to make the list settings affect the number of lines displayed.

It would be good if the news lines were drawn only in the main window and not continued across all indicators...hinders a lot...