Modify a simple Open Close EA

MQL4 Indicators Experts

Job finished

Execution time 4 days
Feedback from customer
Great work. Fair price. I recommend this developer
Feedback from employee
Excellent customer, thanks!!!!!

Specification

I need the following modifications to an EA as shown in pic below. THe source file will be provided to the selected developer.

1. Switch position of BUY and SELL buttons to place SELL button on left. The grey border should remain around the buttons
2. Change name of BUY button to BUY MO and SELL button to SELL MO
3. Add "Enter trades by" variable drop down menu to select if entry will be by lots or percent equity
4. Add variable to choose percent equity to 1 decimal place
5. Add "BE with commission" variable to automatically place BE price at BE+Commission
6. Add "Move SL on TP2" to adjust the stop loss when Take Profit 2nd has been hit, along with the accompanying variable "Move SL to" to specify how many pips from Take Profit 2nd the SL should be moved to when Take Profit 2 has been met, eg, if we were in a BUY trade that was entered at 1.3578 with SL=10, TP2=1.3586 and "Move SL to"=10, and TP2 was hit, then when TP2 is hit, the SL would move from 1.3568 to 1.3576.
The "Move SL to" variable should not interfere with the BE variable. IF BE was triggered and "Move SL to" would place the SL in a loss position, then the EA must ignore the "Move SL to" and use BE, eg, continuing eg above, if BE=5, then by the time TP2 was hit, EA should have set BE (when market reached 1.3583). As such, when TP2 is hit, the EA would keep the BE level at 1.3578 and not place a new SL at 1.3576
The "Move SL to" variable should not affect the with Trailing stop. The TS can be before or after the new SL level
7. Add "BUY PR" button just below BUY MO button to give option to enter either a Buy limit or Buy stop trade at a certain price. Immediately under the BUY PR button must be a box to enter the price at which the market will be bought. The Buy price may be above or below the current market price
8. Add "SELL PR" button just below SELL MO button to give option to enter either a Sell limit or Sell stop trade at a certain price. Immediately under the SELL PR button must be a box to enter the price at which the market will be sold. The sell pruice may be above or below the current market price.
9. Add "BUY/SELL price expires in (mins)" variable to select how long the BUY PR or SELL PR prices will remain active before being cancelled, if not triggered, eg, if BUY/SELL price expires in=10, and after 10 mins the market did not reach the price to enter a BUY or SELL trade (whichever was pressed), then the order will be cancelled. BOTH BUY and SELL orders may be placed at the same time and if so, both can be cancelled at the same time.
10. Change name of "Close all orders" button to "Close trades" that will immediately close all open trades
11. Change position of "Close Trades" button to be placed to the right of the BUY MO button
12. Add "Close Orders" button that, when pressed, will immediately cancel all pending orders
13. Place "Close orders" button under "Close trades" button, ie to the right of BUY PR button
14. All trade management inputs, BE, SL, TPs, will be applied to all entry types (LO and MO)
15. EA must give separate comments for MO entered trades and trades entered by order price, eg "MO Buy" when the BUY MO button is used to enter a trade, or "Order Buy" when the BUY PR is used to enter a trade
16. There must be separate options to "Hide SL", "Hide TP" and "Hide Order Price" (When BUY PR or SELL PR is pressed) that when pressed, will hide each of those variables broker the broker.


Responded

