Vigiar
1
0
Derivar
Você já tinha feito uma derivação do repositório Warrior_EA, anteriormente
0
Warrior_EA/Expert/Chart
Ficheiros do repositório (o cometimento mais recente em primeiro lugar)
Nome do ficheiro Mensagem do último cometimento Data do último cometimento
AnimateDread 213b3aac15 fix(chart): the reconciliation never ran - it was hooked to a sweep deployed charts do not do
cooldown-recon put the chart-wide cooldown at the end of the overlay sweep. It
executed ZERO times. This store's own header already said why: the sweep
're-arms only when an era ends. A DEPLOYED ensemble runs no further eras'. Five
of six charts were deployed, so there were zero 'Filtered view: swept' lines in
the entire session while the saved files still held 148 same-side pairs under 30
bars on XTIUSD.

Moved to the completion of the progressive vote-arrow restore, which runs on
every chart including deployed ones.

The restore thinning alone was never going to be enough either: MT5 persists
chart objects in profiles\Charts\*\chart*.chr, so arrows drawn under an older
window are ALREADY on the chart when the process starts, and a freshly-thinned
restore just adds to them. Two correctly-thinned sets still union into clusters.
The chart is the only authority.

Same construction as before: OBJ_TREND only (the line is the canonical half of a
mark, matching Snapshot()), sorted by time first because object order is not time
order, and the gap>0 guard so a mis-ordered set fails visibly by keeping rather
than silently by deleting.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-27 16:16:40 -04:00
..
AIBaseChartView.mqh feat(signal): make the signal cooldown tunable, and add a hard any-direction gate 2026-08-27 09:48:28 -04:00
AIBaseChartViewImpl.mqh feat(signal): make the signal cooldown tunable, and add a hard any-direction gate 2026-08-27 09:48:28 -04:00
ChartUI.mqh fix(chart): purge stale member arrows even when there is no sidecar to restore 2026-08-27 12:09:04 -04:00
IChartView.mqh feat(signal): make the signal cooldown tunable, and add a hard any-direction gate 2026-08-27 09:48:28 -04:00
VoteArrows.mqh fix(chart): the reconciliation never ran - it was hooked to a sweep deployed charts do not do 2026-08-27 16:16:40 -04:00