Skip to content

0xrsydn/autodegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autodegen

Minimal autoresearch-style trading research loop. Inspired by Andrej Karpathy autoresearch design and approach here.

Architecture

  • prepare.py — immutable oracle (fetch, backtest, evaluate)
  • strategy.py — only mutable strategy file
  • degen.md — agent firmware (loop instructions)

Usage

uv run python prepare.py fetch --exchange binance --pair BTC/USDT:USDT --timeframe 1h --start 2020-01-01T00:00:00Z
uv run python prepare.py validate --exchange binance --pair BTC/USDT:USDT --timeframe 1h
uv run python prepare.py eval
uv run python strategy.py

About

Autonomous trading strategy research loop — autoresearch pattern applied to degen trading strategy

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages