# Automated Trading Setups

### Automated trading in SC

There are a few ways to go about automated trading in SC.&#x20;

* There is a built-in study with [spreadsheets](https://www.sierrachart.com/index.php?page=doc/SpreadsheetSystemsAlertsAndAutomatedTrading.php) that allows you to do a few things.&#x20;
* If you are a programmer, there is the possibility to create a custom study that does exactly what you want.&#x20;
* Another option is to use tools from third party developers like myself. An AT system made with ACSIL (the SC custom study language) is faster than a spreadsheet based system and can have more custom functionality.&#x20;

I have created the [SST AT Study Bundle](https://sst.frl/getat) that will make things a bit easier for most of you. The SST AT study inside this bundle is not a small study (it uses the maximum number (128) of inputs a custom study can have) and requires some time to get to know it.

![SST Automated Trading Study bundle](/files/1HqIm6pnKMP5ub81TTGv)

I created this custom AT study bundle based on my own Automated Trading requirements and some general requirements from work I did in creating specific trading systems for private clients. The SST AT and the other studies in the bundle are made so you can create your own system and quickly test run your trade idea.

You can try it out with a free trial. The [SST AT](https://www.simplesystemtrading.com/check-out-sst-at/) is mainly a DIY bundle. You can use the [SST blogs ](https://www.simplesystemtrading.com/blog/)and videos as examples to get started and try your own ideas.

### AT chartbooks / consulting / custom work

In case you are stuck or do not have the time to figure things out, you can also contact me for some consulting and chartbook adjustments. This is not a free service.

Follow up with me to see if you need any help or require a custom signal or support study to automate your trading edge. The best way to get started is [getting in touch and start a conversation](https://www.simplesystemtrading.com/contact/#message).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.simplesystemtrading.com/sst-services/automated-trading-setups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
