TRIGGON Open in Telegram
Auto-Trade

Let the Strategies you trust trade your own account.

Auto-Trade is optional. Connect your exchange account with API keys, choose which Strategies may act on it, and set the limits they work inside. Every position opens on your own exchange, in your own account, under your name.

You set the boundaries. A Signal works inside them.

A Strategy asks; your configuration decides. Where the two disagree, the lower number always wins.

A leverage ceiling

You set the maximum leverage any Strategy may use on your account. A Signal asking for more gets your ceiling instead. Leverage is fixed when a position opens and cannot be raised while it is running.

A position size

How much of your available balance a Strategy may commit. A Signal can ask for less than you allow, and Strategies often do, but never for more.

Per-Strategy limits

Every Strategy you enable is configured separately. Trusting one Strategy with a larger share than another is the normal case, not an edge case.

Before you enable it

A Signal passes through several systems before it becomes an order.

Automation removes the manual work of placing a trade. It does not remove execution risk or technical risk. A problem at any stage below can delay an order, change the price you get, or stop it being placed at all.

  1. 01

    The Signal source

    A Pine Script Strategy running on TradingView, connected as an Algo Strategy. Auto-Trade acts on Algo Strategies only: a Manual Provider's Signals reach subscribers in Telegram and in the app, and subscribers place them themselves.

    What can go wrong: the Strategy does not fire when expected, an alert is not delivered, or it is delivered late.

  2. 02

    Triggon

    Receives the Signal, validates and records it, and turns it into an order for each subscriber who has Auto-Trade enabled for that Strategy.

    What can go wrong: the platform can be unreachable or degraded, processing can be delayed, or a Signal can reach us too late to be worth acting on.

  3. 03

    Your exchange

    The order is sent to your own account, through the API key you created and connected.

    What can go wrong: the exchange can be down, in maintenance or rate-limiting; your key can expire or lose the permission it needs; the venue can reject the order outright.

  4. 04

    The fill

    The exchange decides what you actually get: the price, the size, and whether the order fills at all.

    What can go wrong: slippage, thin liquidity, a partial fill, or a market moving faster than any order can be placed into.

Four different parties run those four stages, and each is responsible for its own. Triggon does not control whether TradingView generates or delivers an alert, and it does not control whether your exchange accepts, prices or fills an order. Equally, neither of them is responsible for a delay or a failure inside Triggon. Nothing here shifts responsibility in either direction: it describes where each boundary sits.

What Triggon does control is how it behaves when a stage above or below it misbehaves. An entry Signal that has been in transit too long is discarded rather than filled late. An order is never sized from market data past a strict freshness window. A fill too far from the Signal's price is not taken. Exits are deliberately exempt from all three, because a position that is already open has to be closeable. The full list of rails

None of that makes an automated trade certain. Monitor your automated trading, keep your own risk controls in place, and start on the Demo window rather than a live account.

Try it with no money at risk

A free seven-day Demo window

Every user gets a seven-day Demo/Testnet period. Connect a sandbox key from a supported exchange, enable the Strategies you are considering, and watch them trade play money for a week before deciding whether to connect a live account.

Sandbox keys are kept separate

A connection is marked as live or sandbox and the execution worker refuses to drive a key against the wrong environment. A demo key cannot accidentally place a real order.

Supported exchanges

Auto-Trade currently supports Binance, Bybit, CoinEx, LBank and MetaTrader 5.

You create the API key on the exchange yourself and connect it to Triggon. The key is validated at connection, and one that can withdraw or transfer funds is refused. See Security.

Built to fail safely

Automated execution goes wrong in specific, known ways. These are the rails that exist because of them.

Slippage limitAn order that would fill too far from the Signal's price is not placed.
Signal age limitA Signal that has been in transit too long is discarded rather than acted on late.
Stale price rejectionAn order is never sized from market data older than a strict freshness window.
Per-order size ceilingA platform-level cap on the notional value of any single order, independent of your own settings.
Circuit breakerNew entries for a configuration can be paused automatically after repeated full stop-outs. Exits keep flowing.
Liquidation checkA Signal whose stop sits beyond the estimated liquidation price is flagged rather than silently placed.
Fee headroomOrder budgets reserve extra margin above the exchange's taker fee, so an order does not bounce on the fee alone.
No double-fillsAfter a send whose outcome is unknown, Triggon polls the exchange before ever resending.
Key expiry warningsStored keys are re-validated regularly and you are told before one expires.
Protection retriedIf exchange-side stop protection fails after a fill, it is retried, and you are told if it cannot be placed.

Getting set up

  1. Subscribe to an Algo Strategy. Auto-Trade acts on Algo Strategies you already follow. It is not available on Manual Strategies.
  2. Create an API key on your exchange with trading permission and without withdrawal or transfer permission. A key that can withdraw will be refused.
  3. Connect it to Triggon and let it validate. You will be told immediately if the permissions are wrong.
  4. Set your limits: leverage ceiling, position size, and which Strategies may act on the account.
  5. Enable Auto-Trade per Strategy. Nothing trades until you turn it on for that specific Strategy.
  6. Watch the first few. Every automated position appears in the app alongside the Signal that produced it, so you can check the execution against the instruction.
Automated execution does not remove risk; it removes delay. A Strategy that loses money will lose it faster with Auto-Trade enabled than with you placing trades by hand. Read the risk disclosure before you enable it.

Start with the Demo window.

Seven days on a sandbox key, no real capital, before you decide anything.