• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 9:34pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 9:34pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Printable Version

Similar Threads

MT4 News Calendar Indicator 844 replies

MT4 calendar indicator link request 33 replies

News impact in forex - Need calendar data for my indicator 6 replies

Economic indicator charts on the FF Calendar 2 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 182
Attachments: FF Calendar Indicator for MT
Exit Attachments

FF Calendar Indicator for MT

  • Last Post
  •  
  • 1 39404142Page 43 44
  • 1 4142Page 43 44
  •  
  • Post #841
  • Quote
  • Nov 1, 2019 5:57am Nov 1, 2019 5:57am
  •  Outsocks
  • | Joined Oct 2019 | Status: Member | 17 Posts
I've been using this for a while and it's key to my setup! Thanks alot! Keep up the good work!
  • Post #842
  • Quote
  • Nov 1, 2019 8:43am Nov 1, 2019 8:43am
  •  link.down
  • | Joined Nov 2019 | Status: Member | 46 Posts
Quoting jergijselaar
Disliked
I've been using this for a while and it's key to my setup! Thanks alot! Keep up the good work!
Ignored
Hi, i just downloaded and it gave an error it can not download data ! can you share which version you're downloaded? Appreciate that thank you
1
  • Post #843
  • Quote
  • Dec 6, 2019 8:37pm Dec 6, 2019 8:37pm
  •  brucewhain
  • | Joined Aug 2006 | Status: brucewhain | 242 Posts
Quoting link.down
Disliked
{quote} Hi, i just downloaded and it gave an error it can not download data ! can you share which version you're downloaded? Appreciate that thank you
Ignored

You will have to enter a different URL in the indicator where it says Forex Factory Indicator. This one should work: https://cdn-nfs.faireconomy.media/ff...r_thisweek.xml
  • Post #844
  • Quote
  • Dec 6, 2019 8:48pm Dec 6, 2019 8:48pm
  •  Burton
  • | Joined Jan 2008 | Status: Member | 215 Posts
Here are 2 Calendar indicators that work well for me
Attached Files
File Type: mq4 FFC_April_2019.mq4   70 KB | 405 downloads
File Type: mq4 CalendarFX-I-A16.mq4   106 KB | 332 downloads
1
  • Post #845
  • Quote
  • Dec 7, 2019 12:30am Dec 7, 2019 12:30am
  •  v2vboni
  • Joined Sep 2015 | Status: ob-la-di, ob-la-da, life goes on... | 3,055 Posts
