Skip to content

This is stock price viewer simulator made in Cpp using FLTK

Notifications You must be signed in to change notification settings

DusanTodorovic5/StockPriceSimulatorCpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Price Simulator in C++ and FLTK

This is stock price simulator made in C++ using FLTK with chart view, and stock trade. The program simulates users! That means you can buy, sell or admire your stocks.

Features

StockPriceSimulator features many great functionalities:

  • Downloading stocks in user defined interval
  • Showing stocks on scrollable graph
  • Drawing EMA and MA indicators
  • Simulates buying stocks with specified quantity
  • Features database of all bought stocks
  • Shows user his "walet" with currently owned stocks which he can sell or buy more
  • Shows special table with current stock prices and prices when user bought that stocks, shows their difference and their percent difference
  • User can look up his transaction history

Built program showcase

cppStockSimulation.mp4

Dependencies

It uses cURL for downloading stock prices from yahoo.

How to run

if you wish to run this program as console, instead of gui, run it with this parameter "--konzola"

Dependencies for running are : FLTK (Fast Light ToolKit) and cURL

About

This is stock price viewer simulator made in Cpp using FLTK

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages