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

仕事が完了した

実行時間1 日
依頼者からのフィードバック
Good job

指定

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);
     }

.


応答済み

1
開発者 1
評価
(4)
プロジェクト
5
0%
仲裁
0
期限切れ
0
2
開発者 2
評価
(258)
プロジェクト
269
29%
仲裁
1
100% / 0%
期限切れ
3
1%
仕事中
パブリッシュした人: 2 codes
3
開発者 3
評価
(75)
プロジェクト
80
6%
仲裁
46
11% / 54%
期限切れ
7
9%
仕事中
4
開発者 4
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
5
開発者 5
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
6
開発者 6
評価
(14)
プロジェクト
14
36%
仲裁
1
0% / 100%
期限切れ
1
7%
仕事中
7
開発者 7
評価
プロジェクト
2
0%
仲裁
4
25% / 50%
期限切れ
1
50%
8
開発者 8
評価
(19)
プロジェクト
22
18%
仲裁
9
33% / 44%
期限切れ
3
14%
仕事中
パブリッシュした人: 1 code
9
開発者 9
評価
(510)
プロジェクト
977
74%
仲裁
27
19% / 67%
期限切れ
100
10%
仕事中
パブリッシュした人: 1 article, 6 codes
10
開発者 10
評価
(10)
プロジェクト
13
0%
仲裁
24
0% / 75%
期限切れ
4
31%
仕事中
11
開発者 11
評価
(3)
プロジェクト
2
0%
仲裁
1
0% / 0%
期限切れ
0
12
開発者 12
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
類似した注文
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 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

プロジェクト情報

予算
35+ USD
締め切り
最低 1 最高 3 日