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
use binary_options_tools_macros::RegionImpl;

#[derive(RegionImpl)]
#[region(path = "data/expert_options_regions.json")]
pub struct Regions;