Ayushpanditmoto / Trading-Bot

Binary Trading AI Bot is a project idea aimed at developing an AI-powered bot for binary trading. The bot utilizes machine learning algorithms to predict the direction of the next candle (whether it will move up or down) with high accuracy.
39 stars 44 forks source link

Implementing Machine Learning for Trading Pattern Recognition using Technical Analysis #26 #54

Closed RishabTR closed 1 month ago

RishabTR commented 1 month ago

Implementing Machine Learning for Trading Pattern Recognition using Technical Analysis #26

Issue Number : 26

  1. Dataset Creation:

We have created a sample.csv file. This file contains a shortened version of the dataset, reduced to around 50 columns.

  1. Main Code:

The core prediction logic is implemented in the test2.py file. All original prediction functionalities reside within test2.py.

  1. Additional File:

The sample.csv file serves as an additional resource for the project. It is used to facilitate testing and development with a smaller dataset.

  1. Dependencies:

The requirements.txt file has been updated. This file includes all necessary dependencies and libraries for running the code.