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

Desktop-Based Crypto Trading Monitor

Software as a Service

No

Category

Desktop Application Development

Clients

YenkoDev

Techstack

PythonPyQt5MatplotlibPandasSciPyBinance API

Purpose

An internal YenkoDev tool built to spot trend structure in crypto markets: it pulls coin kline data from the Binance API and flags patterns of higher lows and higher highs, and their reversals.

Description

This Python desktop application retrieves candlestick data through the Binance API and analyzes it with Pandas and SciPy to detect swing structure, identifying sequences of higher lows and higher highs and the opposite. Results are plotted with Matplotlib inside a PyQt5 interface, giving a live visual read on trend direction and price movement. The monitor is a private tool used to inform trading decisions.