https://github.com/rpanchyk/mt5-inside-bar-ind
Forex Inside Bar Indicator for MT5
https://github.com/rpanchyk/mt5-inside-bar-ind
forex indicator mql mt5
Last synced: 5 months ago
JSON representation
Forex Inside Bar Indicator for MT5
- Host: GitHub
- URL: https://github.com/rpanchyk/mt5-inside-bar-ind
- Owner: rpanchyk
- License: mit
- Created: 2024-06-05T20:15:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T07:36:00.000Z (over 1 year ago)
- Last Synced: 2025-02-01T08:26:29.831Z (over 1 year ago)
- Topics: forex, indicator, mql, mt5
- Language: MQL5
- Homepage:
- Size: 98.6 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Forex Inside Bar Indicator for MT5
Indicator shows inside bars in MetaTrader 5.
## Installation
- Open data folder in MetaTrader from menu `File -> Open Data Folder`.
- Copy [InsideBar.mq5](MQL5/Indicators/InsideBar.mq5) file to `\MQL5\Indicators` folder.
- Update the list of indicators on Navigator panel.
- Drag `InsideBar` indicator on the chart.
## Configuration
Available settings of the indicator:

## 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.