MQLArticles/Ob/README.md

14 lines
775 B
Markdown
Raw Permalink Normal View History

2026-09-06 11:15:27 -05:00
[← MQLArticles](../README.md)
# Ob
Order Blocks indicator, plus example EAs that consume its signals (from the published article series).
## Main features
- Order Blocks detection indicator, with signal output consumable by an EA (`Indicator/OrderBlockIndPart2.mq5`, built on `Indicator/Main.mqh`).
- Example EAs built on top of the indicator: a partial-close variant, an ICT-style variant, and "Next" variants (including one with swing-sweep logic) — see `Bots/Art19682`, `Bots/Ict`, `Bots/Next`.
## Basic usage
The indicator is meant to be attached to a chart and read via `iCustom`/buffer access from an EA; see the EAs under `Bots/` for full working examples of how each one consumes the Order Blocks signal.
> Only the most representative files are shown here.