I need a MT4 client side only copier. Basically i want to run my various ea's on one mt4 instance (account #1) and run the copy ea that you make another MT4 instance (account #2) on the same computer, but using a different account - which copies the trades from account #1 with the following alterations:
1) Option to change magic number for trade
2) Option to increase or decrease the lot size by a percentage from original within max & min limits that can be set
3) Option to add, modify or remove stops /TPs for the copied trade to a value in pips at time of copy
4) Option to include a move to break even stop on the copied trade including customised how much in the money the trade needs to be before moving the stop
5) Option to open a new chart and add to the client ea if the original ea is detected trading a chart that is not currently open in the copy ea
6) Option to add a trailing stop on equity balance for a particular instrument that closes all trades on that instrument if the equity falls below a custom percentage of the highest equity achieved on that isntrument since the last full closure
7) A way to add a function within the MQL4 so i can back test different strategies in the mt4 strategy tester using the client copier - ie the function places the trades in whatever way i choose (i can program this) and the copier takes the trades from the function as if it has copied the trade from the account#1 ea
8) Option for the client copier to be able to switch on/off its trade copying from any source account/ea if the source ea sets a global variable that trades should/shouldn't be copied at this time
The ea should have a popup status window/panel showing in the chart that details
on line 1: a heartbeat of the link, average original spread, average copied spread, opening balance of copied account, current balance of copied account and current equity of copied account
line 2 Number trades opened source accounts, number trades closed source account, number trades opened copy account, number trades closed copy account
line 3-20: original: (ea(s) linking to, instrument, trade#, magic, date, open, stop, T/P, direction, current open P/L,closed P/L), Copied (ea(s) linking to, instrument, trade#, magic, date, open, stop, T/P, direction, current open P/L,closed P/L) + option to close trade manually
As this is a lot of info for each row so the window needs to be minimisable or sonething or i wont see the chart
I'll need the MQL4 source for the ea and owuld be great if it can be commented on tricky bits
I guess many of these options are out of the box functions within ea so im guessing at a cost for the project and looking for bids if possible
Just to confirm - this is a client side only copier - it should be able to copy trades that are made on a separate account without having an integrated or mirrored server side (sender ea or function) within the account that is being copied
Thanks in advance
Solicitudes similares
Code An Loss Rate 90-100% MT5 EA , that can blow a 100 USD account a day ,with fixed TP of 3000 points and SL of 3000 For better Rate Calculations get an strategy that can lead to so
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 or broker clock. 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell/buy at 50% of the FVG 7. SL: 10 pips above
I need a professional MT5 Expert Advisor (MQL5) for XAU/USD (Gold) only. Requirements: - Symbol: XAU/USD only - Timeframe: H1 trend, M5 entry - Smart Money Concept (SMC) - Liquidity Sweep - Break of Structure (BOS) - Order Block Retest - Confirmation Candle (Engulfing or Pin Bar) - ATR-based Stop Loss - Risk:Reward = 1:3 (adjustable) - Auto Lot (1% risk) - Break Even - Trailing Stop - Maximum 2 trades per day - One
Hello, I am looking for an existing, fully backtestable MT5 Expert Advisor or EA portfolio designed specifically for passing an FTMO-style prop-firm evaluation. I am not looking for unrealistic profit claims or a visually perfect backtest. My priority is a statistically defensible probability of passing the challenge while respecting all risk limits. Primary objective The system should be designed for the current
I have a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5 designed primarily for US30 (Dow Jones Index) . The EA performs consistently and profitably on demo accounts, but when I run it on an IC Markets Raw or Standard live account, it starts generating losses under what appear to be the same trading conditions. At this time, I cannot provide the source code (.mq4/.mq5). I can only provide the
I need an Expert Advisor for MT5 on XAUUSD 1min timeframe using SMC concepts. STRATEGY RULES: SELL: 1. Identify previous day High/Low as liquidity 2. Entry only during London-NY session: 15:00-19:00 GMT+3 3. If price sweeps previous day High and closes back below it 4. Check for bearish 1min FVG below sweep candle 5. Wait for BOS - lower low 6. Entry: Sell at 50% of the FVG 7. SL: 10 pips above sweep wick 8. TP: 2R
Hello looking for someone to convert an indicator from tradingview to Thinkorswim I have attached the codes from trading view Also, I like make it trigger (alert) a one-time alert when the trend changes, and can also create a custom watchlist column that flags symbols currently in a new trend so you can scan multiple stocks easily. And like the watchlist to show only fresh trend changes or the current trend direction
I want to build a fundamental news trading bot that trade off economic news data, as we know every economic news data released always have effect on the asset associated with it, so this bot will take a trade instantly based on the news data released either to buy or sell, it will come with good money management and also SL and TP target based on price and pips value
Specification : 1. Goal I am commissioning a mean-reversion grid Expert Advisor for XAUUSD on MT5. The deliverable is the complete, commented .mq5 source (strictly personal usel). Offers limited to compiled .ex5 will not be considered. 2. Required framework (non-negotiable) 2.1. Works natively on M5; signals evaluated on closed bars; symmetric long/short. 2.2. Entry logic built on Bollinger Bands + Moving Average
1. Use two EMAs: 20 and 50. If EMA 20 is above EMA 50 → uptrend (look for buys) If EMA 20 is below EMA 50 → downtrend (look for sells) 2. Wait for a pullback into the area between the two EMAs. - For buys: price must touch or move between EMA 20 and EMA 50 during the last few candles. - For stils: same idea, but in a downtrend. 3. Entry signal: Buy: a bullish engulfing candle in an uptrend after the pullback