Code Monkey home page Code Monkey logo

online-crypto-analyzer's Introduction

Online Crypto Analyzer

I write this program to get rich soon. but after losing $500 in the market I find that it needs more time and energy and skills to monitor crypto market and earn money. Crypto market is very fluctuating and expert guys can earn money from it. Anyway I decided to develop this program to monitor the price of some cryptoz and when those cryptoz start losing value against BTC, I buy them and after earning 5 percent or more, I sell them. I get a key from www.cryptocompare.com and use the API of them to get the price of those coins.

To have flexibility to add or remove coins, I use a config.ini file which has 3 keys:

Config.ini sample contents:

[GENERAL]

COINS=WING,AVAX,UNFI,BTC,ETH,AXS,ALICE,BLZ,GRT,TRB,BABYDOGE,SHIB,SOL,CHZ

KEY=get your key from www.cryptocompare.com and put here

VIP=WING,AVAX,UNFI,SOL,CHZ

Description of Config.ini keys

  • add your favorite coins to COINS key like above ( all upper case)
  • get an API key from www.cryptocompare.com and save it in KEY
  • It is possible to have some VIP coins that when they start to grow, they will be listed with different color (YELLOW) to get your attention.

How this program works

The program monitors the price of different coins every one minute and act based on following rules:

  • When a coin loses value at least 3 percent against Bitcoin price, It shows in the list of coins.
  • It plays a sound to get your attention
  • Curl program must be installed on the running system.

Visual Studio (C++) 15 is used to develop this program.

Curl command line is used to send and receive REST API to cryptocompare website.

Libsdl is used to play audio

After compiling, copy necessary DLL files to the Debug or Release folders.

online-crypto-analyzer's People

Contributors

monhi avatar

Watchers

 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.