Page 1 of 5 1 2 3 ... LastLast
Results 1 to 10 of 47
Like Tree14Likes

Investing.com Economic Calendar

This is a discussion on Investing.com Economic Calendar within the Trading tools forums, part of the Trading Forum category; Hi, Please check out the Investing.com Economic Calendar indicator with the following usefull options: TimeZone Selection Box Alert before event ...

      
   
  1. #1
    igorad
    Guest

    Investing.com Economic Calendar

    Hi,

    Please check out the Investing.com Economic Calendar indicator with the following usefull options:

    • TimeZone Selection
    • Box Alert before event
    • Country Filter (8 contries and EU)
    • News Importance Filter(L,M,H)
    • advanced display settings(flags, background, fonts, subwindow etc)



    Code:
    input string         CalendarDirectory    = "Investing.com News"; // Calendar Directory
    input string         CalendarName         = "Investing.com ";     // Calendar Name 
    input int            DownloadPause        =       120;            // Pause Between Downloads(sec) 
    input ENUM_TIMEZONE  TimeMode             =         0;            // Time Mode
    input int            TimeZone             =         3;            // Time Zone
    input bool           AlertOn              =     false;            // AlertOn
    input double         AlertTimeGap         =         1;            // News & Alert Time Gap(min) 
    input bool           PrintInLog           =     false;            // Print in Log
    input bool           DisplayPanel         =      true;            // Display Information Panel
    input bool           DisplayFlags         =      true;            // Display Flags Option
    input bool           DisplayLines         =      true;            // Display Lines Option
    input bool           DisplayText          =     false;            // Display Text Option
    input bool           DisplayEvents        =      true;            // Display Events Option
    input int            LineStyle            =         3;            // Line Style
    input int            MaxEventLength       =        27;            // News Max Length(in symbols) 
    input bool           SaveHTMFormat        =     false;            // Save HTM Format
    
    input string         countryFilter        = " Currency Filter(None-Off, Color-On): "; 
        
    input color          EUR                  =   clrPink;            // Euro Zone(EUR)    
    input color          USD                  = clrDodgerBlue;        // US(USD)
    input color          JPY                  = clrOrange;            // Japan(JPY)
    input color          GBP                  =    clrRed;            // UK(GBP) 
    input color          CHF                  = clrMagenta;           // Switzerland(CHF) 
    input color          AUD                  =  clrGreen;            // Australia(AUD)
    input color          CAD                  = clrTomato;            // Canada(CAD) 
    input color          NZD                  =   clrGray;            // New Zealand(NZD)   
    input color          CNY                  = clrOrange;            // China(CNY) 
    
    input string         impFilter            = " Importance Filter: ";
    input string         NewsImportance       =   "L,M,H";            // News Importance Filter ("" - all)
    
    input string         graphSets            = " Graph Settings: ";  
    input int            window               =         0;            // Window: 0-chart window,1-1st subwindow,2-2nd subwindow and so on
    input int            step_X               =        20;
    input int            step_Y               =        20;
    input int            offset_X             =        30;
    input int            offset_Y             =        30;
    input string         textFontName         =   "Arial";
    input string         headFontName         = "Arial Black";   
    input int            fontSize             =         8;
    input color          textColor            = clrSilver;
    input color          timeColor            = clrSilver;
    input color          lowImportanceColor   = clrLightBlue;
    input color          medImportanceColor   = clrOrange;
    input color          highImportanceColor  =    clrRed; 
    input bool           useImportanceColor   =     false;
    input color          betterNewsColor      = clrGreenYellow;       // Better News Color
    input color          worseNewsColor       = clrTomato;            // Worse News Color       
    input uchar          upcomNewsArrowCode   =       108;
    input color          upcomNewsArrowColor  = clrMediumSeaGreen;
    input color          backgroundColor      = C'0,50,70';           // Background Color: None-off, color-on
    input int            backgroundBorder     =        -1;            // Background Border: -1-off,0...2-on

    Attachment 27504


    UPDATES:

    2017.09.14 - fixed versions v1.2 600+ uploaded.
    2019.02.21 - updated versions v1.3 for MT4 and MT5 uploaded.

    Regards,
    Igor
    Attached Files Attached Files
    Mitch, maleks, gelindop and 4 others like this.

  2. #2
    Junior Member
    Join Date
    Apr 2017
    Posts
    9
    Thank you very much Igor!!

    But it seems, there is a bug. Today I can only see news till 01:45 GMT (Caixin Manufacturing PMI). But the calendar on https://www.investing.com/economic-calendar/ shows me a lot of more news after this.

  3. #3
    igorad
    Guest
    Quote Originally Posted by Mitch View Post
    Thank you very much Igor!!

    But it seems, there is a bug. Today I can only see news till 01:45 GMT (Caixin Manufacturing PMI). But the calendar on https://www.investing.com/economic-calendar/ shows me a lot of more news after this.
    Hi Mitch,

    Thanks a lot for finding a bug.

    Please check out the fixed version 1.1.


    Regards.
    Igor

  4. #4
    Junior Member
    Join Date
    Apr 2017
    Posts
    9
    Thanks Igor.

    The bug seems to be solved.

  5. #5
    Member
    Join Date
    Mar 2015
    Posts
    33
    Hi,

    Where do I put the Flag zip files and what is the empty subwindow file used for? Thanks

  6. #6
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by Erikku View Post
    Hi,

    Where do I put the Flag zip files and what is the empty subwindow file used for? Thanks
    Flag zip: unzip the archive with national flags to MQL4/Images directory.

    EmptySubwindow_v1 file is the indicator. Place it to indicators' folder and compile. It is used to place Investing.com Calendar_v1.1 600+ indicator to subwindow: we are attaching EmptySubwindow_v1 indicator first to create the empty subwindow, and attaching Investing.com Calendar indicator to this subwindow after that - according to the settings:

    Code:
    window = 0; // Window: 0-chart window,1-1st subwindow,2-2nd subwindow and so on
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  7. #7
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    And play with Currency Filter (None-Off, Color-On) settings and NewsImportance filter settings (L,M,H) to display indicator on the chart.

    Investing.com Economic Calendar-nzdusd-m5-alpari-international-limited-1-.png


    Investing.com Economic Calendar-nzdusd-m5-alpari-international-limited-2-.png
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  8. #8
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    USD/CAD M5: range price movement by Canada's Retail Sales news event

    Investing.com Economic Calendar-usdcad-m5-alpari-international-limited.png
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  9. #9
    Junior Member
    Join Date
    Sep 2017
    Posts
    3
    ohh today friday not working...

    what happens?

  10. #10
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin
    Quote Originally Posted by orel View Post
    ohh today friday not working...

    what happens?
    Seems they (investing.com calendar) excel file is empty for Friday I think ...
    Let's check in Monday.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

Page 1 of 5 1 2 3 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •