A trading strategy usually has a fragmented path. The idea is tested in one place, trading happens in another, and trust between the trader and the investor is maintained through profit screenshots from chats. Each step involves a separate tool, a separate service, and separate manual work.

We are building a platform where this path is gathered as a whole: from strategy development to its execution on accounts. In this article, we will explain what it consists of today and where it is heading.

What already works

XTester — strategy development and testing. Here, the strategy is written and tested against historical data. The tester’s task is not to draw a beautiful profit curve but to show honest numbers: risk metrics, behavior outside the training sample, resistance to overfitting. A strategy that shines on a fitted segment of history but falls apart on new data must be visible before investing money into it.

CopyTrader — execution. When the strategy is ready, its trades can be copied automatically: auto-copying trades by user choice works on 14 exchanges, including across different platforms — trader and investors can be on different exchanges (cross-trading). Connection is made via API keys without withdrawal rights: funds remain on the user’s exchange account.

What is missing in this picture

Between "strategy tested" and "strategy copied" there is another question — and perhaps the main one for the investor: who to copy and why trust them?

Today this question is most often answered with PnL screenshots, promises in channel descriptions, and faith in words. It is almost impossible to verify such results.

Statistics service — the third part of the platform

Therefore, the next thing we are designing is a statistics service. This is a separate engine that collects trading results and converts them into a verifiable track record: trade history, returns, drawdowns, stability of results over time.

Based on this data, a traders’ showcase will appear — a place where the investor chooses whom to follow based on numbers, not promises.

An important principle: publication is optional. The trader decides in settings whether to show their statistics in the showcase. No one is displayed automatically.

How it all comes together

The three parts form a cycle: the strategy is developed and tested in the tester, proves itself with numbers in statistics — and scales through copying. Developed → showed results → you get copied.

For the trader, this is a seamless path from idea to followers. For the investor — a choice based on verifiable data and execution with protections: synchronization of leverage and position mode, entry price control.

Our principles

  • Numbers first, then money. The strategy first proves itself with statistics — in the tester and on the showcase.
  • Funds remain with the user. Work through API keys without withdrawal rights, on users’ own accounts.
  • No profit promises. We provide tools — trading decisions are always made by the user.
  • Publication of statistics is voluntary. The trader’s track record belongs to the trader.

What’s next

The statistics service is currently being designed — we do not set deadlines and will share details as they become ready. XTester and CopyTrader continue to develop: new exchanges, new checks in the copying engine, strategy validation tools.

You can get acquainted with the platform right now: xtester.pw and copytrader.pw.