I have EA , i Want to add 3 addition 1:Averaging , 2: Trend Filter 3. add the label in chart

仕事が完了した

実行時間10 日
依頼者からのフィードバック
"Moses, your MQL5 work is exceptional! Your coding skills and attention to detail are commendable. Thank you for your valuable contributions."
開発者からのフィードバック
Patient and considerate customer. Thanks for this opportunity.

指定

Hello coder, 


i have exiting EA in mt4 and mt5 want to add it 2 addition 


*************************************************************************************************************************************************************

1 Averaging : 

 

  AVG            :   Ture/false               //  (user true this function will SL is disable)

AVG Type  :   Distance / candle / signal  //   distance=  if user select  this option use order gap  in pip use Averaging  order  ,
                                                                   Candle=  if user select  this  open candle  gap  high and low swing in Avg order gap input  : 
                                                                   signal=    if user select  this   next signal come open order in Avg if TP not hit or open order 

 AVG Order gap : 3                    //   i want in math table in 1 to 20 table in 1st 3 repeated again same condition .

                                                      example : if User set d // indicator setting  // indicator setting  distance Avg Order Gap : 3
                                                                     if User set 3 open this 3,6,9,3,6,9,3,6,9

                                                                     if User set 5 open 5,10,15,5,10,15,
                                                                     if  User  set 12 open  like 12,24,36,12,24,36,

 

AVG TP   : 03                        //   All buy Or sell Avg price +TP 

Max order   : 30                       // max open buy sell order in 30 only in same pair 

Daily Total Profit  Type       :  usd/percent      //  default set USD

Daily profit Target             : 30                     //  user set any input default 3 all over 3 % profit ea stop the working

Daily Total Loss  type         :  USD /Percent    // USD

Daily Loss  Target               : 0                                  // disable if any input work ask per the input value

****************************************************************************************************************************************************************


2. Trend   :



      Trend Filter                :  Ture/false        //   if User selected  this option EA Follow only trend and order in same direction 
      Trend TF  :  240                                     //  Default Time frame is H4 chart 
      AvgPeriod   : 30; // Average period           // indicator setting 
      Sensitivity : 3;  // Sensitivity                  // indicator setting 

      Note : Trend filter is the same signal indicator check the signal in h4 TF like Buy  and user set the EA in the  small    TF like M5 so only 
                  So only Buy entry valid and avg also same direction allow 
**********************************************************************************************************************************************************                                             

3. Ea chart display :

########################################################################

EA Name :  EA Name on this 

A/C Name : acount holder name 
A/C BALANCE  : 150 $                  // account balance

OPEN TRADE  : Buy:1  Sell: 5                    //       number of open trade total buy and sell open trade

OPEN  BUY LOT   : 0.01              // NUMBER OF LOT OPEN IN BUY POSTION

OPEN  SELL LOT  : 0.20               // NUMBER OF LOT OPEN IN SELL POSTION

 PROFIT /LOSS  : RUNING... $ 20 / $ -20  //   ( Profit show color Lime  loss red )

 PROFIT /LOSS  : TODAY 50$/ -50$        //  ( Profit show color Lime  loss red )

 PROFIT /LOSS :  OVER ALL  50$/-50$  // ( Profit show color Lime  loss red )

 Drawdown Today     : %      1.5%/ -1.5%     //    ( + lime color - red)

 Drawdown overall     : %       3%/ -3%         //   ( + lime color - red)

 SPREAD   : 2 pip

Avg Daily range  : show in pip    // ( use  D1 ATR  indicator value )

Volume      : 630                             //   (use the Volume indicator to show value red/lime color )      

Trend Direction  Current   : TF +Up/Down color down(red) up (lime) + Buy only/ Sell only  example : Trend : Current Down  + Sell Trade only + Down Arrow

Trend Direction main : TF + Up/Down  color down(red) up (lime)   +  Buy only/ Sell only      example : Trend :  H4+Curent UP  +Buy  only + Up Arrow

License Expire : Date            // this is show the date of expiry ea seller set in this ea copy 

 ####################################################################


Thank you 



    

応答済み

