Skip to content

GareBear99/DecaGrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DecaGrid — Capital-Ladder Grid Trading System (Docs Pack)

License: MIT Status: Docs-first Built on ARC-Core

DecaGrid is a documentation-first specification of a capital-ladder grid trading system. It bundles the whitepaper, runbook, architecture, scoring model (DecaScore), execution + risk controls, tradable universe, simulator notes, records protocol, and compliance language into a single offline-ready docs pack.

What's in this repo

The repository is organised around the docs package:

DecaGrid_Docs_Package_v1 5/
├── index.html                       # entry point, offline-ready
├── pages/
│   ├── overview.html                # system summary
│   ├── architecture.html            # component layout + flow
│   ├── decascore.html               # DecaScore scoring model
│   ├── ladder.html                  # capital ladder progression
│   ├── execution.html               # order execution + risk
│   ├── universe.html                # tradable universe definition
│   ├── simulator.html               # simulation methodology
│   ├── records.html                 # record-keeping protocol
│   └── compliance.html              # copy + compliance language
├── exports/
│   ├── DecaGrid_Whitepaper.pdf      # full whitepaper
│   ├── DecaGrid_Runbook.pdf         # operator runbook
│   ├── decagrid_config_template.json
│   ├── sample_trade_receipt.json
│   └── sample_daily_log.json
└── assets/                          # images, styles, scripts

How to read it

  1. Open DecaGrid_Docs_Package_v1 5/index.html directly in any browser — no server required.
  2. Start with pages/overview.html, then architecture.html, then decascore.html.
  3. For operating procedure, see exports/DecaGrid_Runbook.pdf.
  4. For a formal treatment, see exports/DecaGrid_Whitepaper.pdf.

Deploying as a GitHub Pages site

The index.html entry point is static-only and works on GitHub Pages out of the box. Enable it under Settings → Pages → Branch: main → /(root) and the docs pack will be browsable at https://garebear99.github.io/DecaGrid/DecaGrid_Docs_Package_v1%205/.

Part of the ARC ecosystem

DecaGrid specifies the policy; execution hosts such as BrokeBot / Harvest supply the actuator; ARC-Core supplies the governed event spine that records every decision.

Status

  • Docs: complete v1.5 pack (HTML + PDFs).
  • Reference implementation: out of scope for this repo — reference implementations live in sibling bot repos.

Keywords

grid trading · capital ladder · quantitative finance · trading strategy whitepaper · risk management · algorithmic trading docs · simulator methodology · decagrid · trading system specification

License

MIT — see LICENSE. The documentation is educational and is not financial advice.


📖 Official docs

Open the rendered official docs → https://garebear99.github.io/DecaGrid/official/pack/index.html

Also available under docs/official/ in-tree, and through the Pages landing at https://garebear99.github.io/DecaGrid/.

🧭 ARC Trading Fleet

Six sibling repositories. Same ARC event-and-receipt doctrine. Each has its own live GitHub Pages docs site, source, and README.

Repo One-liner Source Docs site
BrokeBot TRON Funding-Rate Arbitrage (CEX, Python) source https://garebear99.github.io/BrokeBot/
Charm Uniswap v3 Spot Bot on Base (Node.js) source https://garebear99.github.io/Charm/
Harvest Multi-Timeframe Crypto Research Platform (Python) source https://garebear99.github.io/Harvest/
One-Shot-Multi-Shot Binary-Options 3-Hearts Engine (JS) source https://garebear99.github.io/One-Shot-Multi-Shot/
DecaGrid (you are here) Capital-Ladder Grid Trading Docs Pack source https://garebear99.github.io/DecaGrid/
EdgeStack Currency Event-Sourced Multi-Currency Execution Spec source https://garebear99.github.io/EdgeStack_Currency/

Upstream + meta

  • ARC-Core — governed event + receipt spine the fleet plugs into.
  • omnibinary-runtime + Arc-RAR — any-OS portability for deployment.
  • Portfolio — full project index (audio plugins, games, simulators, AI runtimes, robotics, trading).

💖 Support the fleet

If this repo helps you, the maintainer runs the entire ARC ecosystem solo. Any of the following keep the lights on:

Sponsor Buy Me a Coffee Ko-fi

Every dollar funds hardening across ARC-Core + the 15 consumer repos + the four roadmap repos. One author, one funding pool.

About

DecaGrid - offline-first documentation package for a capital-ladder grid trading system. Whitepaper, runbook, DecaScore, execution & risk, universe, simulator. Part of the ARC ecosystem.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors