Drop this file at the root of every GOROSHI-managed repo so any Claude session (or human) can quickly understand why it's there and how it plugs into the wider GOROSHI infra. Replace the
{{PLACEHOLDERS}}when copying.
Repo name: Metatrader-vWap
Upstream (if a clone/fork): unknown
Category: Fork -- one of Original, OSS mirror, Fork, Experiment, Archive
Status: passive reference -- one of active, passive reference, archived, paused
One-paragraph description (what the upstream does, what GOROSHI uses it for):
MT5 VWAP indicator.
VWAP pullback entry reference (used in FTMO research, PF 1.26 on 181 trades).
Concrete examples:
TBDTBDTBD
If GOROSHI has patched anything relative to upstream, list the files + what changed. If this is a pristine clone, say so:
pristine clone -- no custom patches applied
Host / machine / service: TBD
Config path: TBD
Secrets it needs: TBD (listed by env var name; never paste values)
TBDReferenced by EA_Template's Sweep_Signal.mqh. -- e.g. "called from goroshi-swarm/bin/worker.py
via the metatrader-mcp-server MCP tool", or "standalone CLI, not
wired into the swarm".
Related repos:
TBD-- TBDTBD-- TBD
- TBD
- TBD
Last synced with upstream: 2026-04-23
Upstream commit / tag pinned: TBD
To pull upstream changes:
git remote add upstream unknown # only once
git fetch upstream
git merge upstream/main # or rebase, team preference- Upstream:
unknown - GOROSHI swarm docs: https://github.com/goroshillc/goroshi-swarm/tree/main/docs
- GOROSHI repo tour (where this repo fits): https://github.com/goroshillc/goroshi-swarm/blob/main/docs/10-repo-tour.md
- Primary owner (CEO): Stefano Theofanous (
goroshillcon GitHub)
Generated by scripts/apply_goroshi_notes.py.