MT4 Grid EA

MQL4 전문가

명시

Whenever a trade is executed, i need an EA to place specific number of Grid Orders automatically.

Below are the Functions that i require for the Grid EA: 

1) Broker Lot Size = This is the lot size used for the Broker, for example if 1 lot = 100 then the EA should calculate the Lot Sizing based on 100 as 1 lot. 

2) Grid Order Step = This is the distance in pip where each grip order should be placed, it should be based in Pips. 

3) Grid Order Risk List = This is the Risk Percentage list for each Grid Order.

4) Initial Order Stoploss = This is the Stoploss for the Initial Order, it should be based in Pips. 

5) Order Stoploss List = This is the Stoploss list for each Grid Order, it should be based in Pips. 

6) Initial Order Take Profit = This is the Take Profit for the Initial Order, it should be based in Pips. 

7) Order Take Profit List = This is the Take Profit list for each Grid Order, it should be based in Pips. 

8) Grid Maximum Number = This is the Maximum Number of Grid Orders to open per Basket.

9) Grid Orders At One Time = This is the Maximum Number of Grid Orders to open at one time, so for example once the last Grid Order is activated the next Orders should be placed till the Maximum Number Grid Orders has been reached. If it equals to 0 then the EA should place all Grid Orders.

10) Grid Risk Account Balance = This is the Account Balance which the EA should use for the Risk Percentage, if placed on 0 this means it uses the current balance.

11) Close Pending Grid Orders = True/False (This function will remove all pending Grid Orders for that specific Grid Basket if the Initial Order for that Grid Basket is closed).

12) Close Activated Grid Orders = True/False (This function will close all Grid Orders for that specific Grid Basket if the Initial Order for that Grid Basket is closed).

13) Breakeven Initial Order = True/False (This function will move the Take Profit of the Initial Order, and place it at Breakeven once Grid Order 1 is activated).

14) Breakeven Grid Orders = True/False (This should move the Take Profit of the previous Grid Order to Breakeven, when the next Grid Order is activated. So for example once Grid Order 2 is activated Grid Order 1 Take Profit is moved to breakeven).

