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

MQL5 Indicadores Experts Forex

Trabalho concluído

Tempo de execução 1 dia
Comentário do cliente
Good job

Termos de Referência

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

.


Respondido

1
Desenvolvedor 1
Classificação
(4)
Projetos
5
0%
Arbitragem
0
Expirado
0
Livre
2
Desenvolvedor 2
Classificação
(258)
Projetos
267
30%
Arbitragem
0
Expirado
3
1%
Trabalhando
Publicou: 2 códigos
3
Desenvolvedor 3
Classificação
(75)
Projetos
80
6%
Arbitragem
46
11% / 54%
Expirado
7
9%
Trabalhando
4
Desenvolvedor 4
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
5
Desenvolvedor 5
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
6
Desenvolvedor 6
Classificação
(13)
Projetos
13
38%
Arbitragem
1
0% / 100%
Expirado
1
8%
Livre
7
Desenvolvedor 7
Classificação
Projetos
2
0%
Arbitragem
4
25% / 50%
Expirado
1
50%
Livre
8
Desenvolvedor 8
Classificação
(17)
Projetos
21
14%
Arbitragem
8
38% / 38%
Expirado
3
14%
Carregado
9
Desenvolvedor 9
Classificação
(510)
Projetos
977
74%
Arbitragem
27
19% / 67%
Expirado
100
10%
Livre
Publicou: 1 artigo, 6 códigos
10
Desenvolvedor 10
Classificação
(10)
Projetos
13
0%
Arbitragem
24
0% / 75%
Expirado
4
31%
Trabalhando
11
Desenvolvedor 11
Classificação
(3)
Projetos
2
0%
Arbitragem
1
0% / 0%
Expirado
0
Livre
12
Desenvolvedor 12
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
Pedidos semelhantes
Привіт. Шукаю когось, хто б застосував мій код як бота . Я торгую індексом Aus_200 SFE (не XJO). Бот базується на MACD входу/виходу, RSI, стохастиці та vwap. Як тільки роботу приймуть, мені потрібно внести кілька коректив; однак, нічого суттєвого. Дякую
Custom MT5 EA for buy stop and sell stop breakout strategy.’ ‘Requirements, develop a custom Expert Advisor for MetaTrader 5 that places buy-stop and sell-stop pending orders based on defined breakout rules.’ ‘All important values adjustable via inputs.’ ‘Includes stop loss, take profit, trailing stop, and configurable risk management.’ ‘One trade at a time, works on demo before live.’ Provide source code and
السلام عليكم ورحمة الله وبركاته، ​أبحث عن مبرمج MQL5 خبير ومتمكن جداً لتطوير روبوت تداول (Expert Advisor) محترف لمنصة MetaTrader 5 يعمل باستراتيجية هيدج محددة بصفقة واحدة فقط في كل اتجاه (1 Buy & 1 Sell Max) مع إدارة مخاطر صارمة. ​المواصفات والاستراتيجية المطلوبة: ​1. آلية الهيدج المحدود (Single Position Hedging Limit): ​الحد الأقصى للصفقات: يُسمح للروبوت بفتح صفقة شراء واحدة (1 Buy) وصفقة بيع واحدة (1 Sell) فقط كحد
A good trend predicting indicator is the one which can identify the trend change as soon as it happens on the chart. when a new candle is formed it should tell whether its going to go up or down. I have already seen a lot of repainting trend predictors so if your indicator is repainting then please don't bother contacting. I would like to see the demo version and then if satisfied , I would want the source code too
Looking for A verifiable, disciplined XAUUSD analyst with controlled drawdown, consistent stop-loss use, clear communication and the capacity to service a live community. To send daily London and New York signals exclusively in my channel on Telegram
Platform MetaTrader 5 (MT5) MQL5 Source Code Required Compatible with Exness MT5 both standard and cent accounts/ICMarket accounts Works on EUR/USD only (initial version) ⸻ Objective Develop a fully automated AI Expert Advisor based on ICT Smart Money Concepts (SMC). The EA must only execute high-probability trades that satisfy all required conditions before opening a position. The EA must avoid overtrading and
Bonjour, je recherche un développeur MQL5 expérimenté pour créer un Expert Advisor pour MetaTrader 5 basé sur une stratégie de trading intégrant des principes de gestion des risques rigoureux et d'intelligence financière. Le robot doit être capable de gérer plusieurs paires de devises et d'optimiser automatiquement les entrées et sorties en fonction de conditions de marché prédéfinies."
MT4/MT5 HFT EA us30 30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
I'm looking for an experienced NinjaTrader 8 (C#) developer to build a fully automated futures trading strategy. Please apply only if you have proven experience developing and testing NinjaTrader strategies. Project Overview Develop a fully automated NinjaTrader 8 strategy. Designed for Apex funded and evaluation accounts. Primary instruments: NQ/MNQ Futures (with flexibility to support other futures later). Trading
Hello I need to purchase the source code of an already built profitable mt5 EA with proven track recordIf you have something similar and you are open to selling the source code please apply to this post Please note I am not looking for a dev to build the product from scratch , but need something that is already built and have at least one year worth of track record

Informações sobre o projeto

Orçamento
35+ USD
Prazo
de 1 para 3 dias