Contents 

Getting Started
Terminal Installation
Terminal Start
Opening of Accounts
Authorization
Security System
Live Update
Client Terminal Settings
Server
Charts
Objects
Trade
Expert Advisors
Email
Publisher
Events
User Interface
Main Menu
File
View
Insert
Charts
Tools
Window
Help
Toolbars
Standard
Charts
Line Studies
Periodicity
Market Watch
Data Window
Navigator
Terminal
Trade
Account History
News
Alerts
Mailbox
Experts
Journal
Tester
Setup
Properties
Results
Graph
Report
Journal
Optimization Results
Optimization Graph
Fast Navigation
Working with Charts
Chart Opening
Setup
Chart Management
Charts Print
Deleted Charts
Templates and Profiles
Analytics
Graphical Objects
Line Studies
Technical Indicators
Accelerator/Decelerator Oscillator
Accumulation/Distribution
Alligator
Average Directional Movement Index
Average True Range
Awesome Oscillator
Bollinger Bands
Commodity Channel Index
DeMarker
Elder-rays
Envelopes
Force Index
Fractals
Gator Oscillator
Ichimoku Kinko Hyo
Market Facilitation Index
Momentum
Money Flow Index
Moving Average
Moving Average Convergence/Divergence
Moving Average of Oscillator
On Balance Volume
Parabolic SAR
Relative Strength Index
Relative Vigor Index
Standard Deviation
Stochastic Oscillator
Williams' Percent Range
Trading
Order Types
Trailing Stop
Types of Execution
Trade Positions
Open Positions
Modifying of Positions
Position Close
Placing of Pending Orders
Modifying of Pending Orders
Deletion of Pending Orders
Auto Trading
MQL 4
MetaEditor
Expert Advisors
Creation
Setup
Launch
Shutdown
Strategy Testing
Setup
Results
History Files in FXT Format
Expert Optimization
Setup
Results
Custom Indicators
Creation
Setup
Attaching to Chart
Remove
Scripts
Creation
Setup
Launch
Shutdown
Tools
History Center
Export of Quotes
Global Variables
Contract Specification
Languages Support
 
 

Terminal — Alerts

Previous     Next

Alerts Tab

This tab contains information about created alerts. The alerts are intended for signaling about events in the market. Having created alerts, one may leave the monitor as the client terminal will automatically inform about the server event.

All alerts in this tab are represented as a table with the following fields:

  • Symbol — security the data on which are used to check for the condition specified. If the "Time=" parameter (alert triggering at the pre-defined time) was selected as a condition, the symbol does not matter;

  • Condition — condition under which the alert will trigger. The following can be used as such a condition:

    1. Bid> — the Bid price is higher than the specified value. If the current Bid price exceeds the given value, the alert will trigger;

    2. Bid< — the Bid price is lower than the specified value. If the current Bid price goes under the given value, the alert will trigger;

    3. Ask> — the Ask price is higher than the specified value. If the current Ask price exceeds the given value, the alert will trigger;

    4. Ask< — the Ask price is lower than the specified value. If the current Ask price goes under the given value, the alert will trigger;

    5. Time= — time is equal to the given value. As soon as this time comes, the alert will trigger.

  • Counter — the amount of alert triggerings;

  • Limit — maximum permissible amount of the alert triggerings. Having triggered this given amount of times, the alert will stop triggering;

  • Timeout — the period of time between alert triggerings;

  • Event — the action to be performed. This can be an audio signal, a file executable in operational environment, or a message sent by email.

Alerts Management

The following context menu commands are intended for managing of alerts:

  • Create — create a new alert. The same action can be performed by pressing of the Insert key;

  • Modify — edit the alert. The same action can be performed by double-clicking on the alert name in the table or by pressing of the Enter key;

  • Delete — delete the alert. This action can also be performed by pressing of the Delete key;

  • Enable On/Off — enable/disable the alert. The alert will not be deleted when disabled, but it stops to trigger. It can be enabled later. The same action can be performed by pressing the Space key or enabling in the alert setup window (described below).

Attention: To manage alerts with the keyboard, one should activate this window first. To do so, it is necessary to click with the left mouse button in the window.

One can start modifying of the alert by double-clicking of the left mouse button in the alert information line. In this case, as well as at execution of the "Modify" and "Create" context menu commands, the alert editor window will appear:

  • Enable — alert on/off. When the alert is off, it is not deleted, but it will stop functioning. This option is similar to the "Enable On/Off" context menu command and pressing of the Space key;

  • Action — assign an action to be performed when an event happens: play a sound, run a file, or send an email.
    When playing a sound or running a file, one should specify the corresponding files. At sending of a message, one should specify the topic and text of the message;

  • Symbol — security the values of which will be used to check the condition;

  • Condition — condition ("Time=", "Bid<", "Bid>", "Ask<", "Ask>") under which the alert will trigger;

  • Value — check value of the condition. If the symbol price is equal to this value, the alert will trigger;

  • Source — the alert. When a sound is played or a file is run, one should specify the path to the corresponding file. When a message is sent by email, one should input the message. It must be noted that one should set up email parameters for sending message;

  • Timeout — the time period between alert triggerings;

  • Maximum iterations — maximum amount of times the alert repeats triggering.

The "Test" button allows to check the usability of the selected alert. For changes to come into effect, one must press the "OK" button.

Attention: To send messages about events happened, one has to set up mailbox parameters in the program settings.