Need an experienced EA developer

MQL4 Experts

Job finished

Execution time 8 days
Feedback from customer
Chidera is a great developer! He was very patient and understood what I meant in describing the EA I was looking for. Great Job!
Feedback from employee
Great guy, though not a programmer himself but he has a good grasp of the concepts involved

Specification

I need an experienced EA developer for an EA idea that I have.

-Entry for position- price is above the 40 simple SMA, 2 SMA crosses over 7 SMA. Applies to the median candlestick values. RSI is below 30 for buys, above 70 for sells. The opposite for Long positions.
In addition to the entry, price must be at least 35/350 pips from the 40SMA to open.
The one special input that I need for adjusting this EA to each different pair based on its trading style, is the ability to change the minimum distance of pips before a trade can open. I would like to have a input called "Precision scale" of 1-100, for each 1 will be 10 pips distance between the 40SMA and the green light for opening if the other conditions are met.

-Pips between positions 20/200 (Example, .01 opens and goes in red, and second position will open 20/200 pips away from the first as a counter position.)
-Lot multiplier 1.7 (Example first position would be .01, second would be rounded up to .02)
-Max Positions 7
-Trades both directions.
-Take profit 30/300 pips. If second position opens, it becomes 300 pip tp for the second position and the original position would move its tp up to 10/100 pips, both would have same tp. If additional positions open, the tp would constantly adjust, the only position that would have the full 300 pips would be the last one that opened.
-Minimum of 1 minute between trades
-Option to close at equity of 1-3%
-If you can, add the news pause option
-Include a Max Spread option
-Stop loss option of % of balance
-15 minute timeframe

Inputs:
-Take Profit
-Balance % Take Profit (Per basket of trades in each direction) Example- 4 buys are open and it reaches 2% of balance value proft and closes.
-Stop Loss
-Balance % Stop Loss (Per basket of trades in each direction) Example- all sell positions are open in red and it reaches 5% of balance value loss and closes.
-Pips between each counter position
-Precision Scale 1-100 (Each 1 represents 10 pips distance from the 40SMA to where a trade can open. 40 on the scale would represent 400 pips (5th decimal) between 40SMA and trade opening in right condition of the other RSI and 2SMA crossing over 7SMA.
-Lot Multiplier
-Max Buy Trades
-Max Sell Trades
-MM on and off
-Fixed Lot size option
-Max Spread
-Slippage
-Minutes between trades
-Hedge ON/OFF
-Opposite Mode ON/OFF- The EA will open buys where it would normally open a sell, and vice versa
-News Pause option
-Option to not open new trades on Friday

Responded

1
Developer 1
Rating
(213)
Projects
246
45%
Arbitration
42
10% / 57%
Overdue
5
2%
Free
2
Developer 2
Rating
(362)
Projects
506
40%
Arbitration
147
18% / 72%
Overdue
99
20%
Loaded
3
Developer 3
Rating
(188)
Projects
212
58%
Arbitration
9
11% / 89%
Overdue
8
4%
Free
4
Developer 4
Rating
(258)
Projects
395
28%
Arbitration
69
19% / 49%
Overdue
120
30%
Free
5
Developer 5
Rating
(128)
Projects
236
65%
Arbitration
30
37% / 23%
Overdue
49
21%
Free
6
Developer 6
Rating
(4)
Projects
5
0%
Arbitration
3
0% / 67%
Overdue
2
40%
Free
7
Developer 7
Rating
(33)
Projects
35
40%
Arbitration
11
9% / 91%
Overdue
4
11%
Free
8
Developer 8
Rating
(221)
Projects
369
66%
Arbitration
10
50% / 0%
Overdue
46
12%
Free
9
Developer 9
Rating
(65)
Projects
87
39%
Arbitration
3
0% / 33%
Overdue
29
33%
Free
10
Developer 10
Rating
(16)
Projects
21
19%
Arbitration
7
0% / 71%
Overdue
14
67%
Free
11
Developer 11
Rating
(356)
Projects
632
26%
Arbitration
89
73% / 13%
Overdue
12
2%
Free
12
Developer 12
Rating
(1858)
Projects
3462
88%
Arbitration
73
40% / 15%
Overdue
265
8%
Free
13
Developer 13
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
14
Developer 14
Rating
(1100)
Projects
1781
61%
Arbitration
14
64% / 7%
Overdue
84
5%
Free
15
Developer 15
Rating
(66)
Projects
143
34%
Arbitration
10
10% / 60%
Overdue
26
18%
Free
16
Developer 16
Rating
(130)
Projects
210
40%
Arbitration
90
20% / 43%
Overdue
85
40%
Free
17
Developer 17
Rating
(1)
Projects
1
0%
Arbitration
1
0% / 100%
Overdue
0
Free
18
Developer 18
Rating
(94)
Projects
148
59%
Arbitration
16
38% / 13%
Overdue
25
17%
Free
Similar orders
I need a gold scalper EA which can trade in real environment. EA should open trades based on candlesticks close. Must have TP, Open SL, and should have DD control settings. If you can do just let me know. I may meed a test to make sure it opens real trades
Good morning. I would like to create HFT bot to trade on Prop Firm without breaking the rules. It should scalp. EA should have SL, TP, BE and even Trail Loss inputs. The EA should also have daily loss and profits target so when met the EA stops for the day
EA improvements 60+ USD
Hi, I want to improve an existing EA Ability to modify the main time frame and indicators settings. I will give you clear specifications and I will send you the source code. Best regards
Basil 50+ USD
thanks alot Very nice concept , but if I want to write a price action indicator with multiple prices (high,low,close,open)which calculates indicator value based on i.e difference of high and low there is a problem of having only one array of data (m_source_data in CIndicator class),is there a way to work around this or do you suggest to modify the CIndicator class and make the m_source_data an array of (mqlRates or
I want to deal in triangular forex arbitrage trading. I want an automated trading robot for the same. It is also expected that the developer advises me about the setting up the operations. I live in India, so he/she must know the ethical way to do it, be it international broker account or whatever. I just need to start this sooner but in the efficient way. The developer is expected to have some experience and should
Alex 30+ USD
//+------------------------------------------------------------------+ //| PriceAction.mq4 | //| Copyright 2023, MetaQuotes Software Corp. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "2023" #property link " https://www.mql5.com " #property version "1.00" #property indicator_separate_window #property indicator_buffers 2 #property
**Technical specifications for the improvement of the ProNewsTrader advisor** 1. **Description of the current state of the advisor:** - The **News** advisor automatically trades on financial markets, focusing on news events. - In the current version, news is loaded from external sites that no longer work. - The **Stop Loss**, **Take Profit**, **Trailing Stop** levels and pending orders are implemented virtually. 2
hello here am looking for someone that can assist me in removing validation form my demo file and if anyone is interested dm the for more details i will be waiting to get any reply by some on that can assist me with this
I need an expert to trade Heiken Ashi candles according to the conditions in which Doji candles appear until signs of buying or selling appear, and to enter into trades after the Heiken Ashi candle above, using the scalping method, especially for gold and currency pairs with high liquidity. I have more details for those who want to prepare an expert
Hey developers! It is my pleasure to meet you. I am looking for a developer to help meet build and develop a simple EA robot that works based on EMAs. If you are a professional and expierenced MT4 programmer looking to work on this project, do bid for this project so that we can proceed and work on it. Thank you

Project information

Budget
100+ USD
For the developer
90 USD
Deadline
from 1 to 7 day(s)