Simple MQL4 Pending Order EA

Uzman Danışmanlar

İş tamamlandı

Tamamlanma süresi: 5 gün
Müşteri tarafından geri bildirim
This was my first ordered EA and I chose Dima due to his good feedback. Now I have the chance to add to that. Dima fully understood my EA requirements, implemented all functions quickly and easily but best of all, he also added some useful functions that I didn't even consider. He is quick to respond to messages and very polite. I recommend Dima for your EA requests and will make use of his services again when needed.
Geliştirici tarafından geri bildirim
Good customer. Fast testing. Recommended.

İş Gereklilikleri

Hello,

I would like a simple MQL4 expert advisor to be programmed that will place orders for me at specified times under the following conditions:

The EA must use the time from my MetaTrader 4 platform. When it is activated, it must allow me to insert a very specific time (including seconds) for when it should place two pending orders on a one minute time frame, e.g. 14:29:45.

Just before it places those pending orders, it must calculate the High and Low of the current open candle as well as the High and Low of the previous candle at the specified time.

It must determine which of those two Highs and Lows are the extremes and use those measurements for placing the pending orders. See the example below:

At 14:28:00, there was a candle with a High of 1.5014 and a Low of 1.5000. At 14:29:45 the current open candle has a current High of 1.5016 and a current Low of 1.5008.

The EA must use the values 1.5016 and 1.5000 for its calculation and immediately place two pending orders in the following way:

Order #1 will be a Buy Stop order with an entry price 15 pips above the calculated High (1.5031) and a Stop Loss placed 10 pips below the entry point (1.5021). It must also set a Trailing Stop of 4 pips for this order.

Order #2 will be a Sell Stop order with an entry price 15 pips below the calculated Low (1.4985) and a Stop Loss of 10 pips above the entry point (1.4995). It must also set a Trailing Stop of 4 pips for this order.

The EA must allow me to set the default entry price for all trades if I want to change it later on as well as be able to change the default Stop Loss and Trailing Stop values.

There are two more things the EA needs to do with the orders it creates:

1. When the two pending orders are created and one of them becomes active because the entry point was reached, the other pending order needs to be cancelled immediately.

2. If neither of the pending orders are activated within 25 seconds after they are created, they must both be immediately cancelled.

When loading the EA, I would like it to pop up with a dialogue box allowing me to change the default values for the Stop Loss, Trailing Stop and Entry Point in pips.

Also, it is very important that I can edit the amount of lots to trade when I activate the EA.

I would like the option of adding a Take Profit level as well which should have a default of 0.

So in total, I want the following to come up in the dialogue box:

- Time to execute orders (including seconds)

- Amount of Lots to trade (default is 0.01)

- Entry Point (default is 10 pips above High for buy stop and 10 pips below Low for sell stop)

- Stop Loss (default is 10 pips below buy entry point and 10 pips above sell entry)

- Trailing Stop (default is 4 pips for both orders)

- Take Profit (default is 0 pips)

So in total, there are six variables I would like to possibly edit when activating the EA.


The entire EA must be coded in MQL4 to integrate with my MetaTrader4 platform with my broker (Pepperstone).

Time for delivery is 3 - 10 days and the budget is $50.

Thank you

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(647)
Projeler
1295
67%
Arabuluculuk
84
26% / 49%
Süresi dolmuş
338
26%
Serbest
2
Geliştirici 2
Derecelendirme
(41)
Projeler
124
34%
Arabuluculuk
32
13% / 75%
Süresi dolmuş
53
43%
Serbest
3
Geliştirici 3
Derecelendirme
(27)
Projeler
47
38%
Arabuluculuk
6
17% / 50%
Süresi dolmuş
30
64%
Serbest
4
Geliştirici 4
Derecelendirme
Projeler
1
100%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
5
Geliştirici 5
Derecelendirme
(71)
Projeler
254
53%
Arabuluculuk
16
50% / 38%
Süresi dolmuş
83
33%
Serbest
6
Geliştirici 6
Derecelendirme
(1)
Projeler
1
0%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Serbest
7
Geliştirici 7
Derecelendirme
(24)
Projeler
98
83%
Arabuluculuk
4
0% / 25%
Süresi dolmuş
9
9%
Serbest
8
Geliştirici 8
Derecelendirme
(82)
Projeler
150
29%
Arabuluculuk
9
44% / 11%
Süresi dolmuş
46
31%
Serbest
Benzer siparişler
Hi there, I currently have a scalping strategy based of 3 thrid party indicators that I would like automated. This would help me with running the strategy through the strategy tester. Two of the indicators dont have iCustom functionality to pull the data in, so another way would have to be devised. The strategy incorpates trading activity, sentiment in the for of the ratio of traders in profit, and a third techincal
Hi, I have a Live Data feature for my trading accounts that lets me check details like total open positions, number of lots, profits, etc. I need someone to add the number of pending orders to this live data. This is important for me to ensure that all accounts have the same number of pending orders, since I use a copy trading system. Also, there is a website where I check all the data. In this case, you would need
OK I just need 1 MOD Who can do it free There is a (Reciever EA) that receives signals from a (Sender EA) I need to ADD one mod It may even look like the option/signal is there= Ignore it Coding was wrong on that part This is simple The option in the Reicver EA will Be called "Open Copy Live" with the option to Set to True or False When set to true the Reicver EA will Watch
Hi there, I need a very highly skilled mt4 programmer to code and design an EA from scratch. The logic of the EA will be discussed with you in comments section, only reach out if you can code perfectly for mt4 using MQL4 coding solutions language, EA must be able to run well without any problems and work according to the logic thanks
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better
### Summary of EA Requirements 1. **Time Period**: - The EA should operate on the H4 timeframe. 2. **RelicusRoad MACD v2 Indicator**: - **Parameters**: - Fast EMA Period: 12 - Fast EMA Type: Close price - Slow EMA Period: 24 - Slow EMA Type: Close price - Signal SMA Period: 9 - The EA should use this indicator to determine the crossover condition between the MACD line and the signal line. 3
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
Ind V5 TV Strategy Requirements: Instruments: Forex pairs, Crypto and Stocks across exchanges TimeFrame: Multi-Time Frame comparisons, details below Indicators: Ichimoku Cloud, ATR & Choppiness Index Trade times: First Order: Day of Week Start Time, Day of Week First Order time, Day of Week Last Order Time and Day of Week Square Off Time Intraday TF: 1 min, 3 mins, 9 mins, 27 mins and 81 mins Position Size (Lots)
I want this EA in mql4. The two indicators are written in pinescript Developer should please understand it to develop the EA. One of the indicator will be used as direction and the other for entry. The should have code that it can be used for( only one PC and an expiration date. ; this the developer should show me how to adjust it, so that I can adjust to my preference). Parameters:number of trades.lotsize, SL pips
I need a robot for forex trading~~The way the robot should work is that when I put it into a 5 minute chart, the chart will show 15 minutes, one hour, Regardless of whether they are buying or selling, they must buy or sell in the same color at the same time~~~ Use the following indicators: HalfTrend 1 & alerts mtf Trafficlight indicator.MQ4 When placed into a 5 minute chart ~ the chart will show 15 minutes, one

Proje bilgisi

Bütçe
50 USD
Geliştirici için
45 - 45 USD
Son teslim tarihi
from 3 to 10 gün