Create EA based on provided rules and indicators

Tâche terminée

Temps d'exécution 28 jours
Commentaires du client
I have never met a better coder in all my years. Beyond fantastic. Amazing guy. If we had more people like Emeka in the world, we would have colonized Mars by now. This guy is a hidden gem.
Commentaires de l'employé
Great customer. Explained requirements clearly. Thanks.

Spécifications

1. The idea of the trading system is as follows: market entries are performed on the 15 minute timeframe when the trend is in the right direction, the arrow is above or below the baseline pivot, and there is an arrow indicator

2. Trend is determined based on the attached TMA+CG mladen indicator. Use the default settings for all attached indicators. The trend is determined by the two outer green bands (in the example they are yellow). The trend must be CLEAR. Both bands must point up or down. Do not take trades if one band points up and one points down for example. Only take trades when both bands point in the correct direction. Both bands should point up for a buy signal and both bands should point down for a sell signal.







3. Trading Signals:

  • Buy signal: Both bands from the TMA+CG mladen indicator must point upwards, there must be an upwards GREEN arrow from the C_ indicator and the arrow of the current candle must be below the middle line (the base yellow line) from the Gnew indicator. 






  • Sell signal: Both bands from the TMA+CG mladen indicator must point downwards, there must be an downwards RED arrow from the C_ indicator and and the arrow of the current candle must be above the middle line (the base yellow line) from the Gnew indicator. 




4. Positions are opened at the open price of a new (next) candle after the confirmation of all the rules. 

5. Additional filters for opening a position (MAKE EACH OF THESE OPTIONAL USING INPUT):

The TMA+CG mladen indicator will be used to determine the middle olive band. The Gnew indicator will determine if the nearest resistance or support (the Take profit) is inside the two outer green bands from the TMA+CG mladen indicator

  • Confirmation of a buy signal1: Make sure the price is below the middle olive band on the TMA+CG mladen indicator.
  • Confirmation of a buy signal2: The closest resistance (closest red line above the base yellow line and The take profit) is underneath the top green band from the TMA+CG mladen indicator.
  • Confirmation of a sell signal1: Make sure the price is above the middle olive band on the TMA+CG mladen indicator.
  • Confirmation of a sell signal2: The closest support (closest blue line below the base yellow line and The take profit) is above the lower green band from the TMA+CG mladen indicator.

6. Close by Take Profit — 

FOR BUY: during position opening, a Take Profit level is set at the nearest resistance (red line above the base yellow line) using the Gnew indicator.
FOR SELL: during position opening, a Take Profit level is set at the nearest support (blue line below the base yellow line) using the Gnew indicator.

7. Position management

There will be an option to close trades using 2 methods (
MAKE EACH OF THESE OPTIONAL USING INPUT TO SELECT EITHER)

Method 1:
The lot size will be adaptive based on the equity using a customizable risk% (make the risk % an input parameter) and a customizable stop loss (make the stop loss level an input parameter in pips). The stop loss used here will also be the stop loss for the either buy/sell trade opened. The way the lot size should all be calculated is as the following= (((equity*risk)/stop in pips)/10). So for example if we have an equity of 10,000 and we use a risk of 2% and a stop loss in pips of 10 pips, the calculation would be the following =  (((10,000*0.02)/10)/10)=2 lots

Method 2: The lot size will be adaptive based on the equity using a customizable risk% (make the risk % an input parameter).The way the lot size should all be calculated is as the following= (((equity*risk)/stop in pips)/10). So for example if we have an equity of 10,000 and we use a risk of 2% and a stop loss in pips of 10 pips, the calculation would be the following =  (((10,000*0.02)/10)/10)=2 lots. HOWEVER, the stop loss will be calculated as the following:

FOR BUY: during position opening, the Stop Loss level is set at the nearest support (blue line below the base yellow line) using the Gnew indicator.
FOR SELL: during position opening, the Stop Loss level is set at the nearest resistance (red line above the base yellow line) using the Gnew indicator.

For method 2 use the the distance in pips from the order open price to the calculated stop loss (using the Gnew indicator) as input into the equation to calculate lot size = (((equity*risk)/stop in pips)/10)


8. What to ignore

Ignore the x's placed by the TMA+CG mladen indicator

9. Additional requirements

1. Make it send signals (order information in currency pair, direction, price, take profit, stop loss) to a discord server.

2. Make sure this expert advisor works across all pairs including XAUUSD for example. Must be bug free and work as intended per the rules. Must be profitable. The EA will work on any pair it is attached to. I intend to open multiple currency pairs and attach the EA to each chart. I need the source code.

Have fun!

