Posts

Showing posts from March, 2024

METATRADER TO MATCHTRADER TRADE COPIER

Image
This is the user guide for 'MT4/MT5 to MatchTrader' Trade Copier EA Quick Note: 1. One signal bridge app can serve  multiple MatchTrader copier ea.  H owever some MatchTrader prop firms only allow single account operation under same login user name at one computer.  This restriction applies to our our MatchTrader copier as well.    I f you want to operate different account under same login user name, you can use another computer. 2. Nearly all MatchTrader prop firms disable MatchTrader API access.  This MatchTrader copier is set to run under Non-API mode as default with Signal bridge app. ===== Setup: 1. Install MT4 or MT5 copier ea.  Put “ MT4ToMatchTrader .ex4” or “ MT5ToMatchTrader .ex5” to \MQL4\Experts\ or \MQL5\Experts\ folder.  At MT4 or MT5, “Menu” → “Tools” → “Options”, at below selection, click “Allow DLL Import” - as this ea needs network authentication for use. Open any chart and attach this copier ea to chart. At the first ea variable...

METATRADER TO DXTRADE TRADE COPIER - API APPROACH

Image
This is the user guide for 'MT4/MT5 to DxTrade' Trade Copier EA  API Approach Please be aware of three limitations before using this copier: (a) If you need 'TP/SL modification' feature, the initial TP/SL has to be placed along with the market order.  'TP/SL copy' is required to enabled at this copier EA variable. (b) This copier EA uses DxTrade API to design.  Some DxTrade brokers have banned API calls.  Please check this with your broker before rent/purchase. (c) DxTrade has imposed the network flow limit and throttling schemes.  This copier strictly follows their rule to design, but still reserve one variable switch to send out data concurrently. Rate Limits & Throttling The DXtrade REST API supports per-client configurable maximum API access rate. This rate limits how frequently the API can be accessed. There are four types of rate limits: For login requests based on IP of the request. Default value 1 per second For 'get data' requests based on c...