Local Trade Copier EA

MQL4 专家

指定

The problem: many local trade copiers only filter (if they have them) for symbols, magics, comments on master or slave, not both. Moreover, many local trade copiers change the comment field of the slave trades, and most change the magic number of the slave trades, for tracking and syncing purposes. There are many interesting local trade copiers in the marketplace, but none quite fulfills my need. 

My Need: I’m looking for a lightweight (easy on CPU) MT4 to MT4 local trade copier (open source) that can 1) Filter for Equal/Not Equal symbols, magics, comments -- on both master AND slave; and 2) Preserve, if I so desire, the master’s comment AND magic on the slave trades. I’m not sure if the second request is even possible, in there must be a reason so many local trade copiers change the magic; but I’ve seen at least one do it, so I know it can be done, and I’m looking for creative solutions. Slave accounts should be able to copy both open and new trades of master, not just new trades, as well as being able to re-enter master open trades if closed out on the slave end. I should be able to attach different Master instances with different “channels” (setups) to different charts in the Master terminal, and I should be able to attach different Slave instances to receive these different “channels” (setups) to different charts in the slave terminal. 

At a minimum, the local trade copier should: Work with Demo/Live accounts; Transfer trades between accounts with different base currencies; Support all types of orders: Open, Modify, Close market orders; Open, Modify, Delete pending orders; Instant Execution/Market Execution; Partial Close; Manual Close

There will be one EA, with the option to choose whether it acts as master or slave. 

* Master will have inputs for Channel-ID, Lots Sizing Options (fixed, multiplier), Filter Options (such as symbol, magic, comment, mentioned above), Trade Order Conditions, SL/TP Copying Options. 

* Slave will have inputs for Channel-ID, Lot Sizing Options (fixed, multiplier, ratio), Filter Options (such as symbol, magic, comment, mentioned above), Trade Order Conditions (reverse, copy pending, copy close, copy old orders, et), SL/TP Copying Options. 

I will send over more detailed specs to prospective developers. 





反馈

1
开发者 1
等级
(71)
项目
103
20%
仲裁
6
0% / 83%
逾期
3
3%
空闲
2
开发者 2
等级
(74)
项目
121
43%
仲裁
12
33% / 50%
逾期
17
14%
空闲
3
开发者 3
等级
(33)
项目
49
12%
仲裁
16
0% / 88%
逾期
10
20%
空闲
4
开发者 4
等级
(51)
项目
66
30%
仲裁
2
0% / 0%
逾期
0
空闲
5
开发者 5
等级
(66)
项目
85
26%
仲裁
23
22% / 48%
逾期
24
28%
空闲
6
开发者 6
等级
(204)
项目
306
39%
仲裁
34
32% / 29%
逾期
82
27%
工作中
7
开发者 7
等级
(356)
项目
632
26%
仲裁
89
73% / 13%
逾期
12
2%
空闲
8
开发者 8
等级
(51)
项目
56
61%
仲裁
2
0% / 0%
逾期
1
2%
空闲
9
开发者 9
等级
(6)
项目
8
38%
仲裁
0
逾期
1
13%
工作中
10
开发者 10
等级
(48)
项目
51
43%
仲裁
1
0% / 0%
逾期
0
空闲
11
开发者 11
等级
(67)
项目
144
34%
仲裁
11
9% / 55%
逾期
26
18%
工作中
相似订单
I would like to have existing indicator (MT4) to be modified however i do not have access to the source code only the exe. The modification is to send and alert to mobile phone stating that candle has closed partially or fully above or below base line for sepicific time frames.This should be for all forex pairs in the market watch, or selected paris from market watch. File will be sent to developer when choosen
Need to fix WebSocket disconnection issue in MT5 Expert Advisor. EA works fine while running but has problems during removal: MT 5 freezes when removing EA from chart WebSocket connection not properly closed MT 5 crashes if receiving messages after improper disconnection Technical Details: Platform: Met aTrader 5 WebSocket connection using winhttp.dll Secure WS S connection (port 443) Basic WebSocket message
The expert advisor is designed to activate different strategies based on certain conditions. In the first development there is a "STRATEGY A" which is active by default and a "STRATEGY B" which is activated based on exposure conditions. STRATEGY A - Trading Idea The EA executes both BUY and SELL orders in parallel, managing them in a "separate" way. At each Timeframe start (for example every hour start on H1
Position : Forex Expert Advisor (EA) Developer Project Type: Short-Term Development with Testing Phase Platform Compatibility: MetaTrader 4 (MT4) and MetaTrader 5 (MT5) Project Summary Seeking an experienced developer to create an Expert Advisor (EA) capable of generating consistent, profitable monthly returns in the Forex market with minimal drawdown. The EA should be optimized to trade at least three currency
I need to create an EA (MQL4) MT4 with can auto create buy and sell according to the Indicator " Machine Learning Adaptive SuperTrend [AlgoAlpha]" in trading view Setting could be same as trading view Additional setting such as : Start lot Stop-Order: same as indicator
I have a really very, very simple professional, proven, profitable forex strategy that works on a higher time frame with over 85% winning rate. I am searching a professional programmer to create expert advisor based on this stategy, in general I am searching a developer for a longer co-operation. I am a forex trader with over 12 years experience. telegram: fxMiguel It's a 15minute work job, 30min max, My budget is 10
Testing 30 - 200 USD
// กำหนดค่าตัวแปรเริ่มต้น input double DailyProfitTarget = 200; // กำไรที่ต้องการในแต่ละวัน (2% ของทุน) input double LotSize = 0.1; // ขนาด Lot input double TakeProfit = 10; // กำไรต่อการเทรดใน pip input double StopLoss = 5; // การหยุดขาดทุนต่อการเทรดใน pip double dailyProfit = 0; // กำไรที่ทำได้ในวันนี้ // ฟังก์ชันเริ่มต้น int OnInit() { dailyProfit = 0; return(INIT_SUCCEEDED); } //
I need to compile my mt4 EA but there are some errors and warning if you can fix and compile send me your application I will select you upon Demo
i need someone to help me take 6 pieces of code from this script and simplify it into a new code .. . note this project is needed urgently in 2 to 5
Man on mayhem 30 - 100 USD
1. The idea of the trading system is as follows: market entries are performed when MACD's main and signal lines intersect in the current trend direction. 2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is below

项目信息

预算
100 - 400 USD
开发人员
90 - 360 USD
截止日期
 20 天