1
Developer 1
Rating
Projects
509
47%
Arbitration
29
10% / 45%
Overdue
138
27%
Free
2
Developer 2
Rating
Projects
1295
67%
Arbitration
84
26% / 49%
Overdue
338
26%
Free
3
Developer 3
Rating
Projects
334
55%
Arbitration
14
36% / 29%
Overdue
1
0%
Free
4
Developer 4
Rating
Projects
7
0%
Arbitration
7
0% / 71%
Overdue
2
29%
Free
5
Developer 5
Rating
(1)
Projects
3076
66%
Arbitration
77
48% / 14%
Overdue
340
11%
Free
6
Developer 6
Rating
Projects
2
0%
Arbitration
7
0% / 86%
Overdue
0
Free
7
Developer 7
Rating
Projects
74
45%
Arbitration
21
14% / 67%
Overdue
8
11%
Working
Similar orders
Hey Guys i've a PineScript /Source Code / ( Trading View ) indicator which has Buy and Sell Sign . i wanna make a MT5/4 Robot by it with some features . I need it has a simple panel to shows some details of robot at screen
Hi dear coders, I have an EA and for this EA I want additional code for Risk Management at my code, trade is triggered with this line int TheTicket = OrderSend(_Symbol,TradeType,(double)DoubleToString(TheLots,2),TradeType==OP_BUY?Ask:Bid,10,TheSL,TheTP,TheComment,MagicNumber,0,TradeType==OP_BUY?clrBlue:clrRed); I want you create a code and tutorrial how to change my code. the new code will be Risk Management Inputs
I'm seeking a Forex HFT Scalping EA that operates on live streaming tick data and candlestick patterns, executing a high frequency of trades without balance restrictions. The EA should be compatible with major currency pairs like EUR/USD, GBP/USD, USD/JPY, AUD/USD, GBP/JPY, GBP/AUD, and XAU/USD, as well as US30 indices. Given its HFT nature, it should focus on the 1-minute, 5-minute, 15-minute, and 30-minute
I need a custom MT5 EA that can place trades (Buy & Sell) from two Telegram channels. One telegram channel will give the trend signal (Bullish or Bearish) and the second telegram channel will give buy and sell signals
hello i like to have zigzag added to my EA and set orders when it makes a pullback strategy (Higerlow/Lowerhigh) or break of market structure strategy Higherhigh/Lowerlow break set order entry I want it to be able to do these 2 things but one at a time. -Zigzag makes a pullback into an HigherLow/LowerHigh set order entry -Zigzag breaks structure HigherHigh/LowerLow set order entry - For PULLBACK STRATEGY i just want
Looking for a indicator that can show where the majority of retail stop losses are placed Please can someone advise me how best to achieve this but it needs to be accurate
I have a grid trading bot that needs debugging. its perfect apart from a random stop loss I encountered. It’s supposed to have a stop loss at 99% but it one time closed trades at around 25% loss. Here is a list of potential things causing it to bug out (it’s running on MQL VPS MT5, I also want to retain the ability to close positions manually); - Chart change (symbol or timeframe) - Recompiling the EA - Server
Me gustaría poder crear automaticamente varias ordenes que se queden pendientes pudiendo definir los siguientes parámetros: Tipo de orden (Buy y sell stop, buy y sell limit. Precio de compra / venta. Pudiendo entrarlo manualmente o como un numero de puntos a sumar/restar del precio actual de marcado. Numero de puntos que ocuparan en total las ordenes y numero de ordenes a insertar (Ejemplo: 200 puntos, 4 ordenes, es
tardes desarolladores, quiero hacer un sistema semiatomatico, el deberia abrir las operaciones de venta o compra en un punto donde yo haga el analisis cumpliendo siertos criterios, por ejemplo abrir la operacion despues de que tresvelas del mismo color salga de un punto donde yo deje marcado , abriendo una operación 1/1 tenuendo en cuenta dos lineas que yo dejare marcadas
Hi developer, I need a EA bot with forex news filtering for JPY currency pairs(usdjpy, audjpy,gbpjpy,cadjpy) and USD currency pairs (audUSD,EURUSD, gbpUSD, NZDUSD, USDcad, USDCHF, xauusd). That's no problem if you can share your own profitable ea to me for 100 usd. I don't have any idea about ea strategy. But, I need profit in this ea Please share backtest, strategy, how ea works and ea's features

Project information

Budget
50 - 80 USD
For the developer
45 - 72 USD
Deadline
from 2 to 4 day(s)