Need a Simple EA Developed from an Indicator

MQL4 Experts

Termos de Referência

THE INDICATOR PROVIDES NO BUFFERS BUT DOES HAVE AN EVENT FUNCTION.

 

 

1. EA to buy and sell on the arrows of the indicator (Red or Green) with levels displayed on the screen

2. The Option of using the indicator's take profit (TP1/TP2/TP3) and stop loss levels for the EA (Force Close on Reverse Arrow).

3. The option to provide my own Take profit and Stop loss levels per trade (Force Close on Reverse Arrow).

4. The option for a stop loss, and the trade automatically close on a reverse signal.

 

 

 

CRITERIA TO OPEN A TRADE –

 

When selecting M1 Time Frame the EA should take confirmation from M15. If the trend does not match, the EA should not open the trade. If the trend matches EA to open a trade.

 

When selecting M5 Time Frame the EA should take confirmation from H1. . If the trend does not match, the EA should not open the trade. If the trend matches EA to open a trade.

 

When selecting M15 Time Frame the EA should take confirmation from H4. . If the trend does not match, the EA should not open the trade. If the trend matches EA to open a trade.

 

When selecting H1 Time Frame the EA should take confirmation from D1. . If the trend does not match, the EA should not open the trade. If the trend matches EA to open a trade.

 

 

The above step is most important.

 

 

It gives alerts for TP1, TP2, TP3 and SL with Arrows. TP Mode = Manual/Automatic and SL Mode = Manual/Automatic. These two should be separate. For example, if am setting TP as manual 100 points I should be able to select SL = Automatic. Similarly, the other way around. If I select Automatic TP, I should have an option to select TP1 OR TP2 OR TP3. Ofcourse there is only one SL.  Most importantly, all trades should force Close on Reverse Arrow and new trade gets open.

 

Option to push the Automatic SL when set to TRUE by certain number of points. Suppose Automatic SL is 100, if I add 20 points to be pushed the SL set by EA is 120 points.

 

Similarly option to bring the TP target close by certain points. If the automatic TP is 100 and if I select Bring TP closer by points = 20, the TP is set to 80.

 

This is to avoid slippage situations.

 

EA Settings

 

Magic =

 

Confirm Higher Time Frame = TRUE/FALSE * If TRUE open trades based on higher TF comparison criteria. If FALSE open trades without higher TF confirmation.

 

Trade by = Risk % OR Fixed lot size OR Autolot

 

Risk % = *% of  account balance

 

Fixed Lot Size =

 

Autolot size = *number starting from 0.01

 

Autolot Currency = *enter the currency value for the lotsize. Suppose Autolot is set as 0.01 and Autolot Currency is set as 1000, the EA will calculate trade lot size based on this.

 

Max Lot size = * EA will not open trades beyond this lot size

 

Max Spread = * EA only opens trades within this spread limit

 

Max open trades = *Maximum number of open trades at any given point

 

Trade Buy - *allow the adviser to buy.

 

Trade Sell - *allow the adviser to sell.

 

Hedge = TRUE/FALSE *allows the adviser to trade both directions, buy and sell. If off, only one trade direction. This cannot be set to TRUE when the user selects “Force close on Reverse Arrow” recovery option

 

TP Mode = Manual/Automatic

 

SL Mode = Manual/Automatic

 

Push SL Further = TRUE/FALSE

 

Push SL by points = *(Put the number of points)

 

Bring in TP closer = TRUE/FALSE

 

Bring TP closer by points = *(Put the number of points)

 

Recovery = Force close on Reverse Arrow = TRUE/FALSE

 

Start hour = *Trades for the day starts here

 

End hour = *Trades for the day ends here

 

Trade Friday = TRUE/FALSE

 

Trailing = TRUE/FALSE

 

Trail Start =

 

Trail Step =

 

Equity Protection = TRUE/FALSE

 

Close all trades when DD reaches = NO OR % of balance OR Currency *EA turned off and starts next day automatically

 

Close all trades when daily profit reaches = NO OR % of balance OR Currency *EA turned off and starts next day automatically

 

Stop EA when the overall profits Reach = NO OR  % of balance OR Currency *EA turned off permanently.

 

 

 

 

 

 

 

 



Arquivos anexados:

ZIP
1351.zip
48.9 Kb

Respondido

