Skip to content

Edwin1719/Robot_Trading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ROBOT_TRADING_PYTHON

Logo

Python script that extracts data from the official Yahoo Finance and Coinmarketcap website, to program an automated Robot that can decide the purchase or sale of Bitcoin in real time.

Features

  • Data collection: Extracting historical and current Bitcoin price data and defining global variables
  • Data Cleaning: treatment of atypical, null and duplicate data and calculation of the average price.
  • Decision Making: compares the current price with the average price and with the trend and defines the decision function of the algorithm
  • visualization and automation: visualization of the analysis in a line graph and automation of the algorithm so that it runs every 300 seconds

Documentation

Documentation-

About

The following Python script generates a Robot, to decide the purchase or sale of Bitcoin, in any type of trend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors