Open Trader

Open-source trading terminal for crypto exchanges with an AI-powered assistant. Your keys stay local, your code is auditable, your trust level is your choice.

The problem

Exchange UIs are too simple and limited — losses are built into the UX. Professional platforms like Hummingbot or HaasOnline are overloaded and require deep expertise. There is a massive population of IT professionals who would never pay upfront, but could start trading if the right tools existed.

01

You sleep — the market does not

The market runs 24/7. A missed signal at night is a missed trade or an unprotected position. Manual monitoring is physically impossible.

02

Speed decides — manual trading is from a pre-computer era

While you enter parameters manually, the trade conditions are already gone. Manual trading means built-in losses on every deal.

03

Pay before you know if it works

Most solutions charge $15–100/month before delivering any real result. That barrier cuts off exactly the people who could become loyal users.

The solution

Open Trader is an open-source platform for crypto exchange trading with a trading terminal and The Scratcher Assistant. Open source means free entry and an audience where no competitors exist yet.

How it works

┌──────────────────── User's machine ──────────────────────────────────────────┐
│                                                                              │
│ [ Open Trader ]◄──────────►[ AI assistant ]◄─────► local model                 │
│           │                                    │            Ollama / Llama   │
│           │                                    │            Mistral          │
└───────────│────────────────────────────────────│──────────────────────────────┘
            │ exchange API                       │ LLM API
            │ keys stored locally                │
            ▼                                    ▼
      [ Exchanges ]                        [ AI servers ]
     Bybit, Binance...                    ChatGPT, Claude,
                                             Gemini, ...

Trading terminal → exchange: Directly — the client connects to the exchange via API; keys are stored locally, Zero Trust. No server sits between you and the exchange — everything runs on your machine.

AI assistant → model: Local orchestration — open-source LLM (Ollama / Llama / Mistral); Controls privacy, reviews external requests. Cloud AI servers — ChatGPT, Claude, Gemini; utilize the full AI power, no hardware requirements.

"Choose your trust level: want everything local — it stays local. Want the cloud — it's there for you."

Trading terminal

The interface is like a pilot's cockpit: chart, positions, orders, history, and controls — all on one screen. After connecting an exchange via API, the platform instantly displays everything a computer can calculate and automate.

📈
Automatic TA markers

Support and resistance levels, trends, channels — calculated and rendered on the chart automatically. Nothing needs to be configured manually.

🔗
Orders linked to TA markers — dynamic by default

The key feature: out-of-the-box binding between technical analysis markers and order management. Order parameters are computed from the linked indicator and recalculate automatically when it changes.

Dynamic Limit Order — a limit order whose price automatically follows a selected indicator.

Catch the Tail — optimal execution during sharp price moves: the order picks the best entry mode while the deviation stays within an acceptable range.

Smart trailing stop - trailing stop order where its parameters may be automatically adjusted depending on market conditions, like have less activation threshold while price is near to open price and then smartly adjust the threshold depending on actual volatility.

📰
Order book synchronized with the price chart

Market depth and the current spread are displayed alongside the chart, aligned to the same price axis. The most convenient and complete visualization — out of the box.

🌐
Cumulative multi-exchange view

Connect multiple exchanges via API and see TA markers and market context in a single trading environment.

🔒
Exchange isolation

Orders can be held locally and not sent to the exchange "until the last moment" — preventing the exchange from trading against your position.

Product modules

Module What it does
Trading terminal Limit, market, and stop orders, trade history
Exchange connections MVP: Bybit; roadmap: Binance, OKX, Hyperliquid
The Scratcher Assistant Strategy development and parametrisation, result analysis; explainable recommendations
Backtest & optimiser Test strategies on historical data, genetic parameter optimiser
API Developers build their own modules and integrations
Open Trader is planned to be open source. Temporarily available under IPRL.
Source code on GitHub →