---
title: "Create new autofollow strategy"
method: POST
path: "/autofollow/strategies"
tags: ["Autofollow API"]
---

# Create new autofollow strategy

`POST /autofollow/strategies`

Create new autofollow strategy

## Request body

- object
  - `strategy` NewStrategy
    - `author` string
    - `userid` integer
    - `authorid` integer
    - `name` string
    - `description` string
    - `fulldescription` string
    - `guid` string
    - `symbols` string
    - `apr` number
    - `drawdown` number
    - `marketname` string
    - `folder` string
    - `content` string
    - `timeframe` string
    - `positionsize` string
    - `multiposition` integer
    - `limitorder` integer
    - `minimuminvestment` number
    - `riskscoremin` integer
    - `riskscoremax` integer
    - `risklevel` integer
    - `rateid` integer

## Response `200`

Successful operation

- object
  - `strategyid` integer

## Other responses

- `500` — Error

---

[API](https://skmtc.net/tradematic/apis/tradematic-api.md) · [All operations](https://skmtc.net/tradematic/apis/tradematic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradematic/tradematic-api/versions/0af5aabcd3d2/schema)
