Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itamarrocha/binary-bot
Project of AI class at UFPB
https://github.com/itamarrocha/binary-bot
binary-options iqoption iqoption-bot iqoption-trading iqoptionapi martingale
Last synced: 18 days ago
JSON representation
Project of AI class at UFPB
- Host: GitHub
- URL: https://github.com/itamarrocha/binary-bot
- Owner: ItamarRocha
- Created: 2020-02-14T16:20:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T01:00:53.000Z (over 1 year ago)
- Last Synced: 2024-10-14T08:28:58.118Z (about 1 month ago)
- Topics: binary-options, iqoption, iqoption-bot, iqoption-trading, iqoptionapi, martingale
- Language: Python
- Homepage:
- Size: 7.24 MB
- Stars: 114
- Watchers: 19
- Forks: 84
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# V2 TO BE SCHEDULED
[![author](https://img.shields.io/badge/author-ItamarRocha-black.svg)](https://github.com/ItamarRocha)
[![author](https://img.shields.io/badge/author-joallace-blue.svg)](https://github.com/joallace)
[![author](https://img.shields.io/badge/author-jpvt-red.svg)](https://github.com/jpvt)
[![](https://img.shields.io/badge/python-3.7+-blue.svg)](https://www.python.org/downloads/release/python-365/)# binary-bot
![result](imgs/mac_forex.jpg)
Project of AI class at UFPB
This Project is under development. Any doubts or suggestion can be done in the Issues tab or by email.## Contents
- [Motivation](#Motivation)
- [Setup](#Setup)
- [Data](#Data)
- [Getting_started](#Getting_started)## Motivation
The purpose of this Artificial Intelligence project is to predict the result of the chosen binary option in the future
## Setup
Just open the directory cloned path in terminal and run
```shell
$ pip install -r requirements.txt
```## Data
The data was gathered from the site IQ option API with the functions already mentioned in the code (iq.py).
## Getting_started
To use the code manteined in this repository, put your own username and password (in iq.py). Any alterations or improvements done in the code can be comunicated by email or in the issues tab.
After adding your personal information, just run the testing.py script and you are ready to go.### How to Run
```shell
$ python testing.py
```![results](imgs/result_binary.png)
## License[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)
- **[MIT license](http://opensource.org/licenses/mit-license.php)**