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);
}
Похожие заказы
MT5 High-Volume Trading Bot Requirements I am looking for a professional MetaTrader 5 (MT5) trading bot / Expert Advisor designed for high trading volume while maintaining extremely low and controlled drawdown. The requirements are: * Platform: MetaTrader 5 (MT5) only. * Trading volume: approximately 1,000–2,000 operations/trades per day. * No HFT: I am not looking for a true high-frequency trading system based on
Develop the EA according to my provided trading strategy and rules. The EA must open and close trades automatically according to the specified conditions. Include configurable Stop Loss, Take Profit, lot size and risk-management settings. Include an option for fixed lot size or percentage-based risk. Include Magic Number and trade-comment settings. The EA must work correctly on the requested MT4/MT5 platform and
I need an Expert Advisor (EA) developed for MetaTrader 5 (MT5) tailored for trading on Exness accounts. Account & Server Details: Trading Platform: MetaTrader 5 (MT5) Broker: Exness Execution Type: Market / Pending Orders Account Type: [Specify: Standard / Pro / Raw Spread / Zero] Target Instruments: [Specify pairs, e.g., XAUUSD, EURUSD, BTCUSD] Strategy Requirements: Entry Rules: [Insert your buy/sell entry
Monthly Report: August 2026 World PEACE Multi FX Algo generated a total realized profit of approximately 31,966 JPY during August. The provider account is normally operated with approximately 200,000 JPY of capital. Compared with this standard operating amount, the realized profit for August was approximately 15.98%. Please note that this is not a compounded monthly return. Realized profits are withdrawn regularly
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