If you are looking to build a bot, let us build it for you! Check Chipa's shop
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
Don't know programming and you are looking for a bot to automate YOUR strategy? click here to get our development services!
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
- 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
For the full python documentation check here.
# 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"
`pip wheel .` **OR** `maturin build`
You can find the examples for all the features available of the library in the examples directory.
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.