Git Product home page Git Product logo

uzbekdev1 / financerapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from valkata154/financerapp

0.0 0.0 0.0 804 KB

WPF Application, which uses YahooFinanceAPI to get real-time information about Stocks. The app has a Watchlist functionality where stocks can be added and observed. Alarm functionality, which will send Whatsapp messages (TwillioAPI) when a target price has been reached.

C# 100.00%

financerapp's Introduction

FinancerApp

WPF Application, which gathers real-time information on stocks from the YahooFinanceAPI. Stocks can be added to a Watchlist. Stock alarms can be created to send notifications on Whatsapp. The application is connected to a DB, which saves all the tickers and their alarms.

image

How to run

  • Create a Twillio account and add your SID and TOKEN to the AlarmWindow.xaml.cs
  • Add your phone number to to the AlarmWindow.xaml.cs
  • For more information on using Twillio: https://www.twilio.com/docs/usage/api

Watchlist

The watchlist shows the Stock Symbol, the current price, open price and the volume. Updates every 1 second (this can be modified in code).

  • If the ticker symbol is red, that means that the Current Price is lower than the Open Price. If it is green the Current Price is higher than the Open Price
  • When the market opens the Current Price changes from red to green and green to red every second based on the previous current price. This indicates if the price is going low or high.
  • Tickers are added by clicking the "+" symbol and entering the name of the ticker. (example: "ACB")
  • Deleting a ticker can be done by double-clicking on the ListView item.

image

Alarms

  • Multiple alarms can be added to various tickers.
  • A whatsapp message is sent to the number when the ticker goes above or bellow the given target price alarm.
  • The check method runs every 2 secs by retrieving the live data and sending notifications if alarm reached. (seconds can be modified in the code)
  • Alarms are added by clicking on the "+" symbol and entering the Name and Alarm Price for a ticker.
  • Alarms can be deleted by double clicking on the ListView item.
  • WhatsApp message format is: TickerName CurrentPrice is ABOVE/BELLOW TargetPrice alarm.

image image

image

financerapp's People

Contributors

valkata154 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.