BTC PO3 Trader — trading signals system

Python
Automatic trading signal detection system for BTC/USDT on Binance based on the Power of 3 (AMD) strategy.

The algorithm tracks M1 candles in real-time and determines the complete sequence of the pattern — sweep, fractal formation, resweep, and BOS confirmation. After confirmation, it outputs a trade card with Entry, SL, TP, and R/R.

Additionally: backtester on historical data and Jupyter notebook for visualizing results.

Stack: Python · ccxt · pandas · Binance API