Dear MT4 EA developers, I am looking for a person, who will code any trading system into an EA

Termos de Referência

Interface settings:
Variable Value Reference EA name Explanation
Part1
MagicNumber 1 Feelance2.mq5
Slippage 20 Feelance2.mq5
Spread 10 Feelance2.mq5
TradeAgainAfterProfit True/False Feelance2.mq5 When there are no orders in the account, the order will be opened again.
Part2
KindofDistance LevelDistancePencent/LevelDistance Nil
LevelDistancePencent 1% Nil
LevelDistance 100 Nil
LevelLimit 30 Nil
LotMultiple 2 Nil
AllOfAverageTP 100 Nil
Part3
Interval 500 Nil
IntervalDirection UP AND DOWN/ UP/ DOWN/ FALSE Nil
Part4
ContinuityOpenOrderMax 5 myJob_v4.3.mq4 If more than 5 orders are opened within 10 consecutive seconds, the EA will stop operating.
ContinuityTimeSeconds 10 myJob_v4.3.mq4
Part5
show_lot&now_time_screen true/false Nil Displays the current total lot and current time on the chart.
MetaEditor settings:
Expiration_time 31/1/2024 myJob_v4.3.mq4 EA validity period







Note:
Opening conditions: When there is no order for this EA in the account, the order will be opened.
All orders are instant orders and there are no pending orders.
EA has only one take-profit mode, that is, all orders will take profit at the same price at the same time, and then there will be no orders in the account.
All items must be completed to complete the work.
If the number of working days required by the developer is exceeded, the work will be cancelled. The period of testing EA is not considered as a working day.



Example14
Explanation: The Example is explain how to take profit closed orders if IntervalDirection is true. AllOfAverageTP value is not same as Example 13.
Interface settings:
Variable Value
KindofDistance LevelDistance
LevelDistance 200
LevelLimit 12
LotMultiple 1.4
AllOfAverageTP 502 Formula: total lot * AllOfAverageTP = 9.02*502 = USD$4532.55
Interval 500
IntervalDirection DOWN
Situation: The market trend is from 1.05788 to 1.04499, and then rises to 1.06566
Situation steps 1 by 1.05788. The total number of orders held by the account is 2
Group LevelLimit LevelDistance LotMultiple
Group1.05788 1 buy 1.05788 0.02
Group1.05788 1 sell 1.05798 0.02
Situation steps 2 Dropped from 1.05788 to 1.04499. The total number of orders held by the account is 16
Group LevelLimit LevelDistance LotMultiple
Group1.05788 1 buy 1.05788 0.02 1
Group1.05788 1 sell 1.05798 0.02 2
Group1.05788 2 sell 1.05598 0.03 3
Group1.05788 3 sell 1.05398 0.04 4
Group1.05788 4 sell 1.05198 0.05 5
Group1.05788 5 sell 1.04998 0.08 6
Group1.05788 6 sell 1.04798 0.11 7
Group1.05788 7 sell 1.04598 0.15 8
Group1.05288 1 buy 1.05288 0.02 9
Group1.05288 1 sell 1.05298 0.02 10
Group1.05288 2 sell 1.05098 0.03 11
Group1.05288 3 sell 1.04898 0.04 12
Group1.05288 4 sell 1.04698 0.05 13
Group1.04788 1 buy 1.04788 0.02 14
Group1.04788 1 sell 1.04798 0.02 15
Group1.04788 2 sell 1.04598 0.03 16
Situation steps 3 It fell from 1.05788 to 1.04499, and then rose to 1.07988 and all 49 orders take profit at 1.07988, because AllOfAverageTP>=502 was met
Group LevelLimit LevelDistance LotMultiple
Group1.05788 12 buy 1.07988 0.81
Group1.05788 11 buy 1.07788 0.58
Group1.05788 10 buy 1.07588 0.41
Group1.05788 9 buy 1.07388 0.30
Group1.05788 8 buy 1.07188 0.21
Group1.05788 7 buy 1.06988 0.15
Group1.05788 6 buy 1.06788 0.11
Group1.05788 5 buy 1.06588 0.08
Group1.05788 4 buy 1.06388 0.05
Group1.05788 3 buy 1.06188 0.04
Group1.05788 2 buy 1.05988 0.03
Group1.05788 1 buy 1.05788 0.02
Group1.05788 1 sell 1.05798 0.02
Group1.05788 2 sell 1.05598 0.03
Group1.05788 3 sell 1.05398 0.04
Group1.05788 4 sell 1.05198 0.05
Group1.05788 5 sell 1.04998 0.08
Group1.05788 6 sell 1.04798 0.11
Group1.05788 7 sell 1.04598 0.15
Group1.05288 12 buy 1.07488 0.81
Group1.05288 11 buy 1.07288 0.58
Group1.05288 10 buy 1.07088 0.41
Group1.05288 9 buy 1.06888 0.30
Group1.05288 8 buy 1.06688 0.21
Group1.05288 7 buy 1.06488 0.15
Group1.05288 6 buy 1.06288 0.11
Group1.05288 5 buy 1.06088 0.08
Group1.05288 4 buy 1.05888 0.05
Group1.05288 3 buy 1.05688 0.04
Group1.05288 2 buy 1.05488 0.03
Group1.05288 1 buy 1.05288 0.02
Group1.05288 1 sell 1.05298 0.02
Group1.05288 2 sell 1.05098 0.03
Group1.05288 3 sell 1.04898 0.04
Group1.05288 4 sell 1.04698 0.05
Group1.04788 12 buy 1.06988 0.81
Group1.04788 11 buy 1.06788 0.58
Group1.04788 10 buy 1.06588 0.41
Group1.04788 9 buy 1.06388 0.30
Group1.04788 8 buy 1.06188 0.21
Group1.04788 7 buy 1.05988 0.15
Group1.04788 6 buy 1.05788 0.11
Group1.04788 5 buy 1.05588 0.08
Group1.04788 4 buy 1.05388 0.05
Group1.04788 3 buy 1.05188 0.04
Group1.04788 2 buy 1.04988 0.03
Group1.04788 1 buy 1.04788 0.02
Group1.04788 1 sell 1.04798 0.02
Group1.04788 2 sell 1.04598 0.03





