Copy Trading 6.2.3
26 August 2026
Copy Trading v6.2.3
Release Date: August 26, 2026 Tags: MOBILE, COMPLIANCE, BINARY, LICENSING
Overview
Binary options do not exist for the mobile app, in either direction. This add-on carries them in two vocabularies — a leader's trading type, and the market type on a market, an allocation and a trade — and eleven routes accepted binary as input while roughly a dozen returned it, several of them public and one of them a WebSocket.
Closing only the write doors would have left a phone listing binary leaders it cannot follow and rendering binary trade history with side values like RISE and NO_TOUCH: a banned product on screen, which is the finding whether or not it can be bought. Closing only the read doors would be worse — a hidden field whose endpoint still answers is concealment rather than removal. So both are closed.
Following a leader, opening an allocation and adding funds to one also now check that you hold a licence covering the customer's country of residence, for native app clients. Nothing changes on the web. Requires Core v6.7.2.
Update Instructions
pnpm updatorRestart the backend. There is no database change and no configuration.
Changed
The app is never shown a binary leader, market, allocation or trade
- Changed every read that can carry a market type to remove binary rows before a native client sees them — the leader board, a leader's markets, the follower's allocations and trades, the analytics and the live stream.
- Changed the write doors to refuse a binary allocation, a binary market and a binary leader application from a native client.
- A leader who trades both spot and binary is reported to the app as a spot leader, with their binary markets, allocations and trades removed. That is accurate rather than flattering: allocations are per market and the write gate refuses a binary one, so a mobile follower can only ever copy this leader's spot trades.
- A binary-only leader is dropped entirely. There is nothing left of them a mobile follower could copy, and a follow button that always refuses is worse than no listing.
- Browsers are unaffected. Binary remains available on the web wherever you are licensed to offer it.
A licence check on the three doors that commit money
- Added a residence check to following a leader, opening an allocation and adding funds to one, for native app clients. Copy trading is served only to residents of a country you have recorded a licence attestation for, in System → Geo → Licence Attestations in core.
- Exits are never gated. Removing funds and unfollowing stay open, because a licensing change must not trap a follower's money.