I need an experienced developer that can develop EA that can automatically trade forex Trending Strategy with Support and Resistance:

MQL5 Experts

Trabalho concluído

Tempo de execução 24 dias
Comentário do cliente
Very smooth job process. Always available, compliance with specifications and resolving issues. I will always come back to work with him.
Comentário do desenvolvedor
The customer is never in a hurry. Carefully checks and tests.

Termos de Referência

  1. The robot should be automatic  to be able to open and close trade by itself and work on all currency pairs. Should work on all timeframes and should be able to trade both small and large account size

  2. Trend Identification and Entry Conditions:

    • Implement a robust trend identification algorithm that can identify and confirm market trends.
    • Use technical indicators like moving averages and the Average Directional Index (ADX) to
      identify trends.
    • For an uptrend:
      • Look for higher highs and higher lows.
      • Use a moving average crossover strategy where a shorter-term moving average crosses above a longer-term moving average.
    • For a downtrend:
      • Look for lower highs and lower lows.
      • Implement a moving average crossover strategy where the shorter-term moving average crosses below the longer-term moving average.
    • Support and resistance levels should be integrated into the entry conditions.
  3. Position Sizing and Leverage Control:

    • Allow users to specify position sizing parameters, such as lot size, percentage of account balance to risk, and maximum leverage.
    • Implement dynamic lot sizing based on user-defined risk percentages and stop-loss levels.
  4. Stop Loss and Take Profit:

    • Enable users to set stop loss and take profit levels based on their risk-reward preferences.
    • Implement trailing stop functionality to capture maximum profits during strong trends.
    • Implement automatic breakeven functionality (break even when the trade reaches a certain profit level).
  5. Trailing Stop:
  • Include a trailing stop feature that moves the stop loss as the trade moves in the desired direction.
  • Users should be able to configure the trailing stop parameters.
  1. Risk Management:

    • Provide risk management features, including maximum risk per trade and maximum drawdown controls.
    • Calculate lot size based on risk tolerance and stop loss distance.
  2. Spread Filter and News Avoidance:

    • Include a spread filter to avoid trading when the spread is too high, allowing users to define the maximum acceptable spread.
    • Implement a news avoidance feature that prevents trading during high-impact news events.
  3. Time Filter and Session Control:

    • Integrate time filters to specify trading hours and days.
    • Allow users to adjust the trading session based on their preferences.
  4. User Interface:

    • Design a user-friendly interface for users to adjust parameters, select timeframes, and monitor trade activity.
    • Include visualization tools to display the current trend, support and resistance levels, and trade-related information.
  5. Trade Management:

    • Manage open trades, monitor the risk-to-reward ratio, and adjust stop loss and take profit levels as the trade progresses.
    • Implement multiple trade management options to cater to different trading styles, such as trend-following and trend-scalping.
  6. Alerts and Notifications:

    • Integrate alerts and notifications for trade signals, execution, stop loss/take profit hits, and other important events.
    • Allow users to select their preferred notification methods (e.g., email, pop-up alerts, mobile notifications).
  7. Backtesting and Optimization:

    • Provide backtesting capabilities for users to assess the robot's historical performance.
    • Offer optimization options to fine-tune parameters for better results.
  8. Documentation and Support:

    • Create comprehensive documentation explaining how to use the robot and its features.
    • Offer user support or access to a user community for assistance and troubleshooting.


Respondido

