circle-exclamation
This documentation page is currently under development and may be updated frequently.

puzzle-pieceBrowser Extension

The Towerflow Chrome Extension lets you send trading signals to your bots instantly, without leaving your browser.

Install Extension: Chrome Web Storearrow-up-right

After a quick authentication, you can trigger BUY / SELL actions to your own bot webhooks, exactly the same way as sending a Manual Signal from the Towerflow platform — but faster and always accessible.


🚀 What Is the Chrome Extension?

The extension is a lightweight interface for discretionary and hybrid trading workflows. It enables you to:

  • Send manual trading signals from anywhere on the web

  • Execute trades without opening the Towerflow dashboard

  • Use the same webhook-based execution pipeline as the platform

There is no difference in how signals are processed — only in how fast you can send them.


🔐 Authentication

On first use:

  1. Open the extension

  2. Authenticate with your Towerflow account

  3. Your active bot webhooks are securely synced

Authentication tokens are scoped and revocable. No sensitive credentials are stored in plaintext.


🧩 Sending a Trading Signal

The extension UI mirrors the Manual Signal interface in Towerflow.

Required Fields

Webhook

Select one of your active bot webhooks.

Only webhooks you own or have access to will be listed.


Symbol

Trading pair or instrument.

Example:


Order Side

Choose the trade direction:

  • BUY – Open or add to a long position

  • SELL – Close or open a short position (depending on bot logic)


⚙️ Optional Parameters

Optional parameters allow you to refine how the trade is executed. If a field is set to 0, it is ignored and the bot’s default logic applies.


Amount

Defines the trade size.

  • Interpreted according to your bot and exchange configuration

  • Can represent base or quote amount depending on setup

Example:


📌 Important Notes

  • All optional parameters are forwarded exactly as provided

  • Validation and execution behavior depend on the receiving bot

  • Parameters behave identically to Manual Signals sent from the Towerflow platform


⚙️ How It Works

When you send a signal:

  1. The extension submits the signal to Towerflow

  2. Towerflow forwards it to the selected webhook

  3. All connected bots receive and process the signal in real time

This ensures:

  • Consistent execution

  • Unified logging

  • Identical behavior across platform, extension, and API usage


🧠 Common Use Cases

  • Quickly react to market moves while browsing charts

  • Combine manual discretion with automated execution

  • Trigger trades during research, calls, or live sessions

  • Test webhook setups without opening the dashboard

Last updated