Skip to content
Web-Based Crypto Trading Monitor — Web Development project by YenkoDev

Web-Based Crypto Trading Monitor

Software as a Service

No

Category

Web Development

Clients

YenkoDev

Techstack

ReactMaterial UIChart.jsPythonSciPyFirebaseVercel

Purpose

Track cryptocurrency markets automatically by pulling candlestick (klines) data from the Binance API and flagging trend structure — higher lows and higher highs, and their bearish counterparts — without manual chart-watching.

Description

The monitor fetches trading pair klines from the Binance API and runs the series through SciPy-based analysis in Python to detect the swing points that form higher-low and higher-high patterns. A React front end with Material UI and Chart.js renders the results as interactive charts, with Firebase and Vercel handling data and hosting. Built as a personal project for viewing and tracking market trends.