2 x EA Modifications

MQL4 Indicateurs Experts

Tâche terminée

Temps d'exécution 1 jour
Commentaires du client
Fast Job - Working Well - Thank You!
Commentaires de l'employé
Thank you

Spécifications

Bot 1 - Add The Day of the Week as an "Input" eg - Day or Date (True / False) 

Bot 2 -  Add Currency Time (See code below) and Account Number / expiry


Candle OCO Trader

This EA is working well and trades based on a "Date" input - I want it changed to Add the "Day" of the week (Mon - Fri - True False)

Please also see Other Mod Job (Below)



Bot 2 - News Trader

1. Add the following code (below) to enable Time Zones for different currencies and (Test it works)

2. Add Code (Below) Account Number and Expiry 

3.Also Check and fix the Bot as its not Setting on Place Order "Candle High and Candle low" (True / false)  


input int InpHourDif_USD=2;//Time Difference USD [Hours]

input int InpMinuteDif_USD=0;//Time Difference USD [Minutes]

input int InpHourDif_NZD=2;//Time Difference NZD [Hours]

input int InpMinuteDif_NZD=0;//Time Difference NZD [Minutes]

input int InpHourDif_CAD=2;//Time Difference CAD [Hours]

input int InpMinuteDif_CAD=0;//Time Difference CAD [Minutes]

input int InpHourDif_AUD=2;//Time Difference AUD [Hours]

input int InpMinuteDif_AUD=0;//Time Difference AUD [Minutes]

input int InpHourDif_JPY=2;//Time Difference JPY [Hours]

input int InpMinuteDif_JPY=0;//Time Difference JPY [Minutes]

input int InpHourDif_GBP=2;//Time Difference GBP [Hours]

input int InpMinuteDif_GBP=0;//Time Difference GBP [Minutes]

input int InpHourDif_EUR=2;//Time Difference EUR [Hours]

input int InpMinuteDif_EUR=0;//Time Difference EUR [Minutes]

input int InpHourDif_CHF=2;//Time Difference CHF [Hours]

input int InpMinuteDif_CHF=0;//Time Difference CHF [Minutes]

input int InpHourDif_CNY=2;//Time Difference CNY [Hours]

input int InpMinuteDif_CNY=0;//Time Difference CNY [Minutes]


And this code.....

const int AccountNumber_ = 0;

const datetime ExpirationTIme = D'2022.11.2';

//---   

   Comment("");

   if (AccountNumber_ > 0 && AccountNumber() != AccountNumber_)

   {

      string str = "Invalid account number! Please contact the owner...";

      Comment(str);

      Print(str);

      return(INIT_FAILED);

   }

   if (ExpirationTIme > 0 && TimeCurrent() >= ExpirationTIme)

   {

      string str = "EA Expired! Please contact the owner...";

      Comment(str);

      Print(str);

      return(INIT_FAILED);

   }



Répondu

1
Développeur 1
Évaluation
(443)
Projets
570
37%
Arbitrage
106
39% / 33%
En retard
17
3%
Gratuit
2
Développeur 2
Évaluation
(390)
Projets
416
30%
Arbitrage
74
19% / 72%
En retard
52
13%
Travail
3
Développeur 3
Évaluation
(174)
Projets
200
12%
Arbitrage
39
38% / 33%
En retard
5
3%
Gratuit
Publié : 2 codes
4
Développeur 4
Évaluation
(43)
Projets
66
12%
Arbitrage
12
58% / 42%
En retard
1
2%
Gratuit
5
Développeur 5
Évaluation
Projets
1
0%
Arbitrage
0
En retard
0
Gratuit
Commandes similaires
I am looking for an experienced MQL5/MT5 Expert Advisor developer to build a custom XAUUSD (Gold) HFT/ultra-fast scalping EA for MetaTrader 5. I have attached a reference video showing exactly how I want the EA to behave. Please watch the video carefully before applying. The video should give you a clear understanding of the desired entry behavior, trade frequency, execution style, and overall system behavior. The EA
I’m looking for an experienced developer who can build a Martingale trading bot. I’m willing to pay a fair price for the right developer. I have an example trading account that demonstrates exactly how I want the bot to operate. The strategy is straightforward: the bot trades continuously using a Martingale system. The only exception is that it should automatically pause trading during high-impact news events or
This is a Tradingview project. Would you be able to make this? With a win rate and profit factor and percentage made and profit made and max dd reached. How many modifications would I be able to do? Could there be a table that shows win percentage profit factor and trading window where trades shouldn’t be placed and follows the rules of the pdf How long would it take and would it work on ninjatrader also
I need a professional MQL5 developer to build a high-frequency trading (HFT) Expert Advisor for MT5. Key Requirements & Risk Management Rules: 1. Max Trade Limit: The bot must execute a strict maximum of 1,000 trades. 2. Lot Size Cap: Every trade must be capped at a maximum of 0.50 lots. 3. Execution Speed: Optimized for low-latency, rapid execution. 4. Clean code with proper error handling and clear parameter
I need fully automatic scalping robots for XAUUSD Gold the robot should work on M1 and M5 timeframe and open trades based on the scalping logic using EMA and RSI confirmation it should analyze the market on its own and only take high probability trades
I am looking for an experienced MQL5 / MetaTrader 5 developer to help me add alert notifications to an existing MT5 indicator. What I Have I have an indicator that I am currently using on MetaTrader 5 , but I do not have the source code (.mq5) . I only have the compiled indicator file, or I can provide the indicator file that I currently have. What I Need I want to add alerts when the indicator generates its specific
I need best scalping bot 150 - 300 USD
I have attached the video of the EA I want to reproduce in MQL5. Please study the video carefully and build an EA that follows the same trading behavior shown in it. The EA is for XAUUSD (Gold) and appears to use an automated scalping/grid-style strategy with multiple positions opened around the market price. I want the entry sequence, spacing between positions, lot progression, direction of trades, and
New EA for Moj1367 50 - 100 USD
//@version=6 strategy("Ultimate + 11 Filters Bot [M1 - 0.5 pip TP]", overlay=true, max_boxes_count=500, max_labels_count=500, max_lines_count=500, max_bars_back=5000, default_qty_type=strategy.percent_of_equity, default_qty_value=100, initial_capital=1000, commission_type=strategy.commission.percent, commission_value=0.04) // ═══════════════════════════════════════════════════════════ // 1. تنظیمات ورودی (Inputs)
I need an MT5 EA (MQL5) specifically for XAUUSD, trading price gaps when the market opens/reopens. The EA needs 2 independent strategies: 1. Weekend/Monday Gap: Record the last price before the market closes for the weekend and the first price when XAUUSD reopens at the beginning of the week. Calculate the gap size. When the gap meets the required conditions, the EA trades in the direction of the Gap Fill. Gap Up →
Best performing EA MT5 30 - 1000 USD
I am looking for a reliable MQL4/MQL5 EA that creates orders automatically. If anyone has a good-performing EA available for sale, please share it with verified live trading results or a genuine live track record . I am ready to purchase, but live performance proof is mandatory . Please share the live account results, trading history, and EA details before discussing the purchase

Informations sur le projet

Budget
50+ USD
Délais
à 10 jour(s)