Algo Trading Bots 6.0.7

26 August 2026

MOBILEMARKETPLACECOMPLIANCE

Algo Trading Bots v6.0.7

Release Date: August 26, 2026 Tags: MOBILE, MARKETPLACE, COMPLIANCE

Overview

The strategy marketplace is not part of the mobile app, and the app is not sent a backtested return. Selling a trading strategy from a phone, paid from a custodial wallet, is a purchase mechanism app-store rules on in-app purchase reach; a projected or backtested performance figure is a claim about a future that has not happened, which the same rules treat as promoting potential earnings.

Both are refused and stripped at the server rather than only hidden in the build. A product hidden from the interface whose endpoint still answers a mobile request is concealment rather than removal, and that is the more serious finding.

Running your own bots from a phone is unaffected — creating, configuring, starting and stopping all still work. Nothing changes on the web. Requires Core v6.7.2.

Update Instructions

pnpm updator

Restart the backend. There is no database change and no configuration.


Changed

The strategy marketplace is refused to the mobile app

  • Changed every marketplace route — browsing, a strategy's detail, reviews, purchases, the seller dashboard, submitting, publishing and creating a bot from a purchased strategy — to refuse a native app client with a message saying so.
  • The refusal deliberately does not name the web as the place to buy one. An in-app pointer to an outside purchase mechanism is itself the violation.
  • Browsers are unaffected.

The app is not sent projections or backtested returns

  • Changed the bot list, a bot's detail, its statistics, the strategy list and the strategy templates to strip forward-looking figures from a native response — expected return, projected profit and backtested performance.
  • What a bot has actually made is untouched. Realised profit and loss is the customer's own record and removing it would leave them unable to see what their money did. The line is between a claim about the future and a fact about the past.