ChipaDevTeam / BinaryOptionsToolsV1

BinaryOptionsTools is a powerful suite of tools designed to enhance your binary options trading experience. Whether you're looking for analysis, strategy optimization, or execution tools, this project provides a variety of solutions to help you make informed trading decisions.
https://marketplace.theshadowtech.net
MIT License
10 stars 10 forks source link

Test #15

Closed Rick-29 closed 1 week ago

Rick-29 commented 2 weeks ago

This is an example issue, under here there should be a script

from BinaryOptionsTools import pocketoption
import sys
print(sys.path)

ssid = input("Enter your ssid: ")
api = pocketoption(ssid, True)

# Get current balance
print(f"GET BALANCE: {api.GetBalance()}")