binary_options_tools 0.2.0

High-level library for binary options trading automation. Supports PocketOption and ExpertOption with real-time data streaming, WebSocket API access, and automated trading strategies.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod candle;
pub mod connect;
pub mod error;
pub mod modules;
pub mod regions;
pub mod ssid;
pub mod state;

/// Contains types used across multiple modules.
pub mod types;
/// Contains utility functions and types used across the PocketOption module.
pub mod utils;

pub mod pocket_client;
pub use pocket_client::PocketOption;