Last coder gave me a buggy version of this that did not work as intended and was not profitable so I am repeating this order and I will be far more careful in checking requirements this time.

Dossiers :

MQ4
C_.mq4
26.1 Kb
MQ4
Gnew.mq4
27.5 Kb

Répondu

1
Développeur 1
Évaluation
(27)
Projets
43
7%
Arbitrage
18
6% / 78%
En retard
26
60%
Gratuit
2
Développeur 2
Évaluation
(68)
Projets
111
26%
Arbitrage
17
6% / 71%
En retard
15
14%
Gratuit
Publié : 9 codes
3
Développeur 3
Évaluation
(297)
Projets
476
40%
Arbitrage
105
40% / 24%
En retard
81
17%
Occupé
Publié : 2 codes
4
Développeur 4
Évaluation
(277)
Projets
334
55%
Arbitrage
14
36% / 29%
En retard
1
0%
Gratuit
5
Développeur 5
Évaluation
(87)
Projets
114
26%
Arbitrage
7
29% / 57%
En retard
5
4%
Gratuit
6
Développeur 6
Évaluation
(26)
Projets
34
26%
Arbitrage
7
14% / 43%
En retard
7
21%
Gratuit
Commandes similaires
I am looking for an experienced developer to create a custom Expert Advisor (EA) for trading. The developer should have strong knowledge of MT4/MT5, strategy logic, indicators, risk management, and backtesting. Experience in building reliable and professional trading robots is preferred. Please contact me if you have done similar projects before. 9817724000
5.20buy-20.5sell 50 - 1000 USD
⸻ 🧠 Professional AI Prompt (Clear English Version) Act as a professional algorithmic trading engineer with deep expertise in developing automated trading systems for TradingView and MetaTrader. You have strong knowledge of market behavior, trend analysis, and risk management. Your task is to design a fully automated trading strategy based on the following requirements: ⸻ 🎯 Entry Conditions: • Open a BUY trade
I need a skilled MQL5 developer to build a fully functional Expert Advisor (EA) for MetaTrader 5 based on a simple but strict trading strategy. The EA will use EMA 50/200 trend detection combined with breakout and retest logic for entries. It must operate only during London and New York sessions and include solid risk management (fixed % risk, SL/TP, trade limits, and basic protection rules). APPLY ONLY IF YOU HAVE
VWAP BB Sniper EA Quantum VWAP Scalper SmartFlow FX Bot Institutional Edge EA 🧠 PRODUCT OVERVIEW VWAP + Bollinger Bands Auto Trading System A high-precision forex scalping bot designed to capture institutional price movements using: VWAP (fair value tracking) Bollinger Bands (volatility & entry timing) 👉 Built for fast, consistent intraday profits
Hello traders, I have Quantum queen v3.52, which is the latest version, available for $500 only. The price on the platform is around $1800, but I am offering it for a much lower price for serious buyers. Details: Product: Quantum queen Version: v3.52 Price: $500 Condition: Serious buyers only
EA for prop firms 30 - 500 USD
Hi, I am looking to purchase a MT5 EA that can show consistent profitability 5% each month with drawdown less than 9%. I am not ready to build a new one from scratch as i do not have the strategy in mind yet so i do not want to take the risk of building one but not sure if it works. Only apply if you have an existing proven and tested EA that can sell to me together with the source code. The Ea is for prop firm even
Early Killer EA 30+ USD
It must have automated stop loss. Something that can end poverty and kill the market early.It must take the trades for me whenever I start it it must work on tradeport ea
I WANT TO CONVERT MY INDICATOR TO ROBOT, BUT I DONT HAVE THE SOURCE CODE , THE PROGRAMMER WILL DEVELOP THE SOURCE CODE FOR THE JOB. THE STRAGY IS SIMPLE , THE ROBOT WILL EXECUTE A TRADE WHEN THE SIGNAL FROM THE INDICATOR APPEARS. BUY SIGNAL IS WHEN THE ARROW APPEAS ON THE LOWER ZONE ( SUPPORT ZONE) SELL SIGNAL WHEN THE ARROW APPEARS ON THE UPPER ZONE ( RESISTANCE ZONE).THE ROBOT WILL HAVE THE FOLLWING FEATURES (1)
CONVERT MQL4 ROBOT TO MQL5 Solana I have robot SOLANA i want to change my robot for MQL4 ROBOT TO MQL5 AND also change the name of the robot..i need it with the source code
requirements 1. A expert which can make a bridge between trading view and MT4 /MT5 My strategy which i work upon in trading view, that autobot system should buy, sell and take profit in MT4/MT5

Informations sur le projet

Budget
30 - 50 USD
Délais
à 2 jour(s)