2 x EA Modifications

MQL4 Indicatori Esperti

Lavoro terminato

Tempo di esecuzione 1 giorno
Feedback del cliente
Fast Job - Working Well - Thank You!
Feedback del dipendente
Thank you

Specifiche

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

   }



Con risposta

1
Sviluppatore 1
Valutazioni
(443)
Progetti
570
37%
Arbitraggio
106
39% / 33%
In ritardo
17
3%
Gratuito
2
Sviluppatore 2
Valutazioni
(390)
Progetti
416
30%
Arbitraggio
74
19% / 72%
In ritardo
52
13%
In elaborazione
3
Sviluppatore 3
Valutazioni
(174)
Progetti
200
12%
Arbitraggio
39
38% / 33%
In ritardo
5
3%
Gratuito
Pubblicati: 2 codici
4
Sviluppatore 4
Valutazioni
(43)
Progetti
66
12%
Arbitraggio
12
58% / 42%
In ritardo
1
2%
Gratuito
5
Sviluppatore 5
Valutazioni
Progetti
1
0%
Arbitraggio
0
In ritardo
0
Gratuito
Ordini simili
Account size 50$ to 100$ or 5000USC to 10000USC ( Account $ Size may not matter ) Max Leverage 1000-2000 Min Lot 0.01 [ if averaging possible ] Averaging + Shift TP Faster Required if Trend Direction is Clear Account Protection Maxx Profit Max Loss Key Based Activation News Filter Need Expert to handle this to avoid false entry [ Developer can suggest extra additional filters inputs here ] as i mentioned I have no
Build a Forex Multi-Basket Trading Bot for OANDA (Python v20 REST API Only) MANDATORY DEVELOPER REQUIREMENTS (PLEASE READ BEFORE APPLYING): Do not apply for this project unless you meet the following strict professional criteria: 1. Deep Mathematical & Quantitative Background: You must thoroughly understand statistical distributions, rolling standard deviations (σ), calculating matrix medians, and dynamic Z-score
I need a complete MetaTrader 5 Expert Advisor built for XAUUSD. The EA will trade a multi-timeframe trend-pullback strategy using the Daily, H4, and M15 timeframes. It must generate signals, manage trades, send alerts, and come with a full backtest on gold. This is a technical build. I am not asking for guaranteed profits or financial advice. Platform and Market Platform: MetaTrader 5 Language: MQL5 Symbol: XAUUSD
I need an AI based mt5 EA which self learns and improves on its previous mistakes. The EA must be able to utilize numerous trade set ups like; 1. CRT, 2. liquidity sweep reversal at selected higher timeframe where a candle sweeps previous candle high and closes lower or sweeps previous candle low and closes higher, 3. SMC where it trades on OB, CHoCH, BOS. 4. Support and resistance. It should trade any currency pair
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 am looking for someone with real experience developing strategies, indicators, or trading tools for Quantower . The strategy itself is relatively simple. The main issue is that I need to use some of Quantower's functions and API capabilities to program the strategy, but there is limited documentation available for some of the functionality, and I do not have enough time to fully understand the API and implement
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

Informazioni sul progetto

Budget
50+ USD
Scadenze
a 10 giorno(i)