Simple MQL4 Pending Order EA

Experts

Tâche terminée

Temps d'exécution 5 jours
Commentaires du client
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.
Commentaires de l'employé
Good customer. Fast testing. Recommended.

Spécifications

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

Répondu

1
Développeur 1
Évaluation
(647)
Projets
1295
67%
Arbitrage
84
26% / 49%
En retard
338
26%
Gratuit
2
Développeur 2
Évaluation
(41)
Projets
124
34%
Arbitrage
32
13% / 75%
En retard
53
43%
Gratuit
3
Développeur 3
Évaluation
(27)
Projets
47
38%
Arbitrage
6
17% / 50%
En retard
30
64%
Gratuit
4
Développeur 4
Évaluation
Projets
1
100%
Arbitrage
1
0% / 100%
En retard
0
Gratuit
5
Développeur 5
Évaluation
(71)
Projets
254
53%
Arbitrage
16
50% / 38%
En retard
83
33%
Gratuit
6
Développeur 6
Évaluation
(1)
Projets
1
0%
Arbitrage
1
0% / 100%
En retard
0
Gratuit
7
Développeur 7
Évaluation
(24)
Projets
98
83%
Arbitrage
4
0% / 25%
En retard
9
9%
Gratuit
8
Développeur 8
Évaluation
(82)
Projets
150
29%
Arbitrage
9
44% / 11%
En retard
46
31%
Gratuit
Commandes similaires
are you aware of the Monday Range Strategy? https://www.youtube.com/watch?v=7B_yBBFx6z8 5pm EST time sunday - monday 5pm est and it has to be on the H1 chart , minimum 1:2 Risk to reward and break even function after 1:1
Strategy: 1. Identify strong supply and demand levels. Draw them in the chart in green and red. In Tradingview: Market Structure Break & Order Block by EmreKb von EmreKb --> Strong demand and supply area refer to picture below (Buy and Sell Zones). There must be a strong demand / supply zone on a higher time frame in order for the set up to be valid. The time frame can be selected in the settings. E.g. "Higher Time
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)

Informations sur le projet

Budget
50 USD
Pour le développeur
45 - 45 USD
Délais
de 3 à 10 jour(s)