Coin Alert - DevLog
Devlog: Building a Real-Time Crypto Watchdog CLI in C# 📈 Devlog: Building a Real-Time Crypto Watchdog CLI in C# Date: [Your Date Here] Author: Sewmina Dilshan 🔧 Project Overview This project started as a C# CLI program designed to help me (and a couple of my colleagues) stay updated on crypto coin price actions and patterns — without having to stare at the charts all day. Think of it like having a vigilant assistant watching the market for you: if something notable happens, it sends you a message. Specifically, the program detects predefined strategies in real-time, for any chosen timeframes, and then sends Telegram notifications via a bot I set up. 🖼 Chart Rendering with ImageSharp For rendering charts, I used the SixLabors.ImageSharp library. It's incredibly fast and customizabl...