Training
Training
Training
Technology
Panjab University, Chandigarh
Department of Electrical and Electronics Engineering
PROJECT WORK
CRYPTO-CURRENCY LIVE PRICE CHECKER
1. Introduction
2. Software Required
2.1Jupyter
3. What is crypto-currency
3.1 Price chart/ Crypto chart
3.2 Candlesticks & It’s Pattern
Cryptocurrency price trackers should use reliable data and consistently update
their data.
CoinMarketCap is the industry's most popular and recognizable cryptocurrency
price tracker; other trackers include Coinlib and Bitgur.
Chapter 2
Software Required
• Jupyter ,Binance
One of the best parts of using Jupyter Notebook is its flexibility and versatility,
as you can work with the technology by downloading Jupyter lab, or simply
opening your browser to use the notebook on the go through the original
application. A tool that was made for collaboration and interactivity, Jupyter
Notebook is also compatible with the most commonly used programming
languages such as R, C++, Ruby, and Python.
What is Python ?
It is used for
1.Web development (server-side).
2. Software Development,
3. Mathematics,
What is Tkinter ?
Tkinter is the de facto way in Python to create Graphical User interfaces (GUIs) and is included in all
standard Python Distributions. In fact, it’s the only framework built into the Python standard library.
This Python framework provides an interface to the Tk toolkit and works as a thin object-oriented
layer on top of Tk. The Tk toolkit is a cross-platform collection of ‘graphical control elements’, aka
widgets, for building application interfaces.
This framework provides Python users with a simple way to create GUI elements using the widgets
found in the Tk toolkit. Tk widgets can be used to construct buttons, menus, data fields, etc. in a
Python application. Once created, these graphical elements can be associated with or interact with
features, functionality, methods, data or even other widgets.
3. What is crypto currency ?
Cryptocurrency is a digital payment system that doesn't rely on banks to verify
transactions. It’s peer to peer system that can enable anyone anywhere to send and
receive payments. Instead of being physical money carried around and exchanged in
the real world, cryptocurrency payments exist purely as digital entries to an online
database describing specific transactions. When you transfer cryptocurrency funds, the
transactions are recorded in a public ledger. Cryptocurrency is stored in digital wallets.
Cryptocurrency received its name because it uses encrypted to verify transactions. This
means advanced coding is involved in storing and transmitting cryptocurrency data
between wallets and to public ledgers. The aim of encryption is to provide security and
safety.
The first cryptocurrency was Bitcoin, which was founded in 2009 and remains the best
known today. Much of the interest in cryptocurrencies is to trade for profit, with
speculators at times driving prices skyward.
3.1 Price chart
1.Crypto charts are graphical representations of historical price, volumes, and time intervals. The charts
form patterns based on the past price movements of the digital currency and are used to spot investment
opportunities.
2.A Candlestick is among the frequently used charts by crypto traders. To interpret the image above,
you should be aware that a candle is represented in red when the closing price is lower than the starting
price during a specified time frame. This means the price of the asset declined. In contrast, the green
candle shows that the closing price was greater than the starting price. This indicates that the asset’s
price rose. These candlestick charts form several patterns. Depending on the shape, colour and size of
the candlestick, traders take positions or make changes in their trading strategies.
3.1 Price chart/Crypto chart
1.Crypto charts are graphical representations of historical price, volumes,
and time intervals. The charts form patterns based on the past price
movements of the digital currency and are used to spot investment
opportunities.
2.A Candlestick is among the frequently used charts by crypto traders. To
interpret the image above, you should be aware that a candle is represented
in red when the closing price is lower than the starting price during a
specified time frame. This means the price of the asset declined. In contrast,
the green candle shows that the closing price was greater than the starting
price. This indicates that the asset’s price rose. These candlestick charts
form several patterns. Depending on the shape, colour and size of the
candlestick, traders take positions or make changes in their trading
strategies.
3.2 Candlesticks & It’s Pattern
The candlestick's shadows show the day's high and
low and how they compare to the open and close. A
candlestick's shape varies based on the relationship
between the day's high, low, opening and closing
prices.
These crypto patterns are expressed by small rectangular trading ranges within diagonal parallel lines for
shorter periods of time. It moves against the dominant price trend over a longer time period. It often
develops after a rapid gain or collapse and frequently denotes a slight change in trend (or areas of
consolidation) prior to the return of the prior trend.
Bullish flags and bearish flags are both examples of flag patterns because it creates a backdrop for entering
an established trend that is prepared to continue, the flag pattern is one of the most trustworthy continuity
patterns used by traders.
5.How does cryptocurrency work?
a distributed public ledger called blockchain, a record of all transactions updated and held by currency holders.
re created through a process called mining, which involves using computer power to solve complicated mathematica
y the currencies from brokers, then store and spend them using cryptographic wallets.
y, you don’t own anything tangible. What you own is a key that allows you to move a record or a unit of measure from
ty.
n around since 2009, cryptocurrencies and applications of blockchain technology are
terms, and more uses are expected in the future. Transactions including bonds, stocks, and other financial assets c
6.SOURCE CODE
import requests
from bs4 import BeautifulSoup
import tkinter as tk
from tkinter import ttk
from tkinter import font as tkFont
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
import time
window.mainloop()
RESULT/TESTING
REFERENCES
https://chromedriver.storage.googleapis.com/index.html?path=107.0.5304.62/