• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 4:41pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 4:41pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

MT4 News Calendar Indicator 893 replies

Calendar News Indicator for MT4 2 replies

EA based on indicator which changes based on numbers of bars 0 replies

Forex Factory calendar vs others 8 replies

News Calendar indicator for MT4 build 600+ 1 reply

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 41
Attachments: News Indicator MT4 (Stable) - Based on FF Calendar and Others
Exit Attachments
Tags: News Indicator MT4 (Stable) - Based on FF Calendar and Others
Cancel

News Indicator MT4 (Stable) - Based on FF Calendar and Others

  • Last Post
  •  
  • 1 2Page 345 6
  • 1 2Page 34 6
  •  
  • Post #41
  • Quote
  • Dec 13, 2019 9:44am Dec 13, 2019 9:44am
  •  Sutatong
  • | Joined Sep 2016 | Status: Member | 35 Posts
I love it. Thank you so much, Apiga.
 
 
  • Post #42
  • Quote
  • Dec 14, 2019 8:01am Dec 14, 2019 8:01am
  •  danzell
  • | Joined Jun 2006 | Status: Not superman | 12 Posts
Very cool. Just all I need in a news alert indicator. Thanks.
 
 
  • Post #43
  • Quote
  • Dec 16, 2019 3:57am Dec 16, 2019 3:57am
  •  hz.fxmarket
  • | Joined Dec 2019 | Status: Member | 5 Posts
Hello! every one

I am new in Forex trading

I am trying to install this indicator in MT4 platform, but it is not working, something message like below generated by the Expert section:
Attached Image

If I open the link, I can see the things below:
Attached Image (click to enlarge)
Click to Enlarge

Name: Capture 1.JPG
Size: 38 KB


Which Says:
0 14:39:28.615 Custom indicator News.Calendar EURUSD,M1: loaded successfully
0 14:39:28.653 News.Calendar EURUSD,M1: initialized
0 14:39:40.627 Custom indicator News.Calendar EURUSD,M1: loaded successfully
0 14:39:42.698 News.Calendar EURUSD,M1: Indicator FXSSI.CALENDAR is already running
3 14:39:42.698 News.Calendar EURUSD,M1: initialization failed (1)
0 14:39:42.698 News.Calendar EURUSD,M1: uninit reason 8
0 14:39:42.699 Custom indicator News.Calendar EURUSD,M1: removed

May I get any solution from Experts?
 
 
  • Post #44
  • Quote
  • Dec 20, 2019 1:36pm Dec 20, 2019 1:36pm
  •  afabiani
  • | Joined Dec 2019 | Status: Member | 1 Post
Quoting ilona
Disliked
{quote} I found that - int minutesSincePrevEvent = iCustom(Symbol(), 0, "News.Calendar", true, false, false, true, true, 1, 1); Print(iCustom(Symbol(),0, "News.Calendar", true, false, false, true, true, 1, 1)); int minutesUntilNextEvent = iCustom(Symbol(), 0, "News.Calendar", true, false, false, true, true, 1, 0); Print(iCustom(Symbol(),0, "News.Calendar", true, false, false, true, true, 1, 0)); But it always return 0.0
Ignored
Try the following code here:

int objs = ObjectsTotal(ChartID());
string name;
for(int cnt=objs-1;cnt>=0;cnt--)
{
name = ObjectName(ChartID(), cnt);
if (StringFind(name, "FXSSI.CALENDAR#news-country") > -1) {
string currency = ObjectGetString(ChartID(), name, OBJPROP_TEXT);
datetime news_time = ObjectGet(name, OBJPROP_TIME1);
StringReplace(name, "news-country", "news-stars");
string stars = ObjectGetString(ChartID(), name, OBJPROP_TEXT);
Print(StringLen(stars) + " " + currency + " TIME: " + TimeToStr(news_time)); // e.g.: 2019.12.20 19:32:09.588 Forex.Calendar: 3 CAD TIME: 2019.12.23 15:00
}
}
 
 
  • Post #45
  • Quote
  • Jan 12, 2020 6:18pm Jan 12, 2020 6:18pm
  •  rapidedward
  • | Joined May 2009 | Status: Member | 122 Posts
