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.
51 stars 50 forks source link

Updated dataset retrieval method and provided download and extraction scripts. Also updated readme about this process. #25

Closed richardar closed 4 months ago

richardar commented 4 months ago

fix #20

This pull request introduces a more streamlined approach for accessing the dataset by removing the dataset files from the repository and providing scripts to directly download and extract the dataset from Kaggle. The download link can be easily configured by the repository author, allowing for flexibility in dataset selection.

Included in this update are two Python scripts: one for downloading the dataset (downloadDataset.py) and another for extracting it (dataset-extract.py). These scripts automate the process of acquiring and preparing the dataset, simplifying the workflow for users.

Furthermore, the README.md file has been updated to include instructions on how to use the provided scripts to download and extract the dataset. This ensures that users have clear guidance on accessing the dataset and can easily incorporate it into their projects.

Overall, these changes aim to enhance the usability and flexibility of the repository, making it easier for users to access and work with the trading bot dataset.

richardar commented 4 months ago

Pull request created.