Professional to try to make EA_MT4 and EA_MT5 Expert lighter and less heavy

MQL5 Indicators Experts Forex

Job finished

Execution time 1 day
Feedback from customer
Good job

Specification

This should not cause errors, slowdowns, conflicts, etc.

There can be no changes to the strategy or how the expert works.

Do this for both EA_MT4 and EA_MT5.

Do this to become lighter__________________________

ORDER_TYPE_SELL (In diminished form): OS

OP_SELL (In diminished form): OS

ORDER_TYPE_BUY (In diminished form): OB

OP_BUY (In diminished form): OB

ticket (In diminished form): t_

myOrderSend (In diminished form): mS1

myOrderModifyRel (In diminished form): mR1

myOrderClose (In diminished form): mC1

myAlert (In diminished form): mA1

MagicNumber (In diminished form): M1

MaxLongTrades (In diminished form): L1

MaxShortTrades (In diminished form): S1

MaxOpenTrades (In diminished form): O1

TradeSize (In diminished form): T1

IsTradeAllowed (In diminished form): ITA

RefreshRates (In diminished form): RR

TerminalInfoInteger(TERMINAL_TRADE_ALLOWED) (In diminished form): TIn(TTA)

MQLInfoInteger(MQL_TRADE_ALLOWED) (In diminished form): MIn(MTA)

SymbolInfoTick(Symbol(), last_tick); (In diminished form): Sy(Sm(), ls);

last_tick.bid (In diminished form): ls.b

last_tick.ask (In diminished form): ls.a

* myPoint (In diminished form): * mP1

SL_Points (In diminished form): S_1

TP_Points (In diminished form): T_1

return (In diminished form): rt

OpenTradeSize (In diminished form): OT1

LastTradePrice (In diminished form): LT1

PriceTooClose (In diminished form): TC

price (In diminished form): p_

Right_Value1 (In diminished form): RV1

Right_Value01 (In diminished form): RV01

_______________________________________________

   
   //BEFORE - Open Buy Order, instant signal is tested first
   if(EA
   && Cross(1, getAsk() > LastTradePrice(1, MagicNumber3) + 20.0 * myPoint)
   && OpenTradeSize(1, MagicNumber3) == TradeSize1
   )
     {
      MqlTick last_tick;
      SymbolInfoTick(Symbol(), last_tick);
      price = last_tick.ask;
      SL = SL_Points2 * myPoint;
      TP = TP_Points2 * myPoint;
      if(TerminalInfoInteger(TERMINAL_TRADE_ALLOWED) && MQLInfoInteger(MQL_TRADE_ALLOWED))
        {
         ticket = myOrderSend(ORDER_TYPE_BUY, price, TradeSize2, "EA", MagicNumber4, MaxLongTrades2, MaxShortTrades2, MaxOpenTrades2);
         if(ticket == 0) return true;
        }
      else //not autotrading => only send alert
         myAlert("order", "EA");
      myOrderModifyRel(ORDER_TYPE_BUY, ticket, SL, 0);
      myOrderModifyRel(ORDER_TYPE_BUY, ticket, 0, TP);
     }
   
   //AFTER - Open Buy Order, instant signal is tested first
   if(EA
   && Cross(1, getAsk() > LT1(1, M3) + 20.0 * mP1)
   && OT1(1, M3) == T1
   )
     {
      MqlTick ls;
      Sy(Sm(), ls);
      p_ = ls.a;
      SL = S_2 * mP1;
      TP = T_2 * mP1;
      if(TIn(TTA) && MIn(MTA))
        {
         t_ = mS1(OB, p_, T2, "EA", M4, L2, S2, O2);
         if(t_ == 0) rt true;
        }
      else //not autotrading => only send alert
         mA1("order", "EA");
      mR1(OB, t_, SL, 0);
      mR1(OB, t_, 0, TP);
     }

.


Responded

1
Developer 1
Rating
(4)
Projects
5
0%
Arbitration
0
Overdue
0
Free
2
Developer 2
Rating
(258)
Projects
269
29%
Arbitration
1
100% / 0%
Overdue
3
1%
Working
Published: 2 codes
3
Developer 3
Rating
(75)
Projects
80
6%
Arbitration
46
11% / 54%
Overdue
7
9%
Working
4
Developer 4
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
5
Developer 5
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
6
Developer 6
Rating
(14)
Projects
14
36%
Arbitration
1
0% / 100%
Overdue
1
7%
Working
7
Developer 7
Rating
Projects
2
0%
Arbitration
4
25% / 50%
Overdue
1
50%
Free
8
Developer 8
Rating
(19)
Projects
22
18%
Arbitration
9
33% / 44%
Overdue
3
14%
Working
Published: 1 code
9
Developer 9
Rating
(510)
Projects
977
74%
Arbitration
27
19% / 67%
Overdue
100
10%
Working
Published: 1 article, 6 codes
10
Developer 10
Rating
(10)
Projects
13
0%
Arbitration
24
0% / 75%
Overdue
4
31%
Working
11
Developer 11
Rating
(3)
Projects
2
0%
Arbitration
1
0% / 0%
Overdue
0
Free
12
Developer 12
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
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 need a custom MT5 Expert Advisor (EA) for XAUUSD Gold. I have attached a reference video showing the exact trading behavior I want. Please watch the entire video carefully before starting development. I want the EA to work as closely as possible to the reference video. MAIN TRADING BEHAVIOR: 1. The EA will trade XAUUSD (Gold) on MT5. 2. The EA should automatically open multiple positions without manual
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
A developer will create an AI assisted EA forex watch-list scanner (not an auto-trader) designed to surface PDL/PDH bounces on M15, with coding in Python/MQL5. This will strictly be a market intelligence and scanning tool (no automatic order placement) and EA primary function will be a delivery of visual dashboard UI, 2-phased alerts (warning vs. execution), and multi-channel notification. 1. Project Overview &
Hello, please make me a simple MT5 Expert Advisor for XAUUSD on M15 timeframe. TRADING LOGIC: - BUY when EMA(10) crosses UP EMA(30) - SELL when EMA(10) crosses DOWN EMA(30) TRADING HOURS: - Only trade between 19:00 - 22:00 WIB / Jakarta time RISK SETTINGS: - Lot size: 0.01 - Stop Loss: 70 points - Take Profit: 150 - 300 points - Max 1 open position Please deliver .ex5 file ready to use. Thank you
C'est un Expert Advisor (EA) MQL5 pour MetaTrader 5, conçu pour l' XAUUSD , combinant un filtre de tendance et une grille adaptative avec gestion de panier ("basket") et protections contre le drawdown. Version 1.00. Logique de trading Filtre de tendance (H4 par défaut) • EMA rapide (50) vs EMA lente (200) pour déterminer la direction (UP/DOWN) • Filtre ADX (période 14, seuil 18) pour éviter de trader en
I currently sell a white-label XAUUSD EA, but the existing supplier owns the source code. I now need a new, independently developed EA and licensing system that my company fully owns and controls. I am not requesting decompilation or copying of proprietary code. Existing settings, presets and trading examples will be provided as reference. The developer must first identify any missing strategy rules before
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 information

Budget
35+ USD
Deadline
from 1 to 3 day(s)