Skip to content

Source Modules

Syed Ibrahim Omer edited this page Apr 13, 2026 · 1 revision

Source Modules

This wiki page is the index for the project’s key source files.

Page Path Description
CLI entry point src/cli.py Defines the Click CLI, routes between normal run, tests, and profiling — CLI Entry Point
Indicators engine src/indicators.py Fetches data, computes indicators, writes outputs — Indicators Engine, Source Data Deep Dive, Write Output Deep Dive
Default windows src/default_configs.json Default indicator windows keyed by period and timeframe — Config Resolution
Tests tests/ Correctness/integration/formats/batch tests executed via indicators --test
Profiling profiling/ Profiling scenarios, runners, and result artifacts — Profiling Runner, Profiling Artifacts

How to use this index

If you change any of these areas, update the matching wiki pages:

Related pages:

Clone this wiki locally