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

We are building a platform where this path is assembled 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 headed.

What is already working

XTester — strategy development and testing. Here the strategy is written and tested against history. The tester's task is not to draw a beautiful performance curve but to show honest figures: 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 should be visible before money is invested in it.

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

What is missing from this picture

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

Today this question is most often answered by PnL screenshots, promises in channel descriptions, and faith in words. Verifying such results is almost impossible.

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 turns them into a verifiable track record: trade history, profitability, drawdowns, stability of results over time.

Based on this data, a trader showcase will appear — a place where investors choose 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 exposed automatically.

How it comes together

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

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

Our principles

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

What’s next

The statistics service is currently in the design stage — we do not name deadlines and will share details as readiness progresses. 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.