Start freeSign in
Developers

Sonar Lab strategies for your bot

Sonar Lab strategies span a range of markets: gold and silver, the FX majors, crypto, indices, and oil. Your bot discovers them through one endpoint and routes any of them to the user's account. Each strategy is a record you read, never a recipe you copy.

Browse the strategiesList them via the API

Discover strategies by market

A single call returns every available strategy as a record: what it trades, its timeframe, and the subscription tier it needs. Your bot filters by instrument or timeframe and routes the ones it wants. The markets covered include:

  • Metals: gold and silver.
  • FX majors: the euro, sterling, yen and Swiss franc pairs.
  • Crypto: bitcoin, ether and other major coins.
  • Indices and oil: equity index and energy markets.

Route one, scale it, read it

Routing a strategy records intent on the connected account at your chosen size, from 1x to 10x. The relay decides whether an order is placed, under its own gates. Your bot then reads the account state and a record of the positions the strategy opened, so a user can always see what ran on their account.

A record, never the recipe

A strategy's composition, the signals and rules that make it work, stays on Sonar's servers and is never returned by the API. You integrate a maintained strategy without ever holding its internals, and no page or endpoint reveals them. Sonar does not promise a return, and reports no performance figure.

Go deeper

The strategy catalogue
Every strategy, one page each, on GitHub.
OpenAPI spec
The list endpoint and its record shape.
Building bots
Route strategies from any platform.
Developers overview
The whole integration, four calls.