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 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, please enter your license key 1.   Please attach this copier ea to ONLY one chart.   This EA can fetch multiple symbol/trade event signals of this MT4/MT5.  If you want to have another copier for different Match account, you can elect to attach to another chart. If you want to temporarily stop this ea, please click 'Stop Signals' button on the trade panel.  MT4/MT5 'auto trading' or 'algo trading' button is not applicable as this ea won't make any trade. All MatchTrader server responses will be sent to MT4/MT5 log window.  For a...

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...