← Back to Projects
Crypto Trading Bot (In Progress)
personal

July 2026

Crypto Trading Bot (In Progress)

Started as a simple experiment - can I build something that actually trades well? Now it's a full system I run on my own capital.

The core is a conviction engine that fuses every available signal into a single 0-100 score before placing any trade: technical analysis (RSI, MACD, ADX, ATR, Bollinger, volume), funding rates, macro news sentiment (CPI, Fed, regulation), Fear and Greed index, and on-chain data via Binance API. High conviction only - the bot vetoes entries when signals conflict hard.

Risk rules are strict: 5% hard stop loss, 10% take profit with trailing stop that locks in gains, and a compounding model targeting $100 to $1,000. Backtesting scripts for both intraday and swing strategies. Live dashboard shows open positions, signal breakdown, daily P&L tracker, market scanner, and news feed - all streaming in real time.

Still actively testing and refining the strategy. If you have ideas or want to collaborate, reach out.

Tech Stack

Next.jsTypeScriptBinance APITechnical AnalysisCryptoAlgorithmic TradingOn-chain DataBacktesting