Thursday, November 22, 2012

News Forex Indicator

News Forex Trading Indicator

This indicator is an economic news trading indicator. After you add this indicator in your trading chart, you can setting this indicator with these following codes


Important settings
In code, you can change some of the default settings.

extern bool lines = true; it use to show the vertical line news
extern bool texts = true; it use to show text labels with descriptions of news
extern bool comments = true; it use to show a list of the nearest future and past news
extern int total_in_list = 10; it use to show number of news list

extern bool high = true; it use to show the important news
extern bool medium = true; it use to show the medium importance news
extern bool low = true; it use to show the low impact news

Compared to the official website of the news that is most important to you, you can change their display. True means to engage, false - turn off their display.

extern int update = 15, / / ​​update the list of news every 15 minutes

Allows you to set the time news updates.

extern bool Auto = true; / / auto-select news, suitable for the currency pair chart
extern bool EUR = true; / / show news about certain currencies
extern bool USD = true;
extern bool JPY = true;
extern bool GBP = true;
extern bool CHF = true;
extern bool CAD = true;
extern bool AUD = true;
extern bool NZD = true;

extern color high_color = Maroon; / / color breaking news
extern color medium_color = Sienna; / / color of ordinary news
extern color low_color = DarkSlateGray; / / Color small news

Enables you to change the colors of indicators. Colors are written in English or in digital code.

extern bool Russian = true; / / is used to transfer files russification News

extern int server_timezone = 2, / / ​​server time zone
extern int show_timezone = 4, / / ​​show time for the time zone

You can customize the output of news, local time.

extern bool signals = true; / / news sound signals
extern int alert_before = 5 / / alert 5 minutes before the news
extern int alert_every = 30 / / beep every 30 seconds

No comments:

Post a Comment