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
 
 

Client Terminal Settings — Publisher

Previous     Next

Publisher Tab

Terminal allows to publish reports about the account status in internet automatically. To do so, one has to set up internet connection parameters through FTP (File Transfer Protocol). This can be done in the "Publisher" tab:

  • Enable — enable support reports publishing. If disabled, other fields are inaccessible;

  • Account — the account number the report for which should be published;

    Attention: Reports of only active accounts can be published. If the account number given in this field does not match with the current one, the reports will not be published.
  • Refresh every — periodicity of sending reports to the web server (in minutes);

  • FTP server — FTP server address to which the report will be sent. The server address and, if necessary, port should be specified in this field. The entry must have the following format: "[server internet address] : [port number]", for example: "192.168.0.1:443", where "192.168.0.1" is the server address, and "443" is the port number;

  • FTP path — name of the directory at the FTP server in which the report will be placed. The path (starting with the root directory) for sending reports must be given in this field;

  • FTP login — login for authorization at the FTP server;

  • FTP password — password for access to the FTP server;

  • Passive mode — switch between active and passive mode of data transfer.
    In active mode, a free port (from dynamic range of 1024 to 65535) is allotted in the client terminal to which the server will connect in order to set connection for transferring of data. The FTP server connects to the client's port with the given number using TCP port 20 from its part to transfer data. In passive mode, the server informs the client about the TCP port number (from the dynamic range of 1024 to 65535) to which the client can connect to set up data transfer.

    The main difference between active and passive FTP mode is the part that opens connection for data transferring. In active mode, it is the client who has to accept connection from the FTP server. In passive mode, the client initiates connection, and the server accepts it.

The "Test" button sends report about the current account status using the specified settings that allows to check their workability. If it has been tested successfully, the "OK" button must be pressed to activate these settings. If the test did not succeed, it is recommended to check all settings again and retest.