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

MQL5 Experts

Tâche terminée

Temps d'exécution 24 jours
Commentaires du client
Very smooth job process. Always available, compliance with specifications and resolving issues. I will always come back to work with him.
Commentaires de l'employé
The customer is never in a hurry. Carefully checks and tests.

Spécifications

  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.


Répondu

1
Développeur 1
Évaluation
(131)
Projets
152
22%
Arbitrage
5
0% / 60%
En retard
4
3%
Occupé
2
Développeur 2
Évaluation
(140)
Projets
201
80%
Arbitrage
17
29% / 47%
En retard
10
5%
Travail
3
Développeur 3
Évaluation
(8)
Projets
11
18%
Arbitrage
7
43% / 29%
En retard
1
9%
Gratuit
4
Développeur 4
Évaluation
(30)
Projets
55
22%
Arbitrage
12
67% / 8%
En retard
2
4%
Gratuit
5
Développeur 5
Évaluation
(253)
Projets
406
38%
Arbitrage
84
43% / 19%
En retard
70
17%
Travail
6
Développeur 6
Évaluation
(3)
Projets
2
0%
Arbitrage
1
0% / 100%
En retard
1
50%
Travail
7
Développeur 7
Évaluation
(74)
Projets
121
43%
Arbitrage
12
33% / 50%
En retard
17
14%
Gratuit
8
Développeur 8
Évaluation
(3)
Projets
4
25%
Arbitrage
0
En retard
0
Gratuit
9
Développeur 9
Évaluation
(234)
Projets
415
34%
Arbitrage
52
37% / 40%
En retard
153
37%
Chargé
10
Développeur 10
Évaluation
(7)
Projets
9
33%
Arbitrage
4
25% / 25%
En retard
1
11%
Gratuit
Commandes similaires
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
Excellent trade 30 - 50 USD
I need an expert robot developer that will create a robot using 4 indicators to generate signal for the robot to execute,it should be solely based on candle stick period analysis and the robot will be made to allow indicators parameters adjustment and user input example "parameters optimization" or "hyperparameter optimization as the terminology might be, please I need it urgently, the interested developer should
The specifications cover 3 requests: 1- Addition of a Trailing Take Profit function 2- Addition of opening orders according to a decreasing distance (20, 15, 10, 5...pips) 3- Addition of a function that allows choosing a fixed, increasing, or decreasing take profit

Informations sur le projet

Budget
30 - 50 USD
Pour le développeur
27 - 45 USD