Skip to content

Latest commit

 

History

History
125 lines (88 loc) · 3.32 KB

README.md

File metadata and controls

125 lines (88 loc) · 3.32 KB

BinaryOptionsTools

BinaryOptionsTools is a set of tools designed to make binary options trading easier. It helps with market analysis, strategy creation, and automatic trading. Use these tools to make smarter trading decisions.

👉 Join us on Discord


Features

  • 📊 Live market data: Get the latest market updates instantly.
  • 🔎 Analysis tools: Use built-in indicators to study market trends.
  • 🤖 Strategy tools: Create, test, and improve your trading strategies.
  • 📈 Automatic trading: Let the tools trade for you based on your strategies.

Join the Community

Meet other traders, share ideas, and get updates about new features.
👉 Join us on Discord


How do I set up and start using BinaryOptionsTools?

Prerequisite: Create a Virtual Environment

Setting up a virtual environment helps manage dependencies better:

On Windows:

python -m venv env
.\env\Scripts\activate

On macOS/Linux:

python3 -m venv env
source env/bin/activate

Installation Steps

  1. Clone the Repository

    git clone https://github.com/theshadow76/BinaryOptionsTools.git
     cd BinaryOptionsTools
  2. Install Dependencies

    pip install .
  3. Run the Application

    python setup.py
What is BinaryOptionsTools?

BinaryOptionsTools is a collection of tools to help you trade binary options better. It offers live data, analysis tools, strategy development, and automatic trading features.

How do I install BinaryOptionsTools?

Follow these steps:

  1. Clone the repository:

    git clone https://github.com/theshadow76/BinaryOptionsTools.git
  2. Go to the project folder:

    cd BinaryOptionsTools
  3. Install required files:

    pip install .
How can I contribute to BinaryOptionsTools?

We welcome help from everyone! Whether you find bugs, suggest improvements, or add new features, we encourage you to contribute.

How to Contribute

  1. Fork the project.
  2. Create a new branch for your changes.
  3. Write clear and detailed commit messages.
  4. Open a pull request and explain your changes.
How do I retrieve the authentication key for Pocket Option?

Follow these steps to get your auth key from Pocket Option:

  1. Go to Pocket Option Website Open Pocket Option in your browser.

  2. Open Developer Tools Press CTRL + Shift + I to open Developer Tools. Then, go to the Network tab.

  3. Refresh the Network Activity Press CTRL + R to refresh and see new network activity.

  4. Find WebSocket Activity Click on WS (WebSocket) in the Network tab.

  5. Locate the Auth Key Click on the last WebSocket line under WS, then go to Messages on the right panel. Look for auth. Right-click the WebSocket line and select Copy Message to save the auth key.