The important part of the project is the auto-optimization of the entry conditions using the System Quality Number Score as the optimization criteria.
I am not concerned about the profitability because the rule below are bogus. The focus is on the auto-optimization.
You may use your own auto-optimization function or you can use the following link as an excellent starting point: https://www.mql5.com/en/code/19392
The auto-optimisation has to be embedded in the attached EA called Optimization_EA without altering any existing functions. Please make code additions understandable by commenting your work.
====================================================================================================================================
AUTO OPTIMISATION ADDED TO THE FOLLOWING ENTRY CONDITIONS ONLY:
if(TradeLong) {
bool LongEntryCondition = (((High[3] < High[5]) && (High[19] < iMA(NULL, 0, pEMA_4, 0, MODE_EMA, PRICE_CLOSE, 1))) && (((High[19+1] > iMA(NULL, 0, pEMA_6, 0, MODE_EMA, PRICE_CLOSE, 2)) && (High[19] < iMA(NULL, 0, pEMA_6, 0, MODE_EMA, PRICE_CLOSE, 1))) && (High[11] > High[16])));
if(LongEntryCondition == true) {openPosition(1);
}
}
// SHORT: (((Low(3) > Low(5)) And (Low(19) > EMA(pEMA_4))) And ((Low(19) Crosses Above EMA(pEMA_6)) And (Low(11) < Low(16))))
if(TradeShort) {
bool ShortEntryCondition = (((Low[3] > Low[5]) && (Low[19] > iMA(NULL, 0, pEMA_4, 0, MODE_EMA, PRICE_CLOSE, 1))) && (((Low[19+1] < iMA(NULL, 0, pEMA_6, 0, MODE_EMA, PRICE_CLOSE, 2)) && (Low[19] > iMA(NULL, 0, pEMA_6, 0, MODE_EMA, PRICE_CLOSE, 1))) && (Low[11] < Low[16])));
if(ShortEntryCondition == true) { openPosition(-1);
}
}
Please contact me with any questions.
Ordini simili
I need professional coder who can make EA based on historical trades for mt4 and mt5. It is a forex strategy. I will provide instructions on how to make but coder will need experience with making EAs with scalping and pending orders
Description: I have a fully functioning Expert Advisor (.mq5) that trades a breakout strategy based on 2-hour session boxes. The EA works perfectly and has already been live-tested. Now, I want to create a data-gathering/analyzer version of this EA to help me validate and analyze strategy performance over historical data. This new EA should not place real trades, but instead simulate the exact same logic and track
Hello developers, I would like to create a professional Expert Advisor (EA) for trading XAU/USD (Gold) based on strict risk-control logic and smart filters. The EA must follow these core rules and features: 1. Trade only XAU/USD on M15/H1 timeframes 2. Max 2 trades per day (only in fully confirmed, safe conditions) 3. Lot size = 1.00 (fixed) 4. Only trade when ALL of the following filters are confirmed: -
What I Need: I'm looking for a developer who can build a fully automated Forex AI Scalping & Compounding Robot , based solely on reference videos. I don’t have any personal strategy or technical input — just several videos that showcase how scalping-based compounding systems gradually grow small accounts into large balances. 👉 The "$100 to $4000" example is simply to illustrate the vision — the core idea is to start
I want to build an Ninjatrader C# automated Strategy. The Strategy: The bot puts a buy stop at the previous days high and the previous days low. Always both sides. -> very simple and straightforward for coding I guess. In addition to that the bot should have fields for SL and TP and especially Trailing SL in Pips. The trailing should have 3 different steps. Like 1-Step, 2-Step, 3-Step. And the last feature. It should
can anyone make Algo/EA for me with a good winning accuracy and Backtested report for XAUUSD, you can also make the algo with ICT and SMC and Priceaction which accuracy is best you can make. also you can contact me Whatsapp no - 7856940739
Hello guys, I'm currently looking for a serious and well-tested EA that can help pass prop firm challenges (like FTMO, MyForexFunds, etc.) and eventually run on a funded account. Requirements: Max Drawdown: 1–2% per trade Lot Size: Adjustable based on the challenge account size Risk Management: On-chart panel showing all key stats (daily drawdown, equity, profit target, etc.) Stop Loss & Take Profit: Must follow
Back End Developer Required with Prop firm experience , For an ongoing live chart support . Please mention about your Prop Firm experience while applying , Following are the project requirements : ATR Threshold Breakout . Certification . The expert is designed to gain 1-2 % of the equity every single day . ( for prop firms ) . Session Filter , Economic Calendar Filter . The Panel needs Minor Adjustments to show the
I want the ea to be made on rsi and ema crossover, rsi below 20 buy and ema9,21 bullish crossover vice versa and for sell rsi above 80 and ema 9 and ema 21 bearish crossover
Hello sir, can you change a strategy for me from limit orders to market orders? I had someone code me a strategy for me and they used limit orders which is causing errors to pop up. I want to be able to use market orders so these errors don’t show up again. I also want to close any naked positions that don’t have a TP or SL. This is on ninja trader 8. Please let me know if this is something you can do, thank you 🙏