IsOrderBtnAvailable) — never recomputed here
Update-EA-GUI.bat — that is the one with a
window. After this it updates the EA, the template and itself; you never download
by hand again.Update-EA.bat does the same job with scrolling text
instead of a window. Both drive the same Update-EA.ps1.MQL5/Profiles/Templates instead — apply it with
right-click chart → Template.MQL5/Experts (or MQL4/Experts) folder,
replacing the old one. Find it via File → Open Data Folder.
Columns come from journal-schema.json — add a field there and it
appears here, in storage and in the auto-capture without a code change.
Auto columns are filled from what the EAs are reporting and are shown dimmed.
Set SL / Set TP take a price because the on-chart versions work by dragging a line, and there is no chart here to drag on. The matrices (Exit / Partials / BE / Cancel) and the trail buttons are drag-based too — still chart-only for now.