1
Desenvolvedor 1
Classificação
(20)
Projetos
19
11%
Arbitragem
2
50% / 50%
Expirado
0
Trabalhando
2
Desenvolvedor 2
Classificação
(55)
Projetos
64
6%
Arbitragem
24
21% / 38%
Expirado
4
6%
Trabalhando
3
Desenvolvedor 3
Classificação
(195)
Projetos
316
15%
Arbitragem
20
40% / 35%
Expirado
16
5%
Ocupado
4
Desenvolvedor 4
Classificação
(71)
Projetos
80
10%
Arbitragem
35
9% / 54%
Expirado
6
8%
Trabalhando
5
Desenvolvedor 5
Classificação
(4)
Projetos
4
25%
Arbitragem
3
33% / 33%
Expirado
0
Livre
6
Desenvolvedor 6
Classificação
(299)
Projetos
378
21%
Arbitragem
43
60% / 23%
Expirado
43
11%
Carregado
7
Desenvolvedor 7
Classificação
(50)
Projetos
71
15%
Arbitragem
3
33% / 0%
Expirado
7
10%
Carregado
8
Desenvolvedor 8
Classificação
(10)
Projetos
25
28%
Arbitragem
1
0% / 0%
Expirado
1
4%
Carregado
9
Desenvolvedor 9
Classificação
(71)
Projetos
80
34%
Arbitragem
2
0% / 0%
Expirado
1
1%
Trabalhando
10
Desenvolvedor 10
Classificação
(39)
Projetos
44
30%
Arbitragem
4
25% / 25%
Expirado
0
Livre
Pedidos semelhantes
D Wealth EA 30+ USD
Trade professionally, know when to open and close trade and also know when to buy and sell take profits once the market is trying to go against your analysis and also analyze the chart before taking any action! When buy the lot size should be 0.01 and stop loss should be considered according to the lot size, and profits should be taken in due time
I want to suggest a trading strategy that uses reverse trade software. We need to create an EA (Expert Advisor) that uses a simple martingale strategy. When the market is going up, it will keep placing SELL orders in the sequence of 0.01, 0.02, 0.03, etc. Each order should have a stop loss (SL) and a moving take profit (TP). There should be an option to adjust the SL and TP in the settings so we can customize them
I need you to check an expert advisor I bought and find the best settings, parameters to get low drawdown and high performance. configuration and optimization of sets to improve management
MT4 EA required that will trade as follows: 1. Trading behaviour: If blue supertrend is >= lower round number and <= the higher round number, EA will place a buy pending order at the higher round number. If red supertrend is <= higher round number and >=lower round number, EA will place sell pending order at the lower round number. The inputs should be exactly coded as per the attached image. EA will have
I want to make something automatic which EMA will automatically trade in my account. For this I want to make a simple robot I want to get this made automatically on a simple EMA
Hello! ON A FIXED BUDGET, I need a developer to modify my Expert on risk management. I want the EA to close All trades if Daily Profit or Loss is reached. Then the EA should also stop trading for that day if the conditions met and restart trading the next day again. It has to also display on chart to show which criteria it closed. E.g. EA closed on Daily Loss Limit. Bid so that we talk more
//+------------------------------------------------------------------+ //| 3-EMA_FTS.mq4 | //| Generated with Pine Script to MQL4 | //+------------------------------------------------------------------+ #property strict #property indicator_separate_window #property indicator_buffers 8 #property indicator_color1 Red #property indicator_color2 Green #property indicator_color3
Simple Grid EA 30+ USD
Make a simple pending order grid EA 1st up down pending order gap 100 pips Next order Grid gap 200 pips If 4 Trade open buttom trade close. Only buy or only sell
**Project Title:** Development of a Complex High-Performance EA for Step Index **Project Overview:** I need an advanced Expert Advisor (EA) for trading the Step Index on MetaTrader 5. The EA should use multiple indicators and advanced risk management techniques to enhance profitability and manage risks effectively. **Trading Strategy Details:** Indicators: - 50-period EMA - 200-period EMA - RSI with 14 periods - MACD
I Have a forex ea bot, need connect binary deriv broker . Contact me to know more about this. Those who are experts about binary bot can work with me more

Informações sobre o projeto

Orçamento
50+ USD
Prazo
para 1 dias

Cliente

(7)
Pedidos postados14
Número de arbitragens0