Looking for developer for longterm partnership (and this multi-pair/timeframe EA)

MQL4 专家

工作已完成

执行时间17 天
客户反馈
Pleased with the job! His responses were really fast (within 1 day). He was fast with the few minor tweeks, and he even programmed one part better than I had in my mind. Overal great programmer!
员工反馈
Although the EA was huge, customer explained everything properly. Glad to work with!

指定

Hello developers,

I am looking for a developer for longer term partnership. I am in the trading business for over 2 years and am 100% responsible for all the results I produce (including the results of the trade idea I want to test with this EA)
I am not a `I want this EA within 24h` type of customer. I will place this order and leave it online for 2-3 weeks to give developers time to reply. I will use this time to write an as detailled as possible requirements specification with screenshots of entry-exit levels and a flowchart of the logic. After choosing a developer and getting to the conformation of the step `negotiation of requirements` I would appreciate the EA to be done in about 3-20 days. 
After I uploaded the requirements specification I would like to contact the developer via Skype to hear his/her interpretation of the system/requirement specification to exclude any misconceptions.

I will give a description of the system below for you as a developer to come up with a accurate quotation

Looking forward to work with you.



1. General idea:
I would like to test the profitability of a setup which combines a signal from a simple indicator (source code provided) with conformation checks on 1 or 2 higher timeframes on multiple currency pairs. Included in this setup are `single-trade-risk` management and `total- account-risk` management. This setup uses no trade management after the trade (or pending order) is placed. Trades/orders either hit 
   A. The stoploss (SL), 
   B. The takeprofit (TP)
   C. The experation time and get deleted.

2. Purpose of the EA
I would like this EA to test the system live on a demo account on multiple charts, multiple timeframes, and possibly multiple platforms.

3. Use of the EA
I will use this EA for personal testing only and do not intend to sell/distribute the EA. No passwordprotection etc. is needed. I will not use this EA in combination of other EA`s

4. Trading platform
I would like this EA to work with the latest build of the MT4 platform and metaeditor.

5. Broker type:
I would like to test this EA with a 5 digit broker, no prefix or suffix on the symbols is required. I will use a micro account (minimal position of 0.01 lot)

6. Source code
I would like the source code of this EA to be commented. I had a small course in MQL4 programming and would like to learn from the code.

7. Aditional ideas on the logic
I do appreciate developers that will think with me on the logic and are proactive with improvements e.g. on the order of the logic.

8. Error checking
I would like an developer experienced in different error checkings for live account EA`s, and think with me about possible errors in the system. Errors during opperation should be stored in the journal describing the error.

9. RAM usage
After the EA is finished I would like information on the RAM usage and advice on the requirements of a VPS. Also ideas on lowering the RAM usage by changing the logic a little is appreciated.

10. Manual trades
The EA should include manual placed trades in the risk management (although I do not plan to place trades manual during the testing period)


Expected variables (total 66)
1.Name of the indicator used for the arrow signal
2.Option to choose from either 1. Higher timeframe A, 2. Higher timeframe A+B, 3. Higher timeframe A||B
3.Timeframe of `Higher timeframe A`
4.Timeframe of `Higher timeframe B`
5.Minimal amount of higher timeframe conditions to be true (default 10)
6.Currency pair 1-13 of `Higher timeframe A`  (so 13 variables)
7.Currency direction 1-13 of `Higher timeframe A` (<= or >=) (so 13 variables)
8.Currency pair 1-13 of `Higher timeframe B` (so 13 variables)
9.Currency direction 1-13 of `Higher timeframe B` (<= or >=) (so 13 variables)
10.Type of order : Market or pending
11.Market order SL multiplier 
12.Pending order entry level
13.Pending order SL level
14.Pending order TP level
15.Minimal SL multiplier
16.Position size %
17.Maximum oper orders
18.Maximum pending orders


Logic of the EA

