> For the complete documentation index, see [llms.txt](https://help.signals.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.signals.network/getting-started/strategies.md).

# Strategies

### What is a Strategy?

A trading strategy is a piece of code which interprets incoming data according to a set of rules and outputs a recommendation to buy, sell or wait. Strategies are built up of [technical indicators](/knowledge-base/indicators.md), which calculate the probability of certain market movements by streaming data from currency exchanges and processing it based on a set of rules.

### How do I create a Strategy?

You can use Signals to build your own Strategies, or you can follow someone else's. Signals Framework provides a library of indicators and a coding environment which simplifies the creation process.&#x20;

To start building a strategy right away, visit our tutorial: [Your First Strategy](/getting-started/tutorials/your-first-strategy.md). If you want to follow someone else's strategy, head over to [Follow a Strategy](/getting-started/strategies/strategies-marketplace/subscribe-to-strategy.md).

### Using Strategies

There are many ways to work with strategies. They can be customised through their [code editor](/getting-started/strategies/create-my-strategy/editor.md) and with parameters set in the [Strategy Detail](/getting-started/strategies/create-my-strategy/strategy-detail.md) view. A strategy is Built, Backtested, Deployed, then Followed. It can also be Published to the Strategies Marketplace to make it available to others, giving the author control over access.&#x20;

The process is also reversible. A strategy can be unpublished, unfollowed and undeployed, to free up slots for others. Note that undeploying a strategy can have a knock-on effect of unsubscribing all users who were following it, including its creator. For information about increasing the number of slots available, visit our [Change Plan ](/getting-started/account/change-plan.md)article.&#x20;

Backtest records and the strategy itself can also be removed. Once you delete a strategy, or any record such as backtest details, signals, deployments, etc., they can not be recovered.

### Paper Trades&#x20;

Signals currently uses paper trading to help you automate your trades. This simulates real-time market conditions by drawing trading data from exchanges and performing trades based on the strategy it is running. It does not use real money to execute trades. Users set a portfolio balance and receive signals notifications which they can choose to act on.&#x20;

{% content-ref url="/pages/-LpbRQR3VEluA\_DTG5J2" %}
[Strategy Tools and Settings](/getting-started/strategies/create-my-strategy.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lp8PBrjuZVEqtoYTZ72" %}
[Strategies Marketplace](/getting-started/strategies/strategies-marketplace.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Lla\_pg2TsaPA2I\_OX2D" %}
[Strategy Details](/getting-started/strategies/strategy-details.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LfxrCocJBlV\_rpTAbdd" %}
[Strategy Metrics](/getting-started/strategies/performance-metrics-statistics.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LlaaYgx2\_q0M89\_Go04" %}
[Strategy Types](/getting-started/strategies/strategy-types.md)
{% endcontent-ref %}
