A trading strategy often has a fragmented path. The idea is tested in one place, trading happens in another, and trust between the trader and investor relies on 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 completely: 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 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 profitability curve, but to show honest numbers: risk metrics, behavior outside the training sample, resistance to overfitting. A strategy that shines on the fitted historical section but crumbles on new data must be visible before money is invested.

CopyTrader — execution. When the strategy is ready, its trades can be copied automatically: auto-copying trades by user choice works on 14 exchanges, including between different platforms — the trader and investors may 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 probably the main one for the investor: who to copy and why trust them?

Today, this question is most often solved by PnL screenshots, promises in channel descriptions, and word of mouth. 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, consistency of results over time.

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

An important principle: publication is voluntary. The trader decides in the settings whether to show their statistics in the showcase. No one is exposed 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 is scaled by 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: synchronization of leverage and position mode, control of entry price.

Our principles

  • Numbers first, then money. The strategy first proves itself statistically — in the tester and on the showcase.
  • Funds remain with the user. Operation through API keys without withdrawal rights, on users' own accounts.
  • No profit promises. We provide tools — trading decisions are always made by the user.
  • Statistics publication 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 specify timing and will share details as progress is made. XTester and CopyTrader continue to develop: new exchanges, new checks in the copying engine, strategy validation tools.

You can explore the platform now: xtester.pw and copytrader.pw.