> For the complete documentation index, see [llms.txt](https://smrtalgo.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smrtalgo.gitbook.io/docs/indicators/smrt-algo-scalper-bot.md).

# SMRT Algo Scalper Bot

The SMRT Algo Scalper Bot is an effective and highly customizable tool designed to pinpoint areas suitable for executing profitable trades. Utilizing a combination of signals and checks, it identifies high-probability trades while consciously avoiding unstable price fluctuations. Thanks to our innovative algorithm, the Scalper Bot can steer clear of poor trading conditions and seize opportunities in both trending and flat markets.

Every aspect of the Scalper Bot's settings can be tailored to your needs, including custom Take Profit (TP) and Stop Loss (SL) settings, along with specific TP/SL conditions. This flexibility allows for a unique alignment with your trading goals and risk tolerance, regardless of the asset or timeframe you intend to trade.

It can be calibrated to work precisely with various market conditions, whether you're dealing with cryptocurrencies, commodities, stocks, or forex.

<figure><img src="/files/Vubbg6qM1C4tCzzO1Mvm" alt=""><figcaption></figcaption></figure>

For further ease in customization, we recommend using the Tradingview Bot Optimizer Chrome Extension. This tool can automatically run back-tests, simplifying your search for the most efficient settings: <https://chrome.google.com/webstore/detail/the-optimiser-tradingview/emcpjechgmpcnjphefjekmdlaljbiegp>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://smrtalgo.gitbook.io/docs/indicators/smrt-algo-scalper-bot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