Quoting v2vboni
Disliked
{quote} >>> News Events indicator...updates By Impact (high, medium, low), Currency (country), and ALL Currency (country) ALL News Event ( added by v2v ─ NO currency restriction ─ access via button ) High Impact News ( from the original ─ showing current pair ─ or with selected currency from the parameter) High & Medium ( from the original ─ showing current pair ─ or with selected currency from the parameter ) High - Medium - Low ( from the original - showing current pair ─ or with selected currency from...
Ignored
https://www.forexfactory.com/showthread.php?t=943733
Attached File
File Type: ex4 News_Events.ex4   233 KB | 226 downloads
Intelligence is the ability to adapt to change. -- Stephen Hawking
1
  • Post #846
  • Quote
  • Dec 8, 2019 5:21pm Dec 8, 2019 5:21pm
  •  Burton
  • | Joined Jan 2008 | Status: Member | 215 Posts
Found this News indicator from here: https://darkmoonfx.com/newsinfo/
Attached File
File Type: ex4 IceFX.NewsInfo.ex4   121 KB | 195 downloads
1
  • Post #847
  • Quote
  • Dec 9, 2019 12:33am Dec 9, 2019 12:33am
  •  link.down
  • | Joined Nov 2019 | Status: Member | 46 Posts
Quoting Burton
Disliked
Here are 2 Calendar indicators that work well for me {file} {file}
Ignored
i tried but it says allow DLL files ( i did many times even on different mt4 same error ) Please advise !
  • Post #848
  • Quote
  • Dec 9, 2019 6:01am Dec 9, 2019 6:01am
  •  link.down
  • | Joined Nov 2019 | Status: Member | 46 Posts
Quoting Burton
Disliked
Found this News indicator from here: https://darkmoonfx.com/newsinfo/ {file}
Ignored
didn't work on any mt4 ( tried 2 )
  • Post #849
  • Quote
  • Dec 17, 2019 1:08pm Dec 17, 2019 1:08pm
  •  Thabzah
  • | Joined Nov 2014 | Status: Member | 17 Posts
Hello fellow Traders / Coders

I would like assistance here. I am busy building an EA on top of this great indicator shared on the forum.

My challenge is the code below:

From line 462 within the code:
//-----------------------------------------------------------------------------------------------------------------------
if(eTitle[n]== "Trade Balance" && eCountry[n]== "JPY")
{
NewsEventTime=eTime[n];
}

//+------------------------------------------------------------------------------+
string Event1 = "Event 1 Time: " + TimeToStr(NewsEventTime,TIME_DATE|TIME_SECONDS);

if(ObjectFind(OBJEKT_NAME2) < 0)
{
ObjectCreate(OBJEKT_NAME2, OBJ_LABEL, 0, 0, 0);
ObjectSet(OBJEKT_NAME2, OBJPROP_CORNER, 0);
ObjectSet(OBJEKT_NAME2, OBJPROP_XDISTANCE, 8);
ObjectSet(OBJEKT_NAME2, OBJPROP_YDISTANCE, 45);
ObjectSetText(OBJEKT_NAME2, Event1, 10, "Event 1 Time", clrWhite);
}
else
ObjectSetText(OBJEKT_NAME2, Event1);

WindowRedraw();
//+------------------------------------------------------------------------------+

//-----------------------------------------------------------------------------------------------------------------------


The idea is to capture the time o f the news event Trade Balance of country JPY, and then store the time onto variable NewsEventTime.
Following this I would like the news event time to be viewed on the chart as a label.
However, the EA only show date 01.01.1970

See also pic attached of what I see on the chart as well as the EA.

Regards
Thabzah
Attached Images (click to enlarge)
Click to Enlarge

Name: FFC EA pic2.png
Size: 72 KB Click to Enlarge

Name: FFC EA pic3.png
Size: 71 KB
Attached File
File Type: mq4 FFC EA.mq4   85 KB | 233 downloads
  • Post #850
  • Quote
  • Dec 17, 2019 2:18pm Dec 17, 2019 2:18pm
  •  Burton
  • | Joined Jan 2008 | Status: Member | 215 Posts
Hi link.down, all these calendar indicators I have posted work on all my MT4 installs without adding any additional dll files.

Quoting link.down
Disliked
{quote} i tried but it says allow DLL files ( i did many times even on different mt4 same error ) Please advise !
Ignored
  • Post #851
  • Quote
  • Dec 17, 2019 2:31pm Dec 17, 2019 2:31pm
  •  Thabzah
  • | Joined Nov 2014 | Status: Member | 17 Posts
Hello there Burton

Yes, I agree with you the indicator works great.
I am working on an EA in my case and would like assistance with the section of the code I have shared.

Regards
Thabzah
1
  • Post #852
  • Quote
  • Dec 18, 2019 3:52am Dec 18, 2019 3:52am
  •  Thabzah
  • | Joined Nov 2014 | Status: Member | 17 Posts
Hello fellow Traders/ Coders

I did manage to crack the puzzle. The EA is working and would like to share it with you guys as a token of my appreciation.
This copy is a demo version will expire in 3 months time.

Regards
Thabzah
Attached Image (click to enlarge)
Click to Enlarge

Name: Auto News Trader pic.png
Size: 128 KB
Attached File
File Type: ex4 Auto News Trader EA v1.0.0.ex4   100 KB | 158 downloads
1
  • Post #853
  • Quote
  • Dec 18, 2019 12:42pm Dec 18, 2019 12:42pm
  •  Burton
  • | Joined Jan 2008 | Status: Member | 215 Posts
Thabzah, sharing an EA, or Indicator that expires is NOT sharing! Share the mq4 code so all can benefit!

Quoting Thabzah
Disliked
Hello fellow Traders/ Coders I did manage to crack the puzzle. The EA is working and would like to share it with you guys as a token of my appreciation. This copy is a demo version will expire in 3 months time. Regards Thabzah {file} {image}
Ignored
  • Post #854
  • Quote
  • Dec 19, 2019 12:59am Dec 19, 2019 12:59am
  •  Burton
  • | Joined Jan 2008 | Status: Member | 215 Posts
Thabzah What is this? a marketing ploy?

Demo EA expired, Contact vendor on .................... ?????
Attached Image
  • Post #855
  • Quote
  • Dec 20, 2019 10:05am Dec 20, 2019 10:05am
  •  Thabzah
  • | Joined Nov 2014 | Status: Member | 17 Posts
Good day Burton

Demo EA means it works on a demo account.

Kind Regards
  • Post #856
  • Quote
  • Dec 20, 2019 2:31pm Dec 20, 2019 2:31pm
  •  Burton
  • | Joined Jan 2008 | Status: Member | 215 Posts
Hi Thabzah, Thank you for clarifying, best wishes

Quoting Thabzah
Disliked
Good day Burton Demo EA means it works on a demo account. Kind Regards
Ignored
  • Post #857
  • Quote
  • Dec 22, 2019 1:56pm Dec 22, 2019 1:56pm
  •  Burton
  • | Joined Jan 2008 | Status: Member | 215 Posts
Here is another News Calendar indicators that work well for me, It auto selects the news just for the pair it is placed on
Attached File
File Type: mq4 News Panel.mq4   51 KB | 309 downloads
  • Post #858
  • Quote
  • Jan 8, 2020 7:09am Jan 8, 2020 7:09am
  •  GingerBoloks
  • | Joined Apr 2017 | Status: Member | 70 Posts
Quoting Burton
Disliked
Here are 2 Calendar indicators that work well for me {file} {file}
Ignored
FFC April one is amazing. Did you code it? If so....... Thank you!
Amazingness in abundance
1
  • Post #859
  • Quote
  • Edited at 2:52pm Jan 8, 2020 2:04pm | Edited at 2:52pm
  •  Burton
  • | Joined Jan 2008 | Status: Member | 215 Posts
Hi GingerBoloks, did not code it, found them all on my internet wanderings, great that you like it,

Here is an update to CalendarFX indicator, plus News Panel

IMPORTANT!

FFC_April_2019 Lines on Chart are not auto correct, maybe the Time Offset needs to be set.

CalendarFX Lines on chart are YES auto correct

Quoting GingerBoloks
Disliked
{quote} FFC April one is amazing. Did you code it? If so....... Thank you!
Ignored
Attached Files
File Type: mq4 CalendarFX-I-A16_05.04.19.mq4   213 KB | 381 downloads
File Type: mq4 News Panel.mq4   51 KB | 316 downloads
1
  • Post #860
  • Quote
  • Feb 7, 2020 9:07am Feb 7, 2020 9:07am
  •  zeeftrader
  • | Joined Jun 2018 | Status: Member | 31 Posts
Quoting Thabzah
Disliked
Hello fellow Traders/ Coders I did manage to crack the puzzle. The EA is working and would like to share it with you guys as a token of my appreciation. This copy is a demo version will expire in 3 months time. Regards Thabzah {file} {image}
Ignored
Today is February the 7th
There was the US NFP News at 13:30 London time.
The EA did not trade any pair at alll.
It was set on all Major pairs an hour before the news was due.
Its not quite 3 months so the the EA did not expire yet but it did not work at all.
  • Platform Tech
  • /
  • FF Calendar Indicator for MT
  • Reply to Thread
    • 1 39404142Page 43 44
    • 1 4142Page 43 44
1 trader 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 / ©2021