Skip to content

Commit

Permalink
Rename all of the master/slave as Publisher/Subscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
jiowcl committed Jun 23, 2020
1 parent d388ee7 commit f9aff91
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The Publishers do not need to log in with a trading password, just log in and us

## License

Copyright (c) 2017-2019 Ji-Feng Tsai.
Copyright (c) 2017-2020 Ji-Feng Tsai.
MQL-Zmq Copyright (c) Ding Li [ZeroMQ for MQL](https://github.com/dingmaotu).

Code released under the MIT license.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
//+------------------------------------------------------------------+
//| JiowclMasterServer.mq4 |
//| JiowclPublisherServer.mq4 |
//| Copyright 2017-2019, Ji-Feng Tsai |
//| https://github.com/jiowcl |
//+------------------------------------------------------------------+
#property copyright "Copyright 2019, Ji-Feng Tsai"
#property copyright "Copyright 2020, Ji-Feng Tsai"
#property link "https://github.com/jiowcl/MQL-CopyTrade"
#property version "1.11"
#property description "MT4 Copy Trade Master application. Push all order-to-subscribers."
#property version "1.12"
#property description "MT4 Copy Trade Publisher Application. Push all order-to-subscribers."
#property strict
#property show_inputs

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
//+------------------------------------------------------------------+
//| JiowclSlaveClient.mq4 |
//| Copyright 2017-2019, Ji-Feng Tsai |
//| JiowclSubscriberClient.mq4 |
//| Copyright 2017-2020, Ji-Feng Tsai |
//| https://github.com/jiowcl |
//+------------------------------------------------------------------+
#property copyright "Copyright 2019, Ji-Feng Tsai"
#property copyright "Copyright 2020, Ji-Feng Tsai"
#property link "https://github.com/jiowcl/MQL-CopyTrade"
#property version "1.11"
#property description "MT4 Copy Trade Slave application. Subscribe order status from source signal trader."
#property version "1.12"
#property description "MT4 Copy Trade Subscriber Application. Subscribe order status from source signal trader."
#property strict
#property show_inputs

Expand Down

0 comments on commit f9aff91

Please sign in to comment.