Please, I need an EA to help me pass and manage a prop firm trading account. EA must have good risk management which includes a stops and target. EA should preferably not be a martingale EA.

Specification

Please, I need an EA to help me pass and manage a prop firm trading account. EA must have good risk management which includes a stops and target. EA should preferably not be a martingale EA.

daily loose 

This rule can also be called “trader’s daily stop-loss”. According to our rules, this is set as 5% (10% in case of an Aggressive version) from the initial account balance. The rule says that at any moment of the day [CE(S)T = Central European (Summer) Time], the result of all closed positions in sum with the currently open floating P/Ls (profits/losses) must not hit the determined daily loss limit. The counting formula:

maximum loose 

This rule can also be called “account stop-loss”. The equity of the trading account must not, at any moment during the account duration, decline below 90% of the initial account balance. For the FTMO Challenge with a balance of $100,000, it means that the account lowest possible equity can be $90,000. Again, this is a sum of both closed and open positions (account equity, not balance). The logic of the calculation is the same as with the Maximum Daily Loss; the only difference is that it’s not limited to one day but the entire duration of the testing period. The limit is inclusive of commissions and swaps. 10% of the initial account balance gives trader enough space to prove that his/her account is suitable for the investment. It is a buffer that should keep the trader in the game even if there were some initial losses. The investor has an assurance that the trader’s account cannot decline below 90% (80% in case of Aggressive version) of its value under any circumstance.

the profit target 

he Profit target in the FTMO Challenge is set to 10% (20% in the Aggressive level) of the initial balance and 5% (10% in the Aggressive level) in the Verification. Profit target means that a trader reaches a profit in the sum of closed positions on the assigned trading account anytime within 30 calendar days in the FTMO Challenge or anytime within 60 calendar days in the Verification. Also, at the end of the trading period, all positions must be closed. For example: If you trade FTMO Challenge with $100,000 account balance, your profit target is $10,000 in the FTMO Challenge and then $5,000 in the Verification. Note that we will provide you with a new free FTMO Challenge every time you meet all the Trading Objectives (regardless of whether that is FTMO Challenge or Verification) except for the Profit Target. To receive the new FTMO Challenge for free, your account profit must be positive at the end of the duration with all positions being closed.


If you think you can make an EA that follows the conditions above, please apply for this job. Thank you 


Responded

1
Developer 1
Rating
(279)
Projects
378
72%
Arbitration
19
32% / 47%
Overdue
16
4%
Free
Published: 15 codes
2
Developer 2
Rating
(15)
Projects
20
35%
Arbitration
3
0% / 100%
Overdue
0
Free
Published: 1 code
3
Developer 3
Rating
(7)
Projects
2
50%
Arbitration
6
0% / 100%
Overdue
0
Free
4
Developer 4
Rating
(174)
Projects
200
12%
Arbitration
39
38% / 33%
Overdue
5
3%
Free
Published: 2 codes
5
Developer 5
Rating
(2)
Projects
1
0%
Arbitration
1
0% / 100%
Overdue
0
Free
Similar orders
i need some tradingview strategy that i want to use as a tester, i have something that i am working on currently and i need someone that can provide me with tradingview strategies that doesn't have a win rate, the one with 1:1 RR it need to have low win rate like 10% or 5% profitability, i am not paying $30 for,i dont have up to that for this cause i only want to use it as a test, if anyone have any to send me please
hello i need help building a ea bot for mt5 and i have started on claude but i will need someone if a incredible experience to make my ideas come to live. please contact so we can schedule a quick call and i can share anything that concerns you for the task
I am looking for someone with real experience developing strategies, indicators, or trading tools for Quantower . The strategy itself is relatively simple. The main issue is that I need to use some of Quantower's functions and API capabilities to program the strategy, but there is limited documentation available for some of the functionality, and I do not have enough time to fully understand the API and implement
I am looking for an experienced MQL5 developer who can BOTH research trading strategies and develop a commercial-quality MetaTrader 5 Expert Advisor. This is NOT simply a coding job. The developer is free to choose the trading logic, indicators, entry method, exit method, timeframe architecture and strategy type. I do not require the EA to copy or resemble any existing commercial EA. My priority is: ROBUST LONG-TERM
I DO NOT need any programming or strategy development. I already have a working NinjaTrader 8 automated strategy based on a 3/5 EMA crossover. I need you to run my existing strategy through NinjaTrader Strategy Analyzer/Optimizer, test the existing adjustable parameters, and find robust settings with the best profit factor and lowest reasonable drawdown. I will provide the existing NinjaScript ZIP. I do not want the
I am looking to acquire an EXISTING and PROVEN MetaTrader 5 Expert Advisor. I am NOT looking for someone to develop a random new strategy from scratch. The objective is to find a robust EA with an existing track record, verify its performance and robustness, and purchase the MQL5 source code together with clearly defined commercial rights. MAIN REQUIREMENTS The EA should meet most or all of the following
Looking to acquire an existing, proven EA. Not looking for new strategy development. REQUIREMENTS — non-negotiable: Minimum 12 months verified LIVE history (Myfxbook or MQL5 Signals, real money — not demo, not backtest) Hard stop loss on EVERY trade, set at order placement NO martingale, NO grid, NO averaging into losers, NO lot multiplication after a loss Max historical drawdown under 30% Minimum 5 trades per
Project Description I am looking for an experienced MQL5/MT5 Expert Advisor developer to develop an automated trading EA for XAUUSD on the M3 timeframe , running on an Exness account . The EA will automate a manual strategy based on SNR/GAP zones , using two setup types: Price Rejection Price Correction The EA should identify valid BUY/SELL setups around predefined SNR/GAP areas, apply configurable RSI, SMA, EMA and
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {

Project information

Budget
100 - 350 USD