# Grid Quantitative Trading

The spot grid strategy is an automated strategy that executes buy low and sell high in a specific price range. Users only need to set the highest and lowest prices in the range, determine the number of grids to be subdivided, and then start running the strategy. The strategy will calculate the price of buying low and selling high for each small grid, and automatically place orders.

## Spot grid trial scenarios

The core of the spot grid is "sell high and absorb low and volatile arbitrage", so this strategy is very suitable for volatile market and volatile rising market. If the market falls, it will bring you the corresponding risk of loss.

## FB team's original trading solution

On the basis of basic grid trading, the FB team has optimized the design according to the mainstream such as BTC and ETH. The entire trading strategy spans the entire Bitcoin market over the years, taking all risk factors into consideration to maximize the stability and security of investment. .


---

# 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://fbbank.gitbook.io/en/investment-strategy/grid-quantitative-trading.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.
