Skip to content

Latest commit

 

History

History
87 lines (59 loc) · 2.08 KB

File metadata and controls

87 lines (59 loc) · 2.08 KB

GOROSHI notes for this repo

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.

What this repo is

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.

How GOROSHI uses it

VWAP pullback entry reference (used in FTMO research, PF 1.26 on 181 trades).

Concrete examples:

  • TBD
  • TBD
  • TBD

Customizations (if any)

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

Where it runs

Host / machine / service: TBD Config path: TBD Secrets it needs: TBD (listed by env var name; never paste values)

How to start / use it

TBD

How it connects to the GOROSHI hive

Referenced 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 -- TBD
  • TBD -- TBD

Known issues / gotchas

  • TBD
  • TBD

Upstream tracking

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

Links


Generated by scripts/apply_goroshi_notes.py.