2 x EA Modifications

MQL4 Indikatoren Experten

Auftrag beendet

Ausführungszeit 1 Tag
Bewertung des Kunden
Fast Job - Working Well - Thank You!
Bewertung des Entwicklers
Thank you

Spezifikation

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

   }



Bewerbungen

1
Entwickler 1
Bewertung
(443)
Projekte
570
37%
Schlichtung
106
39% / 33%
Frist nicht eingehalten
17
3%
Frei
2
Entwickler 2
Bewertung
(390)
Projekte
416
30%
Schlichtung
74
19% / 72%
Frist nicht eingehalten
52
13%
Arbeitet
3
Entwickler 3
Bewertung
(174)
Projekte
200
12%
Schlichtung
39
38% / 33%
Frist nicht eingehalten
5
3%
Frei
Veröffentlicht: 2 Beispiele
4
Entwickler 4
Bewertung
(43)
Projekte
66
12%
Schlichtung
12
58% / 42%
Frist nicht eingehalten
1
2%
Frei
5
Entwickler 5
Bewertung
Projekte
1
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
Ähnliche Aufträge
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
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'm looking for an experienced developer to create an automated gold trading bot. The bot should be compatible with MetaTrader 4/5 and TradingView. Key Requirements: - Automated trading bot - Compatible with MetaTrader 4/5 and TradingView - Implement scalping and swing trading strategies Ideal Skills and Experience: - Proficiency in trading algorithms - Experience with gold trading - Familiarity with MetaTrader and
I need a robust optimization of my MT5 EA, mainly for XAUUSD (Gold). Please optimize the existing adjustable parameters such as entry/exit settings, SL/TP, trailing/break-even settings, and any other strategy parameters that are appropriate. I want the optimization focused on stable profitability, low/moderate drawdown, and robustness rather than simply the highest possible profit. Please use out-of-sample testing
NinjaTrader 8 / NinjaScript Phase 1 build: convert an existing Auction Market Theory (AMT) strategy into objective, alert-only decision-support logic. Not a bot, no auto-execution — trades stay manual. Covers NQ/MNQ, ES, CL, MGC using 30-min TPO/Volume Profile context with 5-min confirmation: one 5-min close outside VAH/VAL = acceptance, close back inside = rejection. Dashboard shows bias, auction state, location
Hello, I need a custom NON-REPAINT MT5 indicator that gives sell/buy arrow signals 1–2 candlesticks before a spike on Crash and boom indices respectively occurs. Requirements: Works perfectly on MT5 Shows arrows before the spike (1–2 candles earlier). Non-repaint – once the arrow appears, it must stay. Should be accurate, not quantity — only quality signals. Must work on both demo and live accounts. I want the
Hello, I saw an indicator on TradingView and would like to know if you will be able to convert it for use on Thinkorswim platform? Thanks. if anyone can help me with it kindly do well to bid it urgent thanks looking forward too see you
calcVolume( void ) { //--- MqlRates rates[]; if ( CopyRates ( _Symbol , PERIOD_CURRENT , startTime, endTime, rates) > 0 ) { double rangeHigh = rates[ 0 ].high, rangeLow = rates[ 0 ].low; int count = MathAbs ( iBarShift ( _Symbol , PERIOD_CURRENT , startTime) - iBarShift ( _Symbol , PERIOD_CURRENT , endTime)) + 1 ; //---VERTICAL PRICE RANGE for ( int b = 0
Create an MT5 Expert Advisor (EA) for trading Gold (XAUUSD). The EA should provide BUY and SELL signals based on trend direction, market momentum, and price action. It should automatically place trades only when the entry conditions are met. Risk management: Use a small adjustable lot size. Include Stop Loss (SL) and Take Profit (TP). Include a maximum daily loss limit. Include a maximum number of open trades. Do not
Hello there, I am looking for a automated strategy for ninjatrader 5 Looking for a proven profit factor of 1.5 ( minimum ) on 15 mins time frame . I do MNQ futures I do not have the logic, but I like mean reverssion variable , plus RSI etc . that could make the automated tool robust and long lasting. i need fast response if you have

Projektdetails

Budget
50+ USD
Ausführungsfristen
bis 10 Tag(e)