15) Reopen Breakeven Grid Orders = True/False (When this function is enabled, it should Reopen the Grid Orders which were previous closed at Breakeven but ONLY at the next Grid Order. So for example if Grid Order 3 was activated and Grid Order 2 was moved to Breakeven, this will mean that the EA will need to wait for Grid Order 2  to close at Breakeven and then use the same Risk which was used on Grid Order 2 for Grid Order 3 as a Pending Order. But this should only appear if the 

응답함

1
개발자 1
등급
(180)
프로젝트
301
30%
중재
54
24% / 56%
기한 초과
98
33%
무료
2
개발자 2
등급
(2423)
프로젝트
3046
66%
중재
77
48% / 14%
기한 초과
340
11%
무료
3
개발자 3
등급
(1853)
프로젝트
3455
88%
중재
73
40% / 15%
기한 초과
265
8%
무료
4
개발자 4
등급
(219)
프로젝트
370
42%
중재
145
17% / 41%
기한 초과
124
34%
무료
5
개발자 5
등급
(61)
프로젝트
120
34%
중재
17
18% / 41%
기한 초과
51
43%
무료
6
개발자 6
등급
(88)
프로젝트
138
25%
중재
33
33% / 45%
기한 초과
59
43%
작업중
7
개발자 7
등급
(362)
프로젝트
504
40%
중재
147
18% / 72%
기한 초과
98
19%
바쁜
8
개발자 8
등급
(225)
프로젝트
284
42%
중재
15
13% / 47%
기한 초과
67
24%
무료
9
개발자 9
등급
(182)
프로젝트
342
42%
중재
118
12% / 73%
기한 초과
104
30%
무료
10
개발자 10
등급
(10)
프로젝트
17
53%
중재
11
27% / 55%
기한 초과
4
24%
무료
11
개발자 11
등급
(58)
프로젝트
89
38%
중재
26
4% / 77%
기한 초과
39
44%
작업중
12
개발자 12
등급
(2)
프로젝트
2
0%
중재
13
8% / 92%
기한 초과
1
50%
무료
13
개발자 13
등급
(647)
프로젝트
1295
67%
중재
84
26% / 49%
기한 초과
338
26%
무료
14
개발자 14
등급
(121)
프로젝트
134
66%
중재
36
25% / 56%
기한 초과
22
16%
무료
15
개발자 15
등급
(90)
프로젝트
159
61%
중재
40
18% / 63%
기한 초과
70
44%
무료
16
개발자 16
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
17
개발자 17
등급
프로젝트
1
0%
중재
0
기한 초과
1
100%
무료
비슷한 주문
The strategy uses a grid trading system where trades are placed at set intervals (grid levels) and are managed using Bollinger Bands for entry and exit signals. A fixed lot size, trades are managed to comply with maximum spread conditions and specific trading hours, with the possibility of closing trades based on Bollinger Bands signals. The use of Bollinger Bands indicates a focus on volatility-based trading, while
Hi, I would like to create an expert advisor to fully automatic trade in MT4 as below, it should be possible with gold or any currency pairs and need to possible with 2, 3, 4 or 5 after decimal quotes PAROL MA CROSSOVER 1. Magic Number : Customize 2. Take profit in points : Customize 3. Stop loss in points : Customize 4. Strat time in GMT : Customize 5. End time in GMT : Customize (It means no need to open a new
Hi. I will require a MT4 EA with 3 indcators for a specific time frame, certain parameters can be adjusted and should be able to automated trading. 1. RSI 2. EMA EA 3.Trading Volume . 4 & 5 digits can use 1.) 1 RSI . and 2 EMA ( cross over ) 1.1.) All different timeframe can use ( adjustable ). 1.2.) Entry pricing will need to meet at least 2 out of 3 indicators levels. 1.3.) Each indicators can be adjusted. 2.)
Need MT4 EA which will trade based on Round Number and Supertrend. Trading conditions: If buy supertrend is >= lower round number and <= the higher round number, EA will place a buy pending order at the higher round number. If sell supertrend is <= higher round number and >=lower round number, EA will place sell pending order at the lower round number. If the trade is exited because of SL/BE, EA will place another
Hi Everyone, I need a cloud based licensing system to protect my MT4 / MT5 Indicators and Expert advisors Secure an unlimited number of EAs, indicators, and scripts. Create and manage unlimited license keys for secured EAs, indicators, and scripts. Instantly suspend license keys in case of refund. Lock EA/indicator to specific accounts and time frame similar to this
I need a ea 50+ USD
I need an ea for my prop firm challenge 5000usd account. that can execute trade itself with 0.5R risk and at least 1:2 target.Not maximum drawdown 2-3% and can generate monthly return 10 to 20%
Hello Devs! I like to create a new EA based on the below conditions: (Please do not bid if you have no confidence of fulfilling the codes requirements. Thanks!) You can code MT4 or MT5 or both depending on your preference. 1. Different Magic numbers for BUY and SELL 2. Add on time filter for each day individually. Eg: Mon = 00:01-23:59, Tue = 01:00-23:30 etc. (Monday to Sunday) True/false to close all trades at end
Hi, i have a tos script i need converted to Ninja script, but someone who knows both coding. Cant be someone who is just going to paste into chat gpt, it requires more understanding for compatibility
I need an EA which takes confluence of 4 ema on 3 different time frame before taking a trade. Ea should have risk to reward option, option to add xyz pips above stoploss criteria in order to avoid hitting sl due to spreads. Customizable RR to cl9se trade partially when desired RR is reached. Also require source code to get future changes done
I need MT4 and MT5 hedging locker expert advisors that hedge existing trades either with pending or market order hedging trades. With pending hedge trades the entry price may optionally be made to trail the existing open orders. There should be option for a breakeven and trailing of the hedge trade’s stop

프로젝트 정보

예산
10 - 100 USD
개발자에게
9 - 90 USD
기한
 1 일