Overview
Theexamples/community/ directory contains open-source Jupyter notebooks contributed by community members. Each notebook demonstrates a quantitative finance concept implemented as a working ClyptQ strategy or analysis.
Community examples are designed to be:
- Self-contained — each notebook runs independently with a single
pip install clyptq - Educational — theoretical background alongside practical implementation
- Copy-paste ready — use them as starting points for your own strategies
How It Works
Community members contribute notebooks to theexamples/community/ directory via pull request. Each notebook follows a consistent structure:
- Theory section — mathematical background and intuition
- Implementation — ClyptQ graph construction with operators
- Backtest — full TradingSpec configuration and execution
- Analysis — performance metrics, visualizations, and interpretation
Browsing Examples
Browse the community examples on GitHub:Contributing
To contribute a community example:- Create a Jupyter notebook in
examples/community/following the naming convention:{number}_{descriptive_name}.ipynb - Include theory, implementation, backtest, and analysis sections
- Submit a pull request
Related Pages
First Strategy
Official tutorial: build your first strategy step by step
Jupyter Workflow
How ClyptQ works inside Jupyter notebooks

