Order Manager EA

MQL4 Experts

Trabalho concluído

Tempo de execução 5 dias

Termos de Referência

The EA will require three buttons that will need to be draggable, a Buy Button, Sell Button, and a Remove Order Button.

 One Click Buttons

I already have the Buttons coded onto another EA, just need the Buttons re-coded and the Buy and Sell buttons showing the actual order entry price at each candle close.

The Visual Button settings from the previous EA should also be included into this EA.  

I'll also need one Visual Button parameter created, "Move Candles Behind Buttons" so when enabled the EA will move the Buttons in front of all the candles.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Buy Example

If the user now presses the Buy Button. Then the EA should perform like the following:

Step 1:

EA places a Buy Stop at the previous candles high, now if the order cannot be placed because price is above the high then the EA will be required to send out a warning popup / mobile notification stating the following "Invalid / Over High / EURUSD / M15 / 12:00".

Step 2:

EA sets the Stoploss for the Buy Stop order at the lowest low, this low should be based on a specific number of previous candles. This should include any additional pips that the user requires below the lowest low, the user can set this amount by using the Stoploss Pip Buffer parameter.

Step 3:

EA sets the Take Profit based on the distance between the Buy Stop and the Stoploss. So if I set this parameter to 2 then it will be 2 times that size.

Step 4:

If the Buy Stop doesn't get activated before the current candle closes, the EA must automatically remove the pending order.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Sell Example

If the user presses the Sell Button. Then the EA should perform like the following:

Step 1: 

EA places a Sell Stop at the previous candles low, now if the order cannot be placed because price is below the low then the EA will be required to send out a warning popup / mobile notification stating the following "Invalid / Below Low/ EURUSD / M15 / 12:00".

Step 2:

EA sets the Stoploss for the Sell Stop order at the highest high, this high should be based on a specific number of previous candles. This should include any additional pips that the user requires above the highest high, the user can be set this amount using the Stoploss Pip Buffer parameter.

Step 3:

EA sets the Take Profit based on the distance between the Sell Stop and the Stoploss. So if I set this parameter to 2 then it will be 2 times that size.

Step 4:

If the Sell Stop doesn't get activated before the current candle closes, the EA must automatically remove the pending order.

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
Important EA Features

  • If a Pending Order was created outside the one click buttons, so for example through neither the MT4 platform or MT4 Mobile app. Then the EA will need to check to see if the correct Lot Size, Price Level, Take Profit and Stoploss were used on them. If the EA detects that there was a mistake with any one of those parameters then the EA will need to remove the pending order and replace it with the correct parameters. 

  • If the Pending Order was placed manually as a Buy Limit or Buy Stop, then the EA should consider it as a Buy and replace the pending order with the correct parameters.

  • If the Pending Order was placed manually as a Sell Limit or Sell Stop, then the EA should consider it as a Sell and replace the pending order with the correct parameters.

  • The EA should be attached on the currency symbols that will be traded, so for example if I only attach it on EURUSD then the EA will only work on EURUSD.

  • The candle timeframe will depend on the chart the EA is attached to.

  • If the User presses the Remove Order button, then the EA will need to check and see if any of the above EA Buy or Sell Orders were placed, if so then the EA will remove them immediately. But once the order is activated it shouldn't close the order. However If I decide to cancel the pending order manually by using my MT4 platform or Mobile App the EA shouldn't replace order unless I resubmit a new order again.

  • I should be able to use the Strategy Test with this EA.

  • If the EA does not have enough free margin to place the order, the EA should then send out a Popup/Mobile Notification stating the following message "Warning / No Free Margin / EURUSD / M15 / 12:00"  
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------


EA Parameter Settings

 

Previous Count

 

Enable Stoploss = True/False

 

Stoploss Pip Buffer

 

Enabled Take Profit = True/False

 

Take Profit Multiplier 


Set Risk Percentage 

This is where I can set the Risk Percentage for the pending orders.

Set Risk Account Type = (Account Balance / Account Equity / Custom Account Balance)

This is where I can set the Account type that the EA should use when calculating the Risk Percentage.

Set Custom Account Balance = 

This is where I can set the Custom Account Balance that the Risk Percentage should be based on.

Respondido

1
Desenvolvedor 1
Classificação
(2422)
Projetos
3042
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Trabalhando
2
Desenvolvedor 2
Classificação
(362)
Projetos
504
40%
Arbitragem
147
18% / 72%
Expirado
98
19%
Ocupado
3
Desenvolvedor 3
Classificação
(28)
Projetos
47
23%
Arbitragem
13
31% / 15%
Expirado
12
26%
Livre
4
Desenvolvedor 4
Classificação
(121)
Projetos
134
66%
Arbitragem
36
25% / 56%
Expirado
22
16%
Livre
5
Desenvolvedor 5
Classificação
(89)
Projetos
137
24%
Arbitragem
35
9% / 40%
Expirado
52
38%
Livre
6
Desenvolvedor 6
Classificação
(97)
Projetos
121
25%
Arbitragem
5
20% / 60%
Expirado
17
14%
Livre
7
Desenvolvedor 7
Classificação
(49)
Projetos
134
27%
Arbitragem
62
13% / 53%
Expirado
58
43%
Livre
Pedidos semelhantes
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
"I need an expert advisor (EA) based on stochastic divergence and candlestick formation. It should be able to identify both hidden and regular divergences. The EA should also include modified risk-reward ratios, modified timeframes, and a trailing stop loss. It is important that the EA is 100% accurate. Once an experienced developer applies, I will share the complete strategy."
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for
I need someone that can make expert advisor for backtesting purpose. The input file is History trade report export file from MQl5 the expert advisor should open position the exact time of open trade on the report. The same as the close time

Informações sobre o projeto

Orçamento
10 - 100 USD
Desenvolvedor
9 - 90 USD
Prazo
de 1 para 2 dias