FFC – Forex Factory Calendar Binary Options Indicator

FFC – Forex Factory Calendar Binary Options Indicator

20530
0
SHARE

This is a modified version of the popular news indicator FFCal which was published initially by DerkWehler to ForexFactory forum. Actually, I’ve modified the code to suit my needs but I found that it may be useful for others as well so I decided to share it. I have rewritten the indicator so you can consider it almost “build from scratch” of the original. Yet, it shares the same techniques and main style.

The indicator places a panel on your chart that shows 5 economic events listed on the Forex Factory Calendar. You can filter out/in the events of High, Medium, or Low impact, Speaks, Holidays or by specific keyword filter. Please see all modifications listed below.

Also, the indicator can be called within an EA using the iCustom() function by accessing 2 buffers:

  • Buffer (0) contains minutes until the most recent event.
  • Buffer (1) contains impact value for the most recent event (Low = 1, Medium = 2, High = 3).

You can call buffers in two ways:

Simple call: (default values will be applied)

int EventMinute = (int)iCustom(NULL,0,"FFC",0,0);
if(EventMinute == 30) { .. YOUR CODE .. } // 30 minutes before the event

int EventImpact = (int)iCustom(NULL,0,"FFC",1,0);
if(EventImpact == 3)  { .. YOUR CODE .. } // High impact event

Advanced call:

iCustom(
        string       NULL,            // symbol 
        int          0,               // timeframe 
        string       "FFC",           // path/name of the custom indicator compiled program 
        bool         true,            // true/false: Active chart only 
        bool         true,            // true/false: Include High impact
        bool         true,            // true/false: Include Medium impact
        bool         true,            // true/false: Include Low impact
        bool         true,            // true/false: Include Speaks
        bool         false,           // true/false: Include Holidays
        string       "",              // Find keyword (case-sensitive)
        string       "",              // Ignore keyword (case-sensitive)
        bool         true,            // true/false: Allow Updates
        int          4,               // Update every (in hours)
        int          0,               // Buffers: (0) Minutes, (1) Impact
        int          0                // shift 
        );

Binary Options Indicators – Download Instructions

FFC – Forex Factory Calendar Binary Options Indicator is a Metatrader 4 (MT4) indicator and the essence of the forex indicator is to transform the accumulated history data.

FFC – Forex Factory Calendar Binary Options Indicator provides for an opportunity to detect various peculiarities and patterns in price dynamics which are invisible to the naked eye.

Based on this information, traders can assume further price movement and adjust their strategy accordingly.

How to install FFC – Forex Factory Calendar Binary Options Indicator.mq4?

  • Download FFC – Forex Factory Calendar Binary Options Indicator.mq4
  • Copy FFC – Forex Factory Calendar Binary Options Indicator.mq4 to your Metatrader Directory / experts / indicators /
  • Start or restart your Metatrader Client
  • Select Chart and Timeframe where you want to test your indicator
  • Search “Custom Indicators” in your Navigator mostly left in your Metatrader Client
  • Right click on FFC – Forex Factory Calendar Binary Options Indicator.mq4
  • Attach to a chart
  • Modify settings or press ok
  • Indicator FFC – Forex Factory Calendar Binary Options Indicator.mq4 is available on your Chart

How to remove FFC – Forex Factory Calendar Binary Options Indicator.mq4 from your Metatrader Chart?

  • Select the Chart where is the Indicator running in your Metatrader Client
  • Right click into the Chart
  • “Indicators list”
  • Select the Indicator and delete

Click here below to download the Binary Options Indicators:
FFC – Forex Factory Calendar

NO COMMENTS

LEAVE A REPLY