https://github.com/rpanchyk/mt5-time-range-box-ind
Forex Time Range Box Indicator for MT5
https://github.com/rpanchyk/mt5-time-range-box-ind
forex indicator mql mt5
Last synced: 5 months ago
JSON representation
Forex Time Range Box Indicator for MT5
- Host: GitHub
- URL: https://github.com/rpanchyk/mt5-time-range-box-ind
- Owner: rpanchyk
- License: mit
- Created: 2024-02-14T14:29:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T04:07:33.000Z (over 1 year ago)
- Last Synced: 2024-10-26T17:38:11.428Z (over 1 year ago)
- Topics: forex, indicator, mql, mt5
- Language: MQL5
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Forex Time Range Box Indicator for MT5
Indicator shows user defined ranges in MetaTrader 5.
## Installation
- Open data folder in MetaTrader from menu `File -> Open Data Folder`.
- Copy [TimeRangeBox.mq5](MQL5/Indicators/TimeRangeBox.mq5) file to `\MQL5\Indicators` folder.
- Update the list of indicators on Navigator panel.
- Drag `TimeRangeBox` indicator on the chart.
## Configuration
Available settings of the indicator:

Time ranges must be defined in format:
```
[HOUR:MIN]_[HOUR:MIN]_[COLOR],[HOUR:MIN]_[HOUR:MIN]_[COLOR]
```
Each range is separated by comma (`,`). There are no limit on count of ranges.
For example:
```
23:00_08:00_clrLightGray,07:00_16:00_clrLightGreen
```
Color names can be found on official [MQL5 documentation](https://www.mql5.com/en/docs/constants/objectconstants/webcolors) page.
## Usage
Make a trade decision using the indicator:

## Contribution
Feel free to create an issue or a pull request if any ideas.
## Disclaimer
The source code of this repository is provided AS-IS and WITH NO WARRANTY of any kind.
Author and/or contributor are NOT responsible for any type of losses as a result of using source code,
compiled binaries or other outcomes related to this repository.