Skip to content

automated-server-configuration/Binance-Prediction

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

# Binance Price Prediction with Random Forest

πŸ“ˆ This Python script uses historical candlestick data from the Binance API to train a Random Forest classifier, predicting price movements for the next 4 periods.

## Installation

1. **Clone the repository:**
   ```bash
   git clone https://github.com/MrBug123/Binance-Prediction.git
  1. Navigate to the project directory:

    cd Binance-Prediction
  2. Install required modules using pip:

    pip install -r requirements.txt

Usage

  1. Run the script:

    python binance_price_prediction.py
  2. View the accuracy and prediction for the next 4 periods.

Features

  • πŸ“Š Fetches historical data from Binance API.
  • πŸ€– Trains a Random Forest classifier for price prediction.
  • πŸ“ˆ Evaluates model accuracy.
  • πŸš€ Predicts the next 4 periods.

Additional Information

Note

  • This script is for educational purposes and should not be used for actual trading.
  • Always practice responsible algorithmic trading and consider the risks involved.
  • Consult with financial experts before making any trading decisions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%