Posts

Showing posts from October, 2024

TRADINGVIEW ALERTS TO DXTRADE/MATCHTRADER/TRADELOCKER TRADE COPIER

Image
This is the user guide for 'TradingView Alerts to DxTrade/MatchTrader/TradeLocker' trade copier. Reminders before using this copier 1. This copier uses Chrome browser to fetch TradingView alert signal and then copies trades on DxTrade/MatchTrader/TradeLocker through API or non API approach. No webtrader is required. This adhoc approach requires Windows 10 or 11 or Windows Server 2016 or above environment.  2.  TradingView strategy uses 'futures' or 'netting' mode, i.e. long position cannot coexit with short position.  When receiving a new long or short trade signal, this copier will close any open opposite orders of that symbol to comply with this trading mode. However, if you prefer 'hedging' mode, i.e. long position can coexist with short position, you could set 'futures_mode' variable as false at config.ini file. 3. DxTrade and TradeLocker API has imposed 'rate limit' restriction.  That means any trading request has to keep at least on...

METATRADER TO METATRADER TRADE COPIER

Image
  This is the user guide for 'MT4/MT5 to MT4/MT5' Trade Copier EA Quick Note: 1. This copier suite uses MT4/MT5 EA approach to design. 2. It has two data exchange approaches.  Default is to use file data exchange that is to comply with its initial sales at MetaQuotes Market.  Another one is to use extra relay bridge app to relay copy signals that is inherently faster.  For details, please refer to 'Special Note' section. ====== 1. Install MT4 or MT5 copier EA.  Put “MT4Copier.ex4” or “MT5Copier.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 This copier ea has integrated both trade 'Signal' and 'Receiver' modes and functions.  Just switch 'copier mode' variable so that copier ea will act as 'Sign...