time ea

time ea
Download ALL MT5 experts (1593)
YouTube Video Thumbnail



Similar MetaTrader Tools

time ea

Info

The time ea is a Expert Advisor for MetaTrader 5 that a simple expert advisor the ea opens a position of the specified type at the time specified in the ea parameters. the position is closed at the time specified in the appropriate parameter.

Usage

This tool is typically used for automated trading on major forex pairs and gold.

Platform

This Expert Advisor works exclusively on MetaTrader 5 (both build 600+ and newer versions).

Setup

Place the downloaded file in MQL5/Experts folder via File ? Open Data Folder in MetaTrader 5.


How to Install and Use time ea

1. Installation: Open the "File" menu, select "Open Data Folder," navigate to MQL/Experts, paste your file, and restart the terminal.

2. Activation: Drag the EA from the Navigator onto a chart, ensure "Allow live trading" is checked in the Common tab, and verify the AutoTrading button is green.

3. Optimization: Right-click your chart, choose "Expert List," click "Properties" to adjust inputs, and save your preferred setup as a set file for future use.

4. Maintenance: Regularly check the "Experts" tab in the terminal window to monitor trade logs and potential execution errors.

Frequently Asked Questions

Q: Why is my EA not opening trades? A: Check the "AutoTrading" button, ensure "Allow live trading" is enabled, and verify your broker allows automated trading on your account type.

Q: Can I run multiple EAs on one chart? A: No, each chart can only host one active EA; however, you can open multiple charts for different currency pairs to run several EAs.

Q: What does the "smiley face" icon mean? A: A smiley face in the top-right corner of the chart indicates the EA is successfully running; a frowny face means it is disabled.

What this tool does

a simple expert advisor the ea opens a position of the specified type at the time specified in the ea parameters.

Typical Use Case

This Expert Advisor excels in automated trading and technical analysis on MetaTrader 5.

Compatible Platform & Setup

This Expert Advisor works on MetaTrader 5. Place the file in the MQL5/Experts folder and restart the terminal.

Description & Settings

Related: Real-Time Market Intelligence for Informed Trading Decisions - another powerful expert for MetaTrader 5 traders.


Also recommended: vr rsi robot: multi-timeframe rsi trading strategy for metatrader 5 - similar expert with strong performance on MetaTrader 5.

a simple expert advisor the ea opens a position of the specified type at the time specified in the ea parameters. the position is closed at the time specified in the appropriate parameter.
the purpose is to select the appropriate type of a position (either long or short) and to set position opening and closing time in hours and minutes. you can also set stop loss and take profit in points. if invalid stop loss and take profit values are specified, the ea will adjust the values to the minimum
stoplevel
allowed for the symbol.
the expert advisor will also adjust the lot in case an incorrect value is specified. if the lot is too large, the ea will adjust it in order to be able to open a position. if there is no money for opening even the minimum lot, the signal will be skipped.
the ea has a specific feature: if short stop orders are used and they trigger, a new position can be opened provided it is the same bar, on which the first position was opened at this time signal. in other words: if a position is opened at the current bar and is closed by the stop order, a new position will be opened if the new bar has not started yet, and so on until a new bar opens on the current timeframe.
note that the expert advisor is designed for training and strategy testing purposes.
the ea has 11 input parameters:

experts magic number
- a unique identifier for the ea's positions;

hour of position open
- hour in the position opening time;

minute of position open
- minutes in the position opening time;

hour of position close
- hour in the position closing time;

minute of position close
- minutes in the position closing time;

position type
- opening a long or a short position;

lots
- the volume of position to open;

stop loss in points
- stop loss value in points;

take profit in points
- take profit value in points;

slippage of price
- allowable slippage;

multiplier spread for stops
- spread multiplier for calculating a correct distance for stop orders. for stop loss and take profit orders (as well as pending orders), there is a minimum allowed distance for placing such orders -
stoplevel
. i.e. stop loss and take profit (as well as pending orders) cannot be placed closer than this distance to the price. if
stoplevel
is zero, it does not mean its absence, it only means that
stoplevel
is floating. in this case, the minimum distance is usually equal to spread*, but sometimes even the double spread is not enough. so, this parameter allows specifying a custom multiplier for the spread used to calculate the minimum distance for placing stop orders.
two tests were performed in the every tick mode on eurusd h1, using data in the interval from 2017.01.02 to 2018.01.19, in two modes: opening long positions and opening short positions. the ea showed good results in the long positions mode. this mode was additionally optimized in terms of position opening and closing hour.
the result of the ea testing with the opening hour set to 15 and closing hour set to 8, and default parameters is shown below:

You may also like: mq l5 wizard - trade signals based on crossover of two emas with intraday time filter - excellent alternative for expert users on MetaTrader 5.

Source Code

/

.......

Leave your opinion, ask a question, share some knowledge

Limitations & Risk Warning

  • This tool is provided for educational and testing purposes only.
  • Past performance does not guarantee future results.
  • Trading involves substantial risk of loss. Use on a demo account first.
  • Results may vary depending on market conditions, broker, and settings.
  • We recommend thorough backtesting and forward testing before using with real funds.
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.