Tool version: O!kurra Capital Defense EA 2.00
A note on how the chapters are divided. This chapter is the anatomy of the EA panel — what you see on the chart after launching the robot and what each element does. How the individual mechanisms work (zones, BEa, limits, triggers) is covered in chapters 9–17. Here you learn the dashboard; there — the engines it controls.
8.1 What the EA panel is
The EA control panel is the graphical command center of the robot, drawn directly on the chart after launching the Okurra EA (chapter 3). It is a different panel than OkurraButton/OkurraGlobal — those are for designing configurations (design mode, chapters 4–7), this one belongs to the running robot (execution mode). A reminder from chapter 2.7: the design panels and the EA work on separate charts, so on the chart with the robot you only have its own panel.
What it is for: the EA carries the entire strategic configuration inside itself (loaded from a .set file via F7). The panel is for live tactical control — the things you adjust during a session, without stopping the robot:
- you enable and disable buttons (B1…B5),
- you draw activation zones and target lines,
- you arm Break Even Auto,
- you close positions (all / profitable / of a given direction),
- you set daily limits, Equity Guard and Profit Target live,
- you view the state of the account, filters, trading hours and connections between buttons,
- you control the trade visualization.
The boundary is the same as everywhere in the tool (chapter 2.3): strategic things come in through the .set file, tactical things you adjust here, on the panel.
The EA is self-sufficient. You can configure, save and launch the entire strategy directly from the EA itself — all parameters are in its Inputs, they can be saved as a
.setfile (MT5’s native save) and loaded (F7), and tactical control is on this panel. The OkurraButton/OkurraGlobal panels are therefore not technically necessary. They are, however, much more readable: they give you a preview on the chart, the golden change marker, thematic sections and less room for mistakes than the raw, long Inputs list. That is why we recommend designing in the panels and treating the EA as the execution mode (chapter 2.3).
After a restart the EA takes over open positions. After a recompilation, a settings reload (F7) or being dropped onto the chart again, the EA automatically takes existing positions back under supervision — it restores their virtual SL/TP (chapter 9). If a supervised position disappears without a trace of being closed, it raises an alert (popup + log). It similarly signals when, after a restart, BEa remains armed and may close an entire direction (chapter 12).
8.2 Anatomy of the panel — overview
The panel has a title bar and six sections arranged below it, top to bottom:
- Title bar — the name “O!kurra”, the collapse button for the whole panel (on the left) and two info-mode buttons (on the right).
- Strategy Buttons — five buttons B1…B5, each with a direction (BUY/SELL), a label and an ON/OFF switch.
- Visualization — visualization switches for the filters of the previewed strategy, in two rows: Button (local filters) and Global (global filters), each with four items SAR / MMD / SR / OKUR.
- Global Actions — buttons for actions executed globally (zones, target lines, BEa, closing positions).
- Status Block — a live view of PnL, position counts, the state of limits and account guardians.
- Target Blocks — editable limit cells (Daily Profit/Loss, Equity Guard, Profit Target, Basket Max Loss).
- Trade Markers — controls for the trade visualization on the chart.