Skip to content

BinaryOptionsToolsV2-0.2.4

Choose a tag to compare

@theshadow76 theshadow76 released this 03 Feb 13:23
· 197 commits to master since this release
12f205b

BinaryOptionsToolsV2 Release BinaryOptionsToolsV2-0.2.4

Pre-built wheels for Python 3.8+ on various platforms.

Installation

# Windows
pip install BinaryOptionsToolsV2-BinaryOptionsToolsV2-0.2.4-cp38-abi3-win_amd64.whl

# Linux (x86_64)
pip install BinaryOptionsToolsV2-BinaryOptionsToolsV2-0.2.4-cp38-abi3-manylinux_2_28_x86_64.whl

# macOS (Intel)
pip install BinaryOptionsToolsV2-BinaryOptionsToolsV2-0.2.4-cp38-abi3-macosx_10_12_x86_64.whl

See the README for more installation options and documentation.

What's Changed

  • [WIP] Update binary_options_tools crate to enhance trading flexibility by @Copilot in #38
  • Comprehensive documentation and examples improvements for all supported languages by @Copilot in #37
  • Add support for 10s and 20s timeframes and create comprehensive asset/timeframe documentation by @Copilot in #36
  • pending trades(?) and historical data fetching by @sixtysixx in #45
  • Fix wheels by @theshadow76 in #46
  • fixed errors caused from conflicts on my last PR by @sixtysixx in #47
  • small fixes by @sixtysixx in #48
  • init config class, added some fallbacks and fixes for connection issues, and fixed some other things by @sixtysixx in #49
  • added strategy framework for users to create their own bots easier, some examples, and organized a bunch - v0.2.4 by @sixtysixx in #50
  • Sixtysixx/master by @theshadow76 in #52

New Contributors

Full Changelog: BinaryOptionsToolsV2-0.2.1...BinaryOptionsToolsV2-0.2.4