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
(185)
Projects
327
32%
Arbitration
33
42% / 27%
Overdue
98
30%
Working
2
Developer 2
Rating
(54)
Projects
53
17%
Arbitration
7
0% / 100%
Overdue
5
9%
Free
3
Developer 3
Rating
(554)
Projects
1341
59%
Arbitration
28
82% / 0%
Overdue
10
1%
Free
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
(42)
Projects
62
8%
Arbitration
12
58% / 42%
Overdue
1
2%
Free
7
Developer 7
Rating
(52)
Projects
97
24%
Arbitration
11
18% / 18%
Overdue
12
12%
Working
8
Developer 8
Rating
(586)
Projects
1048
49%
Arbitration
39
28% / 41%
Overdue
49
5%
Free
9
Developer 9
Rating
(66)
Projects
143
34%
Arbitration
10
10% / 60%
Overdue
26
18%
Free
Similar orders
in this document i have explained the EA requirements in details and given some pictures of needed options . please Grid EA expert apply to my job . and do not come with no experience. https://docs.google.com/document/d/1Y_Vbv87Ep5BQavRxgDlsWT7GH5VjSgVDnm6C1wtVtj0/edit?usp=sharing i can pay 30 USD now but later on if EA get successful . i'll gift with tip of 50 USD after successful month
All information is detailed in the attached EA diagram. I need a risk management EA build that calculated % amounts based on a snapshot of the starting balance each day, the initial balance and the floating balance. I then need to close positions based on this targets and also disable/enable algo trading. Quite basic ideas. Please see the attached image for all/more details and please let me know what you think/your
Halo These ACS&Csdash indicators work in the same way but provide signals of different currency pairs. And Either of these two ACS indicators should be selected any one and set to trade. It provides signals of multiple currency pairs in the interface So the EA should work like that to trade multiple currency pairs on one chart. CsDash should analyze whether it is a strong signal to show on the dash board and make a
Hello, Please I need help to connect a script to crypto Triangular Arbitrage to binance api to buy sell sell and buy buy sell step A Step B Step C minimum profit 0,3 and minimum 100 usdt , bnb in value 100 usdt and eth in value 100 usdt .Thanks
RSI 9 level 90/10 EA Indicators are 1. PSAR with step 0.01 max 0.02 2. Zigzag 3. SwR 1. At the close of candle at 0630 Pacific Standard Time. draw up and down of candles at 0625 and 0630 including the wick (allow in input) 2. Allow a breakout of either trend on up for buy and down for sell 3. Before buy. Ensure PSAR is in the buy position of candles above the PSAR line dot (Allow entry in input for setting) 4. TP1 on
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

Project information

Budget
30+ USD
For the developer
27 USD