14 lines
775 B
Markdown
14 lines
775 B
Markdown
[← 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.
|