Misc

TIMEZONE_BrokerOffset

Very important. This is the Time Zone difference from GMT used by your Brokers MT4 Servers. If they use GMT Time Zone this parameter should be 0, otherwise use the specified difference. For GMT+2, TIMEZONE_BrokerOffset should be 2; for GMT-4, TIMEZONE_BrokerOffset sholud be -4, etc.

The EA displays the GMT Time at the top right corner of the chart. Make sure that time is correct comparing it with the time displayed at http://wwp.greenwichmeantime.com/, if there is a difference then adjust TIMEZONE_BrokerOffset to compensate that difference. You will probably need to adjust this value when Daylight Saving Time changes take place.

REFRESH_Period

This EA will update all the S/R levels and notifications at this period interval. The value of this parameter must be a valid Metatrader 4 Time-frame indicated in minutes:

INFO_Profit_Statistics_Show

When this parameter is true, Daily, Weekly and Monthly account growth will be displayed at top/right corner of the chart..

INFO_Open_Orders_Show

When this parameter is true, the following information will be displayed for every open trade at the left side of the chart:

Take Profit pips and growth percentage of the account if this level is hit.

Stop Losst pips and decrease percentage of the account if this level is hit.

Current Profit/Loss pips and growth/decrease percentage of the account.

INFO_Analisis_Show

When this parameter is true, the current values measured for notifications will be displayed at the left side of the chart. This option is useful to fine tune notification parameters.

INFO_MA_Projections_Show

When this parameter is true, projected trend lines will be displayed for 10ema, 35sma and 50ema. The projections will be based in the values of the MAs of the last closed bar and the bar indicated by CHOROS_Bar_to_calculate_tilt.

INFO_Notification_Sound

The EA will reproduce this sound on the notification of a new signal.

INFO_Notification_End_Sound

The EA will reproduce this sound when an existing signal is no longer valid.

INFO_Order_Sent_Sound

The EA will reproduce this sound when a new Order is sent to the Broker.

CHOROS_Bar_to_calculate_tilt

Bar number counting from the last closed bar that is used along with the last closed bar to draw projection of Moving Averages and to calculate the tilt of the projection.