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 to find a Developer to perform this work and settle payments in this Application. I undertake not to communicate with Applicants anywhere else except this Application, including third-party messengers, personal correspondence or emails. I understand that violators will be banned from publishing Orders in the Freelance service
Ello developers I hope you all doing great here am struggling alot because I don't have a laptop so I wish If I can get someone who can develop a system indicator which I can run it on my mobile phone also with the vps .. I will pay 25.to 30usd for this please any developer .. will speak on th indicator I get to develop it for mr
Hey I am in need of a proficient coder who is highly skilled in converting indicators from one trading platform to another, like the one we have here, the indicator is on metatrader 4 and would like to have an expert to convert this mt4 indicator to tradingview pinescript indicator, please if you can't do this kindly ignore this post, only apply just if you are able to do it thanks
Requirements All features of indicators, plus enter into trades (buy, sell) TP and SL according to the indicator [TP1 and TP2] Can make MT5 from MT4 indicator? Add trailing stop loss trading hours trading days Max spread Possibility of Multiple charts through one window Daily profit Target [yes/no]
hello... saya menginginkan EA GRID?AVERAGING dengan kondisi : > bisa meletakan sell&buy Limit pada nilai tertentu > bisa meletakkan sell&buy stop pada nilai tertentu > bisa melakukan order sell/buy limit/stop (sesuai setting) berdasarkan Nilai RSI > bisa membatasi jumlah order > ada fungsi TP dan SL > rangkuman hasil kerja EA selama mingguan terimakasih, semoga bisa bekerjasama dengan baik
I already have the EA completed. I just need to add 2 params and fix the feature (GV) to make sure that no order is missed for any reason. Maybe GV is not enough and need to add another feature
Need to create ea to trade in indian market by placing orders to Indian market platform through API form mqlHere's a basic outline of what script should include: Define Heikin Ashi candle pattern: Convert regular candles to Heikin Ashi candles. Order Execution: Execute orders on the open of the second candle after the signal is generated. Buy Call: When a buy call is generated, initiate a call option order. Set
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

プロジェクト情報

予算
30 - 160 USD
VAT(付加価値税) (21%): 6.3 - 33.6 USD
合計: 36.3 - 193.6 USD
開発者用
27 - 144 USD
締め切り
最低 3 最高 20 日