← Back to home

TTB trading logic

ToucanTradeBot (TTB) is an execution system that trades predefined levels and scenarios. The focus is structure, risk control, and transparent statistics.

Structure. Risk control. Transparent statistics.

01

Market structure

We build the trading structure first: key levels, zones of interest, scenarios and liquidity areas. Every level is shown publicly on the chart.

02

Signal confirmation

The bot does not react to random ticks or noise. To enter, price must confirm the level under set conditions: touch, candle close, or a series of confirmations.

03

Limit entries on levels

After confirmation the system places limit post-only orders. This avoids aggressive market entries and reduces the impact of slippage and taker fees.

04

Risk controls

Hard caps on size, cooldowns after sharp moves, a balance reserve and an emergency stop — built in, always on.

05

Open statistics

Every trade, every missed entry, every result and stat is public. We do not hide losses and we do not only show winners.

06

No withdrawal access

ToucanTrade operates only through the Hyperliquid trading API. The platform never requests withdrawal permissions and cannot move user funds.

Trading cycle

  1. Level
    Price reaches a zone
  2. Signal
    Confirmation passes the filter
  3. Risk
    Limits and guards checked
  4. Limit entry
    Post-only order placed
  5. Statistics
    Trade goes public
Internal safety mechanisms

Additional mechanisms that keep the platform safe and stable.

Duplicate-order protection
Each signal carries a deterministic key. If a restart or a duplicate worker tries to place the same order twice, the second one is rejected — no double-buy.
Stale-data protection
Every tick is checked against server time. Old ticks are dropped, and the market is briefly quarantined after a feed freeze so a backlog of stale prices cannot trigger trades.
Position reconciliation
Every 60 seconds we cross-check the local state with the exchange. If a position is closed manually or partially, the bot adjusts accordingly and cancels any leftover exit orders.
Market noise filter
Identical ticks arriving in a microsecond window count as a single price touch — a tight cluster of trades never inflates the signal count.
Balance reserve
A configurable share of the balance is never deployed. Default 10% — kept for fees, funding and margin buffer.