diff --git a/README.md b/README.md index 81495c7..7e6412f 100644 --- a/README.md +++ b/README.md @@ -7,38 +7,38 @@ Copy Trade System for MetaTrader 4 Client based on MQL script. ## Environment -- Windows 7 above (recommend) -- MetaTrader 4 Client -- [ZeroMQ](https://github.com/zeromq) -- [ZeroMQ for MQL](https://github.com/dingmaotu/mql-zmq) +- Windows 7 above (recommend) +- MetaTrader 4 Client +- [ZeroMQ](https://github.com/zeromq) +- [ZeroMQ for MQL](https://github.com/dingmaotu/mql-zmq) ## Features -- Remote Publisher and Subscriber (Based on IP address) -- New Order (Market Order, Pending Order) -- Modify Order (TP, SL) -- Close Order (Normal Close, Partial Close) -- Custom Trading Symbol between Publisher and Subscriber -- Subscriber Min Lots, Max Lots and Percent Lots -- Subscriber Invert Original Orders -- Subscriber Symbol adjust -- Subscriber Free Margin Check +- Remote Publisher and Subscriber (Based on IP address) +- New Order (Market Order, Pending Order) +- Modify Order (TP, SL) +- Close Order (Normal Close, Partial Close) +- Custom Trading Symbol between Publisher and Subscriber +- Subscriber Min Lots, Max Lots and Percent Lots +- Subscriber Invert Original Orders +- Subscriber Symbol adjust +- Subscriber Free Margin Check The Publishers do not need to log in with a trading password, just log in and using the investor password. ## License -Copyright (c) 2017-2019 Ji-Feng Tsai.
+Copyright (c) 2017-2019 Ji-Feng Tsai. MQL-Zmq Copyright (c) Ding Li [ZeroMQ for MQL](https://github.com/dingmaotu). Code released under the MIT license. ## TODO -- Trading hours during which the subscriber is allowed to trade -- Invert original trade direction (Solved) -- Copy orders with specific Symbols (Solved) -- More examples +- Trading hours during which the subscriber is allowed to trade +- Invert original trade direction (Solved) +- Copy orders with specific Symbols (Solved) +- More examples ## Donation