Thank you.
Rapid
 
 
  • Post #46
  • Quote
  • Jan 17, 2020 3:28pm Jan 17, 2020 3:28pm
  •  shahed58
  • Joined Mar 2015 | Status: i love you | 341 Posts
Quoting Apiga
Disliked
{image} The problem was Solved Recently, many traders faced with the fact that their common calendar indicators in MT4 stopped working or even started to hang/crash the terminal. Lags occur due to the fact that indicator can not receive a response from the server with the data. Unfortunately, the xml calendar page from FF is heavily overloaded and such failures occur periodically. The reason is that some coders set too frequent request to the server, and 1000 users who installed this indicator create an already noticeable server load. To avoid such...
Ignored
Very useful , Excellent
be healthy and wealthy... Ceeport
 
 
  • Post #47
  • Quote
  • Mar 3, 2020 5:19am Mar 3, 2020 5:19am
  •  mitzescu
  • | Joined May 2018 | Status: Member | 109 Posts
Thank you so much for this indi. Mega useful.

Is there anyway you can add an email alert pls?
 
 
  • Post #48
  • Quote
  • Apr 9, 2020 4:40pm Apr 9, 2020 4:40pm
  •  Apiga
  • Joined Nov 2015 | Status: Member | 56 Posts
Hello FF,

Update

A new version (1.05) of News.Calendar published.

- Minor bug fix

The first post was updated.
Attached File(s)
File Type: ex4 News.Calendar-1.5.ex4   118 KB | 982 downloads
 
 
  • Post #49
  • Quote
  • Apr 12, 2020 2:17am Apr 12, 2020 2:17am
  •  happyperson
  • | Joined Apr 2020 | Status: Junior Member | 1 Post
just downloaded and allowed dll nothing appears
 
 
  • Post #50
  • Quote
  • Apr 14, 2020 2:00am Apr 14, 2020 2:00am
  •  benmuti
  • | Joined Jul 2015 | Status: Junior Member | 3 Posts
Quoting hz.fxmarket
Disliked
Hello! every one I am new in Forex trading I am trying to install this indicator in MT4 platform, but it is not working, something message like below generated by the Expert section: {image} If I open the link, I can see the things below: {image} Which Says: 0 14:39:28.615 Custom indicator News.Calendar EURUSD,M1: loaded successfully 0 14:39:28.653 News.Calendar EURUSD,M1: initialized 0 14:39:40.627 Custom indicator News.Calendar EURUSD,M1: loaded successfully 0 14:39:42.698 News.Calendar EURUSD,M1: Indicator FXSSI.CALENDAR is already running 3...
Ignored

I am also having the same issue, can someone help?
 
 
  • Post #51
  • Quote
  • Apr 17, 2020 2:49pm Apr 17, 2020 2:49pm
  •  Yogesh1981
  • | Commercial Member | Joined Feb 2020 | 40 Posts
please can some one create it for crude oil?????
 
 
  • Post #52
  • Quote
  • Apr 17, 2020 4:31pm Apr 17, 2020 4:31pm
  •  Apiga
  • Joined Nov 2015 | Status: Member | 56 Posts
Quoting Yogesh1981
Disliked
please can some one create it for crude oil?????
Ignored
Have you tried this option?
Attached Image (click to enlarge)
Click to Enlarge

Name: Screenshot1.png
Size: 69 KB
 
 
  • Post #53
  • Quote
  • Apr 24, 2020 1:26pm Apr 24, 2020 1:26pm
  •  thongexp
  • | Joined Jan 2020 | Status: Member | 3 Posts
thank you Apiga. Love it. pips
 
 
  • Post #54
  • Quote
  • May 8, 2020 11:44am May 8, 2020 11:44am
  •  mix1911
  • | Joined Mar 2018 | Status: Member | 3 Posts
