Skip to content

Publisher

Jiowcl edited this page Dec 12, 2020 · 12 revisions

Publisher Options for MT4/MT5

Properties Default Value Description
Server tcp://*:5559 Bind the Publisher server IP address
ServerDelayMilliseconds 300 Push the order to subscriber delay milliseconds
ServerReal false Under real server
AllowSymbols Allow trading Symbols
DebugOutput true Debug Output Message

Publisher Options for MT5

Properties Default Value Description
AllowOrder true Allow Open a New Order
AllowPendingOrder true Allow Open a New Pending Order

Example

Bind a IP address for MT4 login under Computer IP address 192.168.50.61.

Server = tcp://*:5559

Execute on real account.

ServerReal = true

Copy Symbol EURUSD.

AllowSymbols = EURUSD

Copy Symbol EURUSD and USDJPY.

AllowSymbols = EURUSD,USDJPY

The Publishers do not need to log in with a trading password, just log in and using the investor password.

Clone this wiki locally