Skip to content

A new version of the BinaryOptionsTools with better error handling and async support. Get bot development services --> https://shop.chipatrade.com/collections/all

License

ChipaDevTeam/BinaryOptionsTools-v2

Repository files navigation

If you are looking to build a bot, let us build it for you! Check Chipa's shop

Support us and our contributors

Join PocketOption with Chipas affiliate link: Chipas PocketOption Affiliate link
Join PocketOption with Six's affiliate link: Six's PocketOption Affiliate link
Donate at paypal: Paypal
Join us in patreon: Patreon
Join us on Discord

BinaryOptionsTools

Don't know programming and you are looking for a bot to automate YOUR strategy? click here to get our development services!

Features

Currently we only support Pocket Option (quick trading) with the following features (for real and demo):

  • Place trades for any asset (buy/sell)
  • Check trade results with optional timeout
  • Get account balance
  • Get server time synchronization
  • Get the payout of each asset
  • Get a list with the opened trades with all of the trades data
  • Subscribe to an asset to get realtime data with different subscription types
  • Asset validation and information retrieval
  • Automatic reconnection and connection management

TODO Features

  • Get a list with the closed trades with all of the trades data
  • Get candle data for a specific asset (historical data)
  • Add support for pending trades
  • Add support for other trading platforms like Expert Options

Python

For the full python documentation check here.

To install it using pip:

# Windows
pip install "https://github.com/ChipaDevTeam/BinaryOptionsTools-v2/blob/master/wheels/BinaryOptionsToolsV2-0.1.8-cp38-abi3-win_amd64.whl?raw=true"

# Linux
pip install "https://github.com/ChipaDevTeam/BinaryOptionsTools-v2/blob/master/wheels/BinaryOptionsToolsV2-0.2.0-cp38-abi3-manylinux_2_34_x86_64.whl?raw=true"

To install it manually:

Clone the repo and cd into ./BinartOptionsToolsV2

`pip wheel .` **OR** `maturin build`

Examples

You can find the examples for all the features available of the library in the examples directory.

Info

Currently we support the following languages:

  • Python
  • Rust

And the following trading platforms:

  • PocketOption

We plan on supporting other programming languages and trading platforms in the future.