General:
Platform: MT4
The main idea of this EA is that it opens and closes trades automatically on the chart that is opened at specific time and specific days. The trade is closed immediately after opening. A delay (seconds) can be turned on in settings. It has the ability to send notification at open, close and if an error occurs. In total the EA can open and close trades on 10 days, but it’s not required to open on all 10 days. No need of UI on the charts. The EA should be lean, so it can work fast.
EA settings:
- Lot size input (default 0.01 lots)
- Time input (default 08:15) (not broker time but time that is set on PC, format HH:MM, 24h cycle)
- Delayed close true / false (default false)
- Delay in seconds input (default 5)
- Send notification true / false (default true)
- Day 1 true / false (default false)
- Date 1 input (default 2020.12.01) (format has to be YYYY.MM.DD)
- Day 2 true / false (default false)
- Date 2 input (default 2020.12.01) (format has to be YYYY.MM.DD)
- Day 3 true / false (default false)
- Date 3 input (default 2020.12.01) (format has to be YYYY.MM.DD)
- Day 4 true / false (default false)
- Date 4 input (default 2020.12.01) (format has to be YYYY.MM.DD)
- Day 5 true / false (default false)
- Date 5 input (default 2020.12.01) (format has to be YYYY.MM.DD)
- Day 6 true / false (default false)
- Date 6 input (default 2020.12.01) (format has to be YYYY.MM.DD)
- Day 7 true / false (default false)
- Date 7 input (default 2020.12.01) (format has to be YYYY.MM.DD)
- Day 8 true / false (default false)
- Date 8 input (default 2020.12.01) (format has to be YYYY.MM.DD)
- Day 9 true / false (default false)
- Date 9 input (default 2020.12.01) (format has to be YYYY.MM.DD)
- Day 10 true / false (default false)
- Date 10 input (default 2020.12.01) (format has to be YYYY.MM.DD)
Notification template:
- Activator: PAIR – day X – open – time (HH:MM:SS) (not broker time but PC time) – X.XX lots
- Activator: PAIR – day X – close – time (HH:MM:SS) (not broker time but PC time) – X.XX$ (profit or loss that occurred with this trade)
- Activator: an error occurred
Notification example:
- Activator: EURUSD – day 2 – open – 08:15:00 – 0.01 lots
- Activator: EURUSD – day 2 – close – 08:15:05 – 1.34$
- Activator: an error occurred
Any bug fixes must be included in the price. The source code is a requirement.
If you have any recommendation or improvements or questions, please DM me.
I’m looking forward working with you. Thanks.
Pedidos semelhantes
Hi, I would like someone to develop a trading bot. That capable of doing fast scalping trades on Asian highs and Asian lows 1 min time frame in London and New York session There will be 4 entry conditions: Key Steps and Considerations in Developing the Bot: Define the Asian Session High and Low : The bot will calculate the Asian session high and low values based on specific hours, typically defined as 00:00 - 06:00
Design a simple trading robot that trades binary options on pocket option and quotex. I have a robot that can relay pocket option and quotex binary chart on metatrader 4. I want a robot that can thus identify signals using indicator and place trade on my pocket option account automatically
I need a bit that indicates where to go short from with highest probability and where to go long from also with the highest probability. This should be Able to order and close trade
i need developer to unlock ex4 file the file is attahed to this message the file is attached to my account and i have close the account rigth now i need the file trade with another account
The EA will be able to open at least 5 to 10 pending orders or grid positions within a predefine range. I am able to provide more details on how the EA will perform. This strategy is simply based on price action nothing too fancy or complicated please
i want someone who can develop an EA based on my strategy logic, i have a sample algorithmic structure to follow, details will be discussed later. This is a comprehensive strategy! Here’s how to structure the algorithm for your EA, including each component you shared. I’ll provide pseudocode to represent the logic for each step, so it will be straightforward to implement. ### 1. Define Market Conditions Define
//+------------------------------------------------------------------+ //| MyBot.mq5 | //| Created using MQL5 | //+------------------------------------------------------------------+ #include <Trade\Trade.mqh> CTrade trade; // Create a trade object // Define input parameters input int FastMAPeriod = 10; input int SlowMAPeriod = 50; input int RSI_Period = 14; input int
hello, I have a VPS with MT5 i want to do a multi-currency backtest i want someone to download (for free) and install historical data for a list of symbols and make my MT5 ready for doing the backtest I know how to use mt5 but i want to save time Reply if you know how to do it and want to do the job thanks
Hi, I need a developer to convert pinescript to MQL5. The script attached can also have some features removed (highlighted in yellow) you would need to remove all relevant code to those parts. the finished code i will need to test before approving it and I will need the final source code on completion to make further adjustments Please can you let me know if you are able to do this
Buy signal: the main MACD line crosses the signal line upwards (macd_current>signal_current && macd_previous<signal_previous). Sell signal: the main MACD line crosses the signal line downwards (macd_current<signal_current && macd_previous>signal_previous). The below figure shows Buy and Sell cases