Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 611 Bytes

README.rst

File metadata and controls

24 lines (16 loc) · 611 Bytes

bop

Binary options predictor

Description

BOP is a tool which help with playing on a stock market, especially on Binary options. The main task of this tool is to predict with a percentage if next value of exchange rate will be lower or higher (or equal).

BOP to predict next value use n previous values of exchange rate by using recursive neural networks.

API to get exchange rate values : https://exchangeratesapi.io/

Note

This project has been set up using PyScaffold 3.2.3. For details and usage information on PyScaffold see https://pyscaffold.org/.