1
開発者 1
評価
(269)
プロジェクト
338
29%
仲裁
36
28% / 64%
期限切れ
10
3%
取り込み中
2
開発者 2
評価
(5)
プロジェクト
4
50%
仲裁
4
0% / 75%
期限切れ
0
3
開発者 3
評価
(160)
プロジェクト
206
61%
仲裁
10
80% / 0%
期限切れ
0
パブリッシュした人: 1 code
4
開発者 4
評価
(11)
プロジェクト
16
25%
仲裁
1
0% / 100%
期限切れ
1
6%
5
開発者 5
評価
(37)
プロジェクト
59
27%
仲裁
26
19% / 54%
期限切れ
10
17%
仕事中
パブリッシュした人: 1 code
6
開発者 6
評価
(273)
プロジェクト
396
63%
仲裁
70
53% / 26%
期限切れ
198
50%
7
開発者 7
評価
(16)
プロジェクト
35
23%
仲裁
4
0% / 50%
期限切れ
2
6%
仕事中
8
開発者 8
評価
(45)
プロジェクト
46
24%
仲裁
34
9% / 85%
期限切れ
10
22%
9
開発者 9
評価
(152)
プロジェクト
228
80%
仲裁
22
27% / 50%
期限切れ
11
5%
パブリッシュした人: 24 articles, 1882 codes
10
開発者 10
評価
プロジェクト
0
0%
仲裁
2
0% / 100%
期限切れ
0
11
開発者 11
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
パブリッシュした人: 9 codes
類似した注文
My EA have bug 30+ USD
Expert Advisor have a bug, I tried to fix it somehow with searching on google, but I couldn't fix find a solution. Please fix it, I will send you erorr type, what line etc. Only serious programmers, not amateur please. My time is precious
//+------------------------------------------------------------------+ //| DX_Structure_H1.mq5 | //| Copyright 2026, Seu Nome | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property copyright "Copyright 2026" #property link " https://www.mql5.com " #property version "1.00" #property strict // Parâmetros de Entrada input string InpSymbol = "DX.F"; // Nome do Ativo
I need MT5 EA programmer to build a trading robot based on Double EMA crossover. Golden Cross to buy and Death cross to sell with SL and TP set directly. I want to give trading time safety so that user can avoid high impact news by setting specific trading time on that day. Time to stop trading and time to start trading again. Also a safety if there is a great gap at the opening of the next day which moves against a
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0
Hola, traders e inversores: Desarrollamos soluciones de trading algorítmico para MetaTrader 4 y MetaTrader 5. Creamos bots, indicadores y herramientas a medida que convierten estrategias manuales en sistemas automáticos, configurables y orientados a una gestión de riesgo sólida. Hemos trabajado en automatizaciones que integran entradas y salidas por reglas, cálculo de lotaje, control de drawdown, filtros de horario y
Hello All, can someone help me to make an EA base on MACD, https://www.mql5.com/en/code/14669 and RSI. If you are able to make this than please get me in touch, i will appreciated Thanks and best Regards Kodj007
EA 45 - 205 USD
If EMA20 > EMA50 AND RSI > 55 AND No Open Position THEN Buy SL = 50 pips TP = 100 pips If Profit > 30 pips Move SL to Break Even If Profit > 50 pips Enable Trailing Stop
I am looking for an experienced MQL5 developer to modify an existing Expert Advisor by adding an automated hedging module. The existing EA is fully functional and already manages trade entries and exits. The objective of this enhancement is to introduce a risk management feature that automatically opens a hedge position when an existing trade reaches a predefined unrealized loss in USD. The hedge should remain active
automatic robo sell at bollinger band upwards breach and rsi should above 80 and buy when bollinger breach downwards and rsi is below 30, rsi shoould works only on Gold trade and none ofhe trades
Hello, I need a custom Expert Advisor for MetaTrader 5. I am trading from mobile only. **Account & Style:** - Capital: $5,000 - $10,000 - Risk: Moderate/Balanced - Trading Style: Scalping **Pairs & Timeframe:** - Symbols: EURUSD and XAUUSD - Timeframe: M5 **Strategy:** - BUY: RSI(14) < 30 AND Price > 20 EMA - SELL: RSI(14) > 70 AND Price < 20 EMA - Only 1 trade per symbol at a time - No Martingale / No Grid **Risk

プロジェクト情報

予算
35+ USD
締め切り
最高 2 日