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 Notes: 1. One signal bridge app can serve  multiple MatchTrader copier ea and multiple MatchTrader account copy. H owever some MatchTrader prop firms only allow single account operation under the same login user name at one computer.  This restriction applies to our our MatchTrader copier as well. To verify whether your MatchTrader prop firm has imposed such restriction, you could open two browser instances at one computer and login two accounts at MatchTrader webtraders under the same login username respectively.  Then place small order at both accounts and check if both trades can be accepted.   If only one account can succeed, that means this restriction applies that you have to u se another computer for second account copy under the same login username. 2. Nearly all MatchTrader prop firms disable MatchTrader API access.  This MatchTrader copier is set to run under Non-API mode as...

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