Order of checking at the completion of each closed bar:
1. Check if there is a signal from the indicator(once per bar). This is either an uparrow for long positions, or a downarrow for short positions on the last closed bar. The iCustom function should be used to call the indicator so that a change of the name of the indicator in the external variables will call a different signal. A indicator providing up/downarrow signals based on an engulfing bar off the SMA(20) will be provided.
2. Check if there is enough backup from higher timeframe A to justify the trade. This check is performed by looking at the last completed bar of 13 different pairs (selectable from any combination of the `main` currencies  USD, EUR, JPY, GBP, CAD, AUD, NZD, CHF) on a higer timeframe (selectable from the `standard` MT4 timeframes M15,M30,H1,H4,D1,W1,MN). At least a predefined amount of these 13 bars should be in the anticipated direction (default 10 out of 13).
3. (optional) Check if there is enough backup from higher timeframe B to justify the trade.This check, if required in the external variable, is performed by looking at the last completed bar of 13 different pairs (selectable from any combination of the `main` currencies  USD, EUR, JPY, GBP, CAD, AUD, NZD, CHF) on a higer timeframe different from timeframe A(selectable from the `standard` MT4 timeframes M15,M30,H1,H4,D1,W1,MN). At least a predefined amount of these 13 bars should be in the anticipated direction (default 10 out of 13).
4. Calculate the entry/exit levels. The entry level is based on a predifined option to choose from either a market order or a pending order. If a market order is selected, the entry is at market. If a pending order is selected, the entry is at a predifined Fibonacci retracement level. If a market order is selected the SL is based on the last candle`s high or low and the TP is based on a predifined multiplier of the SL distance. If a pending order is selected the SL is based on a predifined Fibonacci retracement level, and the TP is based on a predefined Fibonacci extention level. All pending orders should have an experation time of 1.5 times the timeframe the EA is attached to.
5. Check if the SL has the minimal required distance. The distance between the entry and the SL of the order has to be at minimal a predifined multiplier of the current spread. 
6. Calculate the trade position size. The position size of the trade should be a predifined percentage (%) of the current equity.
7. Check if the account has enough equity left to justify the trade. Check for the total running risk in % on all open positions. Assuming that all trades have equal risk. This can be done by checking if a predifined maximum open orders and a predefined maximum open pending orders is reached. 
8. place the trade order. Directly including the SL, TP and exeperation time(pending orders only). Not first sending an order to open a position and modifying the SL/TP after. All orders should be commented with the chart symbol and timeframe. Also a notification should be send to the MT4 application on my phone when a trade is opened or closed (so not including experations of pending orders)








反馈

1
开发者 1
等级
(69)
项目
76
59%
仲裁
0
逾期
12
16%
空闲
2
开发者 2
等级
(52)
项目
133
44%
仲裁
14
50% / 29%
逾期
55
41%
空闲
3
开发者 3
等级
(1851)
项目
3451
88%
仲裁
73
40% / 15%
逾期
265
8%
空闲
4
开发者 4
等级
(224)
项目
283
42%
仲裁
15
13% / 47%
逾期
67
24%
空闲
5
开发者 5
等级
(13)
项目
24
42%
仲裁
3
33% / 0%
逾期
4
17%
空闲
6
开发者 6
等级
(2)
项目
2
0%
仲裁
13
8% / 92%
逾期
1
50%
空闲
7
开发者 7
等级
(215)
项目
302
79%
仲裁
4
25% / 0%
逾期
62
21%
空闲
8
开发者 8
等级
(20)
项目
35
23%
仲裁
23
17% / 61%
逾期
14
40%
空闲
9
开发者 9
等级
(89)
项目
137
24%
仲裁
35
9% / 40%
逾期
52
38%
空闲
10
开发者 10
等级
(219)
项目
370
42%
仲裁
145
17% / 41%
逾期
124
34%
空闲
11
开发者 11
等级
(121)
项目
134
66%
仲裁
36
25% / 56%
逾期
22
16%
空闲
相似订单
I want the trade to trigger anytime it sees the opportunity on all time frames, sl tp should be automated and all trades should be trigger anytime on cpi news and etc
Добрый день. Мне нужно создать сигнального бота. У меня есть индикатор на Trading View, который выделяет точку интереса - спрос/предложение. (но я в нем не уверен, подойдет ли он для робота, возможно такой индикатор нужно будет написать). Нужно чтоб все зоны были экстримальные, то есть, если произойдет пробитие зоны то менялся тренд. Как я торгую? Индикатор выделяет зону. Мне нужно увидеть подтверждение в пределах
Good day to you all i need a coder to add two indicators to my EA The EA is working it open and close trade according to rules It uses Two indicators with option to use Joint two indicator or use only a single indicators all function is working perfectly Now you will remove these two indicators and replace it with the two i will give you when you apply i will also describe some other key function which you need to
Im looking for a CTrader to MT4 trade copier dose any one have one of these im sure by now theres a few floating around. Om looking for one for C trade and one For Sway Markets as well
GRID BOT NOT FOR ROOKIES 110 - 180 USD
1 TO 1 WITH THE FILE I SEND BELOW WILL WORK WITH THE SAME DEV FOR ALL FUTUR UPDATES we will talk before moving on selected MAKE SURE YOU READ THE FULL SPEC BEFORE MOVING FOWARD
Trade pad 30 - 70 USD
In need of trade pad that is able to perform the following: 1. Place multiple trades base on lot size risk. Example 1.50 Lot size can be split in 3 entries(according to desired setting) 2. Can auto adjust SL and Tp as per desired rr, and by dragging sL line tp line will adjust even the trade is ongoing. 3. Can manage close all, close profit, close loss, close each symbol/pair. 4. Can close as per desired total loss
This is a Ready Made grid Automatic EA 1.Need some bug fixing and little modification. This EA has some bug like -Place Random Trade after MT4 Restart . add RSI logic if rsi30 open buy trade this is a martingale ea make this logic Revise Order mode. (anti-martingle grid )
Hello there , I need someone to do basic super trend strategy EA MT5 code for based on SuperTrend Basic Note: 1]Should work on all timeframe 2]Everything which has number should be customizable number, like SuperTrend Indicator Input, Qty, TSL etc 3] Entry/Exit should happen on candle close 4] If the trend dont change for long ( e.g 2-3 days) the trade should go on. Its not an intraday trade. Entry condition: On
I need a trading bot 30 - 40 USD
I'm in need of a trading bot, based on 3 mt4 indicators, which are semafor alert, reversals and bluever.I want the signals produced by the indicators to be automated and run on mt5 platform, trade anything including synthetic indices and works on any time frame
I need an indicator or ea for detecting of spike in boom abd crash market. I need a consistant indi. Or ea and developer should provide its demo for test purposes

项目信息

预算
30 - 160 USD
VAT (21%): 6.3 - 33.6 USD
总计: 36.3 - 193.6 USD
开发人员
27 - 144 USD
截止日期
 3  20 天