MQLArticles/Ob
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Nique_372 dac3a3c730
2026-09-06 20:42:03 -05:00
..
Bots 2026-09-06 20:42:03 -05:00
Indicator 2026-08-06 11:51:10 -05:00
README.md new files added 2026-09-06 11:15:27 -05:00

← MQLArticles

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.