Thank you Apiga for sharing your work with us. Your indicator is clear and very simple to use. However, I seem to be unable to see past data beyond 5 days, no matter how many Hours Behind I input. Is there a limit or am I missing something?
 
 
  • Post #55
  • Quote
  • Jun 11, 2020 8:13am Jun 11, 2020 8:13am
  •  TexasPipster
  • | Joined Mar 2016 | Status: Member | 46 Posts
Quoting happyperson
Disliked
just downloaded and allowed dll nothing appears
Ignored
Without source file getting vps MIGRATION error messages on all indicators I try to add. Can you possible provide source file?
Attached Image (click to enlarge)
Click to Enlarge

Name: error message VPS.jpg
Size: 61 KB
 
 
  • Post #56
  • Quote
  • Jun 11, 2020 8:27am Jun 11, 2020 8:27am
  •  Apiga
  • Joined Nov 2015 | Status: Member | 56 Posts
Quoting TexasPipster
Disliked
{quote} Without source file getting vps MIGRATION error messages on all indicators I try to add. Can you possible provide source file? {image}
Ignored
Hi,
This error is about some HeikenAshi indicator, i dunno why you post this here.
As for source code, its is not distributed.
 
 
  • Post #57
  • Quote
  • Jun 16, 2020 5:02am Jun 16, 2020 5:02am
  •  NameIsMethos
  • | Joined Jan 2020 | Status: Member | 69 Posts
Hi everyone, is it just me or did someone else had the problem of "no response" from MT4 when putting the indicator on the chart. I can't do anything right now Even restarting doesn't work, as it automatically tries to load the indicator again and produces the "no response" problem again. I'll wait a few minutes but it looks like I have to completely reinstall the terminal.
 
 
  • Post #58
  • Quote
  • Jun 16, 2020 7:02am Jun 16, 2020 7:02am
  •  NameIsMethos
  • | Joined Jan 2020 | Status: Member | 69 Posts
Well I found a workaround to make my terminal work again, by deleting the indicator in the terminal folder. I'm still trying to make it work though, being aware of high impact news events is important even for trading based on technical analysis. Did anyone have this problem before and can give me a hint on how to make it work? I already tried to use an earlier version, but there still is a no response problem.
 
 
  • Post #59
  • Quote
  • Jun 25, 2020 1:58am Jun 25, 2020 1:58am
  •  babyland
  • | Joined Dec 2007 | Status: Member | 5 Posts
Hi Apiga,

thanks for the great indicator . it seems the Alert Method does not adjust the local time with system time. do you think we can have local time alert ?

e.g local time here is 13:30 gmt+8 , the event is 13:30 gmt+3 . i will get the alert at my local time 13:30 which is 5 hours before the event. how to get the alert just 5 mins (not 5 hours) before the event ? many thanks.
 
 
  • Post #60
  • Quote
  • Jul 9, 2020 2:09pm Jul 9, 2020 2:09pm
  •  Gauer
  • | Commercial Member | Joined Oct 2017 | 649 Posts
Hi guys, does anyone have a news indicator to share that shows the "Actual" value after the data is released? I found one from Darkmoon FX that, even though it has the "Actual" column, it stopped working and does not show the values there. And I also found one from "Wetalktrade" which looks good, but the damned thing ask for login and pass everytime you launch it:

Darkmoon FX stopped working:

Attached Image (click to enlarge)
Click to Enlarge

Name: news indi 2.png
Size: 186 KB



Looking for economic calendar indicator that has the "Actual" colum, like this one:

Attached Image (click to enlarge)
Click to Enlarge

Name: news indi.png
Size: 172 KB
 
1
  • Platform Tech
  • /
  • News Indicator MT4 (Stable) - Based on FF Calendar and Others
  • Reply to Thread
    • 1 2Page 345 6
    • 1 2Page 34 6
0 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023