Custom simple EA required

MQL4 Experts

Specification

I require a simple EA that work as follow

I will first open a trade manually on a chart and once i close that trade manually , the EA must execute a new trade automatically and every time  it closes a trade it will continue opening new trade based on the maximum amount of trade it can open in the EA settings. Note: EA opens 1 single trade each time, and the trade must be closed by the Ea before opening the next trade automatically.

The EA should have a martingale option for each series of trade, for example if a trade is a win it will not open a martingale but if the next trade is a loss it will use the martingale option for the next trade. Once it wins a trade it will revert back to opening trade without using the martingale option

The EA must function this way if there is a win it will keep opening the same lot size, if there is a loss the next trade will be based on the multiplier value , Example: lot size 0.01 multiplier 1, if the TRADE wins keep opening the same lot size (0.01) , if second trade loose next trade to open lot size 0.01x2 =0.02 if the value of multiplayer is 2 , if third trade loose next trade open lot size based will be based on multiplayer value in the Ea. Once the EA wins a trade after a loss the next opening trade will revert back to default lot size : 0.01 .

The EA will use the default lot size, and will only start using the multiplier value if there is a loss or a series of losses. 

To clarify if trade 1 loose, use multiplier value for next trade ,  if trade 2 is a loss use multiplayer value for trade 2, if trade 3 is a loss use multiplayer value for trade and so on. Do remember if a trade wins we will not use a multiplier for the next trade.

The maximum level number trade series for martingale should be up 50, for example

martingale multiplier trade 1 : 2
martingale multiplier trade 2 : 4
martingale multiplier trade 3 : 6

The EA will use 2 type of risk management based on true/false:

First one is the standard  TP and SL in points, those must be hidden from the broker

Second  TP and SL will be based on % of the current capital, for example if i set TP 2% for a 2000$ it will automatically close a trade once its 40$ in profit, once again the TP and SL must be hidden from the broker

We should have a settings that determine the maximum amount of trades the EA will open , for example if i set to 50 the EA will open only a maximum total amount of trade of 50 and will not open anymore trade once that number is reached.

The EA settings:

EA Magic number:
Use martingale :True/False
martingale multiplier trade 1 : 2
martingale multiplier trade 2 : 4
martingale multiplier trade 3 : 6
martingale multiplier trade 4 : 8
martingale multiplier trade 5 : 10
martingale multiplier trade 6 : 12
martingale multiplier trade 7 : 14
martingale multiplier trade 8 : 16
Use standard TP and SL: True/False
Hidden stop loss:
Hidden take profit:
Maximum amount of trade to open: 50
Lot size:
Use TP and SL based on % of  account: True/False
Hidden TP: %
Hidden SL: %


Responded

1
Developer 1
Rating
(183)
Projects
325
32%
Arbitration
33
42% / 27%
Overdue
96
30%
Working
2
Developer 2
Rating
(54)
Projects
53
17%
Arbitration
7
0% / 100%
Overdue
5
9%
Free
3
Developer 3
Rating
(542)
Projects
1320
59%
Arbitration
28
82% / 0%
Overdue
10
1%
Working
4
Developer 4
Rating
(7)
Projects
14
21%
Arbitration
1
0% / 100%
Overdue
3
21%
Free
5
Developer 5
Rating
(1)
Projects
2
0%
Arbitration
1
0% / 100%
Overdue
0
Free
6
Developer 6
Rating
(40)
Projects
60
8%
Arbitration
12
58% / 42%
Overdue
1
2%
Free
7
Developer 7
Rating
(52)
Projects
96
24%
Arbitration
9
22% / 22%
Overdue
12
13%
Working
8
Developer 8
Rating
(586)
Projects
1045
49%
Arbitration
39
28% / 41%
Overdue
49
5%
Working
9
Developer 9
Rating
(66)
Projects
143
34%
Arbitration
11
9% / 55%
Overdue
26
18%
Working
Similar orders
Hello I have a EA that I want to convert to mt5 and I have Indicator I want to convert as well can anyone help me with this? I dont need any changes to it just a conversion from mql4 to mql5
Hello, My request is as follows: Write an MT4 robot (EA MT4) that automatically adds indicators and updates values in the indicator's input and then runs that indicator. Do not use chart templates. Do not use auto click. Thank! Exemple: MACD
EXPER 30 - 100 USD
Hello, I have a more interesting project i would like to present to EXPERT. Firstly to see if you can do it and then secondly if you could provide me with a price. But first a bit about how this ideaq started. I found an ea online that i thought maybe a good stratagy, the only problem was i had very little imformation on it. So i decided to input all the available in formation into AI and see if it can reverse
So does anyone have a mt4 to sway markets trade copier that can send trades from mt4 to sway markets Thats really all Ill need to do and manage them
I hope this message finds you well. I am in search of a FREE skilled developer to transform three indicators into a fully functional trading robot. These indicators consist of two MACD indicators, each displaying two colors (red and green), along with a RED arrow signal. Here are the specific requirements for the project: The robot should execute trades only when the RED arrow signal appears and both MACD indicators
Requirement specification 1. Which pair to trade? Boom 300 and Crash 300, two EAs for both as minimum lot size is different 2. Which time frame to trade? D1 Chart. Trade any minute within trading day, within time window allowed (feature 7 below) 3. When to SELL ? a) when ATR(1) D1 (within the time specified in feature 7 below) reaches a value that is 75% of ATR (5) D1 and b) current price of asset is above its
I want to build an EA based on gold stuff indicator along with support and resistance indicator. It should check parameters according to what I provide and open and close trades and in addition functions like trailing stop, breakeven, money management, manual lot size adjustments, tp , martingale strategy should be there. Its a small work i required with 2/3 conditions
Forex Advanced Risk Management : With the new Fixed Lot and Risk Percentage modes, tailor your trading to align with your risk tolerance. The system now allows you to define your risk down to minute detail, ensuring that each trade is in harmony with your financial strategy. Dynamic Trend Configuration : Version 2.0 comes with a refined algorithm selection that seamlessly adapts to market trends. Whether you choose a
please code me an EA in mql5 syntax with a magic number, lot size, SL and TP in USD amount. use the universaloscillator indicator. A buy signal is given when the blue colored Universal Oscillator cloud gets displayed on the chart. Initiate a buy transaction and set a stop order below support or when a set TP is set or when the red coloured cloud appears. A sell signal is given when the red colored Universal
Hi, I am looking for a scalping bot, that will have below criteria: 1. Take a position in the direction of the market with 1 STANDARD LOT. 2. Wait for 125 seconds after entering the position. 3. Exit the position when the position shows $10 profit. 4. Scan multiple leading currencies for such setups. 5. More than 5 positions should not be open at a time. 6. Exit the position if the floating loss exceeds $100. 7

Project information

Budget
30+ USD
For the developer
27 USD