1
Desenvolvedor 1
Classificação
(131)
Projetos
152
22%
Arbitragem
5
0% / 60%
Expirado
4
3%
Ocupado
2
Desenvolvedor 2
Classificação
(140)
Projetos
201
80%
Arbitragem
17
29% / 47%
Expirado
10
5%
Trabalhando
3
Desenvolvedor 3
Classificação
(8)
Projetos
11
18%
Arbitragem
7
43% / 29%
Expirado
1
9%
Livre
4
Desenvolvedor 4
Classificação
(30)
Projetos
55
22%
Arbitragem
12
67% / 8%
Expirado
2
4%
Livre
5
Desenvolvedor 5
Classificação
(253)
Projetos
406
38%
Arbitragem
84
43% / 19%
Expirado
70
17%
Trabalhando
6
Desenvolvedor 6
Classificação
(3)
Projetos
2
0%
Arbitragem
1
0% / 100%
Expirado
1
50%
Trabalhando
7
Desenvolvedor 7
Classificação
(74)
Projetos
121
43%
Arbitragem
12
33% / 50%
Expirado
17
14%
Livre
8
Desenvolvedor 8
Classificação
(3)
Projetos
4
25%
Arbitragem
0
Expirado
0
Livre
9
Desenvolvedor 9
Classificação
(234)
Projetos
415
34%
Arbitragem
52
37% / 40%
Expirado
153
37%
Carregado
10
Desenvolvedor 10
Classificação
(7)
Projetos
9
33%
Arbitragem
4
25% / 25%
Expirado
1
11%
Livre
Pedidos semelhantes
looking for someone to create an EA based on the OHLC of the last x candles, calculate lot size and place limit and stop orders with partial close. some other features
I have one table (Google Sheets) in my Google account. I need the MQL5 EA to be able to read this table and write to it. Please clarify immediately: can MQL5 EA access my table with my Google login and password or do I need to create some kind of service account
I would like a trading robot / Expert Advisor that simply operates on two basic trading view indicators to enter trades. Everything happens on the 1 minute time frame for this robot. Make the settings of both indicators full customization enabled from my end and also the risk percentage must be adjustable from my end but the risk-to-reward ratio must be fixed to 1:1.5. The scalping robot must operate based on two
I require an English speaking programmer to create the following robot: Brief overview: The program primarily operates just after the open of a new candle on the chart it is attached to. On new candle opening, previous candles over a user defined period are checked. If the number of candles closing with a price rise equal or exceed a given number, the market is considered “Overbought” and the program opens a buy or
Ezeana 40+ USD
i would like to have high frequency trading strategy bot that opens and close multiple trades in short calculated period of time . the expert adviser should be able to full run automatically on its own with 99% winning rate
i need a custom indicator in mql5 syntax with arrows to point when to buy or sell at time frames M5 and M15. the bellow settings and criteria look into higher time frames to confirm entries. I need extra string to add symbols: input string symbol2 = "DXY"; input string symbol3 = "US10Y"; i have made a very basic sketch on chatgpt but it needs professional code work. Indicators and Settings Used: Commodity Channel
The goal of this project is to catch positions which are moving in the right direction, while locking / hedging the ones that do not. Positions are only opened when price has been moving according to the predominant trend, and wins are used to buy down existing locked positions as required. Please see the attached files for full explanation of the requirements and anticipated solution
I have two not very sophisticated bots that need to be converted from python to MQL5. The bots are very similar, they use 99% of the same methodology, the only difference being that one is a trend-following bot, and the other is a mean reversion bot. I need the parameters to be at the top of the script so that they can be easily changed and optimised. The entire codebase is already done in python (sl,tp, trailing
Create an Expert Advisor script in MQL5 for Metatrader 5 with the following elements: 1. Use the input function to be processed in the code so that it can be manually set all indicators, like stoploss, trailing stop, partial close, trading time zones, lot size, RSI levels, take profit, choosing buy stop or limit order, etc. 2. The EA trades on the pair it is attached to, include this in the script. For example DAX
Specify your Requirements Specification here point by point. Try to describe your requirements briefly and clearly, so that your potential developer is able to correctly assess its complexity and cost, as well as the required execution time. A bad or too generic description will result in your order being ignored, or you will spend a lot of time negotiating the details with each applicant. Remember: It is better to

Informações sobre o projeto

Orçamento
30 - 50 USD
Desenvolvedor
27 - 45 USD