Respondido

1
Desenvolvedor 1
Classificação
(31)
Projetos
41
20%
Arbitragem
9
11% / 89%
Expirado
5
12%
Livre
2
Desenvolvedor 2
Classificação
(45)
Projetos
63
52%
Arbitragem
5
0% / 40%
Expirado
1
2%
Livre
3
Desenvolvedor 3
Classificação
(1)
Projetos
2
0%
Arbitragem
2
50% / 50%
Expirado
0
Livre
Pedidos semelhantes
[Automatic Level Detection Group] - Enable Auto Detection: Yes/No - Number of Levels Required: (Number) 3-5 - Lookback Bars: (Number) 100-200 - Minimum Touches for Strong Level: (Number) 2 - Use Zig Zag Algorithm: Yes/No - Use Level Clustering: Yes/No - Max Cluster Distance (points): (Number) [Display and Drawing Group] - Resistance Line Color: (Color) - Support Line Color: (Color) - Show Info Labels: Yes/No - Lines
Profitable EA for sell 200 - 1000 USD
I am having 2 very proven and profitable EA which will give you profit and at the end of week you are always in profit. 1 This bot is safe bot and it generates handsome amount of profit with very less drawdown and high accuracy of 75-85%. 2. This bot is very aggressive and will suggest to go with only when you are having big capital and wanted to take more risk. It can make your account multiple fold
Trading can take us to the top but trading robots would take us to the sky with trades, money and more. Trading is about learning how to make money and become successful without pressure. I need an excellent trading robot with excellent skills and knowledge
The strategy is already fully defined with exact logic, scoring system, entry rules, risk management, and execution protection (spread, slippage, deviation). The strategy is already fully defined with exact logic, scoring system, entry rules, risk management, and execution protection (spread, slippage, deviation). Please follow the specification strictly without any discretionary interpretation
Job Description: I am looking for a skilled MQL5 developer to create a custom Expert Advisor (EA). The trading strategy relies on standard indicators, but requires precise execution logic and strict risk management rules. Key Technical Requirements & Skills Needed: Multi-Timeframe (MTF): Basic ability to read one indicator's data from a higher timeframe (M15) while the EA runs on a lower timeframe (M5). Instant
EA MACENIC PRO V12L 30 - 50 USD
Ready made robot for executing trades because don't have PC or laptop does it come as license key that allows straight extension to be a ready made of change your mind and the match is still hustling and I recommend exness broker on any. Strategy of a mobile robot arrena that execute trades it self and 24/7 operational system that enhances power of electronic art technology with automatic EA optimization
Strategy Overview / 策略概况: Logic: Built-in GUI, Adaptive ATR Spacing, High-level peak trailing profit & Low-level Bollinger Band exit. Logic (CN): 自带GUI界面,自适应ATR调节仓距,高层回调峰值止盈,低层Boll止盈。 Stress Test Results / 暴力测试表现: Setup: Reset capital to 20,000 USDM every week for high-risk, high-reward testing. Setup (CN): 每周重置2万USDM本金,纯利润提取后的暴力压力测试。 Week 1 & 2: 100% ROI per week (20k to 40k). Week 3: 50% ROI (20k to 30k)
Società di investimento con attività tra Sanremo e Monaco ricerca un giovane collaboratore con esperienza nell’utilizzo avanzato di MetaTrader 5. Si richiede la conoscenza della lingua ITALIANA e INGLESE. Si richiede una chiamata conoscitiva. Il collaboratore si occuperà di: • eseguire backtest di strategie di trading su MT5 • effettuare ottimizzazioni parametri tramite Strategy Tester • analizzare risultati e
A robot 30+ USD
Code pour créer un robot //+------------------------------------------------------------------+ #include <Trade/Trade.mqh> CTrade trade; // SYMBOLS string symbols[3] = {"Volatility 10 Index","Volatility 25 Index","Volatility 75 Index"}; string bestSymbol = ""; // VARIABLES double startBalance; int tradeCount = 0; int lossStreak = 0; bool tradingStopped = false; bool profitMode = false; datetime lastDay; // PARAMÈTRES
I need someone to recreate this indicator for mt5 for $60 it has to be non repaint ,I've been trying to code this indicator so if someone can do it my contact is , sebokomorobi6@gmail.com ,or 073 923 0151 you can contact the number on Whatsapp no calls allowed

Informações sobre o projeto

Orçamento
100 - 300 USD