explaingit

idontknowwhatsurname/simplequant-crypto-strategy-aegis-quantum-strategy

Analysis updated 2026-05-18

0PythonAudience · developerComplexity · 4/5LicenseSetup · moderate

TLDR

A four-layer automated crypto trading engine combining macro, on-chain, prediction-market, and AI signals with Kelly-ATR position sizing.

Mindmap

mindmap
  root((Aegis Quantum Strategy))
    What it does
      Automates crypto trading
      Combines 4 signal layers
      Sizes positions with Kelly-ATR
    Tech stack
      Python
      OKX API
      DeepSeek
      GPT
    Use cases
      Algorithmic crypto trading
      Backtesting strategies
      Risk managed trading bots
    Audience
      Experienced traders
      Quant developers
    Layers
      Macro sentiment
      On-chain structure
      Prediction markets
      Narrative momentum

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Backtest a multi-signal crypto trading strategy before running it live on the OKX exchange.

USE CASE 2

Run an automated crypto trading bot that sizes positions using the Kelly Criterion and ATR volatility.

USE CASE 3

Study how macro, on-chain, and AI prediction signals can be combined into one trading decision score.

USE CASE 4

Monitor a live trading strategy's performance through an auto-generated HTML dashboard and Telegram alerts.

What is it built with?

PythonOKX APIDeepSeekGPTTelegram API

How does it compare?

idontknowwhatsurname/simplequant-crypto-strategy-aegis-quantum-strategy0xhassaan/nn-from-scratch3ks/embedoc
Stars00
LanguagePythonPythonPython
Last pushed2023-06-08
MaintenanceDormant
Setup difficultymoderatemoderatehard
Complexity4/54/51/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 1h+

Requires OKX API keys, a Telegram bot token, and Python dependencies from requirements.txt, for educational use only per the README.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

In plain English

Aegis Quantum Strategy (AQS) is a quantitative trading engine for cryptocurrency markets. Quantitative trading means making buy and sell decisions automatically based on mathematical signals rather than gut feel. AQS layers four types of signals together to decide when and how much to trade. The four layers are: macro sentiment (35% weight), which watches the VIX, a measure of market wide stress, on chain and market structure (40%), which analyzes funding rate crowding and open interest divergence in crypto derivatives, predictive market delta (15%), which tracks momentum from prediction markets, and narrative momentum (10%), which performs real time sentiment analysis. Each layer produces a signal and AQS combines them into a unified score that drives trading decisions. Position sizing uses ATR (Average True Range, a measure of recent price swings) combined with the Kelly Criterion, a formula for bet sizing based on historical win rates. Risk management includes multi tier circuit breakers: VIX based trading halts, maximum drawdown protection, and cooldown periods after losses. An AI predictive engine integrates with large language models, DeepSeek and GPT are named in the source, for short term price direction forecasting. The engine connects to the OKX exchange via API keys, sends notifications via Telegram, and generates an interactive HTML dashboard and visual performance reports. Written in Python, this is a tool for experienced traders or developers experimenting with algorithmic crypto trading. The README notes it is for educational purposes only.

Copy-paste prompts

Prompt 1
Help me install AQS and set up my OKX API keys as environment variables safely.
Prompt 2
Explain how AQS combines its four signal layers into one trading decision.
Prompt 3
Walk me through running a backtest with AQS's backtester.py script.
Prompt 4
Show me how AQS uses the Kelly Criterion and ATR together for position sizing.
Prompt 5
Help me understand the circuit breaker and drawdown protections built into AQS's risk management.

Frequently asked questions

What is simplequant-crypto-strategy-aegis-quantum-strategy?

A four-layer automated crypto trading engine combining macro, on-chain, prediction-market, and AI signals with Kelly-ATR position sizing.

What language is simplequant-crypto-strategy-aegis-quantum-strategy written in?

Mainly Python. The stack also includes Python, OKX API, DeepSeek.

What license does simplequant-crypto-strategy-aegis-quantum-strategy use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is simplequant-crypto-strategy-aegis-quantum-strategy to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is simplequant-crypto-strategy-aegis-quantum-strategy for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.