Code Monkey home page Code Monkey logo

cryptotrademonitor's Introduction

CryptoTradeMonitor

Create a console application in Visual Studio using .NET Core 6.0+. Choose a specific market type (e.g., SPOT) and implement functionality to select multiple trade pairs (e.g., usdt/btc, eth/btc). Retrieve a list of trade pairs from a top-10 cryptocurrency exchange (preferably Binance). Subscribe to trades for the selected trade pairs and store them in a shared in-memory storage (not in a database). Implement multithreading, with separate threads for each trade pair subscription. Store the last N trades for each pair (minimum 10,000), allowing N to be set through constants, interactively, or from the command line. Implement a separate thread to clean old values from memory every minute. Display the received data in a console table, with separate threads for updating the console, and use color coding for buy and sell trades (green for buy, red for sell). Use only public API, without any keys or private information. Minimize the use of external libraries, only use what is necessary for the task. Follow the specific coding style guidelines provided in the task description. (Optional Bonus) When built for Windows, the application should not pause when clicking on the console window.

X - async methods, Linq, Entity Framework, and runtime dependency injection.

cryptotrademonitor's People

Contributors

tofanpetru avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.