FFC – 외환 공장 일정 이진 옵션 표시기

FFC – 외환 공장 일정 이진 옵션 표시기

20999
0

This is a modified version of the popular news indicator FFCal which was published initially by DerkWehler to ForexFactory forum. 사실은, 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 almostbuild from scratchof 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.

또한, the indicator can be called within an EA using the iCustom() function by accessing 2 버퍼:

  • Buffer (0) contains 의사록 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(없는,0,"FFC",0,0);
if(EventMinute == 30) { .. YOUR CODE .. } // 30 minutes before the event

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

Advanced call:

iCustom(
        string       없는,            // 상징 
        int          0,               // 기간 
        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         그릇된,           // 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 
        );

이진 옵션 표시 – 다운로드 지침

FFC – Forex Factory Calendar Binary Options Indicator is a Metatrader 4 (MT4) 인디케이터와 외환 인디케이터의 본질은 축적 이력 데이터를 변환하는 것이다.

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.

이 정보에 기초, 상인은 더 가격의 움직임을 가정하고 이에 따른 전략을 조정할 수 있습니다.

How to install FFCForex Factory Calendar Binary Options Indicator.mq4?

  • Download FFCForex Factory Calendar Binary Options Indicator.mq4
  • Copy FFCForex Factory Calendar Binary Options Indicator.mq4 to your Metatrader Directory / 전문가 / 지표 /
  • 시작 또는 메타 트레이더 클라이언트를 다시 시작
  • 당신이 당신의 지표를 테스트 할 선택 차트 및 기준 시간
  • 수색 “사용자 정의 표시” 당신의 달력에서 주로 당신의 메타 트레이더 클라이언트에 남아
  • Right click on FFCForex Factory Calendar Binary Options Indicator.mq4
  • 차트에 연결
  • 설정 또는 확인을 누릅니다 수정
  • Indicator FFCForex Factory Calendar Binary Options Indicator.mq4 is available on your Chart

How to remove FFCForex Factory Calendar Binary Options Indicator.mq4 from your Metatrader Chart?

  • 표시가 메타 트레이더 클라이언트에서 실행되는 차트를 선택
  • 오른쪽 차트에 클릭
  • “표시 목록”
  • 표시를 선택하고 삭제

이진 옵션 표시를 다운로드하려면 여기 아래를 클릭:
FFC – Forex Factory Calendar

코멘트가 없습니다

회신을 남겨주