Metadata-Version: 2.4
Name: oq-zoo
Version: 0.1.0
Summary: Community strategy zoo for OpenQuant India. Every strategy passes the honesty gate.
Project-URL: Homepage, https://github.com/revorhq/openquant
Project-URL: Repository, https://github.com/revorhq/openquant
Project-URL: Issues, https://github.com/revorhq/openquant/issues
Author: OpenQuant India Contributors
License: Apache-2.0
Keywords: india,nse,quant,strategies,trading
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Financial :: Investment
Requires-Python: >=3.11
Requires-Dist: numpy>=1.24
Requires-Dist: oq-backtest
Requires-Dist: oq-core
Requires-Dist: pandas>=2.0
Description-Content-Type: text/markdown

# oq-zoo

Community strategy library for OpenQuant India.

Every strategy in the zoo has to pass the **honesty gate** — an honest-cost
backtest plus walk-forward validation. No "92% win rate" tips, no hidden
parameter tuning.

```bash
pip install oq-zoo
oq-zoo list
oq-zoo run buy_and_hold_equal_weight
```

Contribute your own — see [STRATEGY_TEMPLATE.md](./STRATEGY_TEMPLATE.md).

Part of [OpenQuant India](https://github.com/revorhq/openquant) — honest, open
source quant infrastructure for Indian markets. Apache 2.0.
