MT5 News Indicator Needed
-
Hello,
I need MT5 News Indicator that shows news vertical lines on chart and separates the news types by different colors.
I know of FXSSI but I dont want it ... its not doing the job, it has one color for all news type.
Kindly share if you have any news indicator that does what i described
thank you
-
Did you try doing some search through the forum's threads? Many requests of news indicators can be found but I'm not optimistic you will find that one exactly. I may be wrong, of course.
-
@l-andorrà not sure if such an indicator is on the forum but will check thru
-
@l-andorrà checked apparently there is none
-
This is something that would be good but, on FX it would mean creating a custom block. What I do is create blocks that I can set Monday morning, so I know all will be good on the day (this is the same on MT5): https://fxdreema.com/shared/c3KjvQzWb
-
@jstap awesome, but am still trying to understand the logic behind this, where is the News Data Fetched from? is it manually inputted?
-
It's manual, just have to add the day and time from and to, then add clocks to either close, move stops, not place new trade, or whatever you want to happen.
-
@jstap ooh i see, which day of the week starts as 1 here?
-
Sunday=0, Monday=1 etc, but with enum it will do this by selected day.
-
@jstap ok cool, what if in the case of multiple time stamp?
for example, news at 09:00 - 10:00 and 14:00 - 15:00 and 18:00 - 19:00
-

-
@jstap awesome, i understand this but my questions is now
what if in the case of more than one news to filter per day?
for example, news at 09:00 - 10:00 and 14:00 - 15:00 and 18:00 - 19:00
-
Just copy and past blocks, the enum (dayfilter) can be used many times, for example, I will use it on separate days, to not trade for the day (like a holiday)
-
@jstap awesome