> For the complete documentation index, see [llms.txt](https://alphapilot.gitbook.io/docs.alphapilot.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alphapilot.gitbook.io/docs.alphapilot.tech/getting-started/strategy.md).

# Strategy

## <mark style="color:green;">I. What is Quantitative Trading?</mark>

Quantitative trading is an intelligent investment approach based on mathematical models and data analysis. It helps investors eliminate emotional bias and execute trading decisions objectively and efficiently through programming and algorithms.

***

## <mark style="color:green;">II. What Strategies Does AlphaPilot Support?</mark>

AlphaPilot supports various quantitative trading strategies to meet different user needs:

**1.Price Action** &#x20;

Based on historical price movements and market volatility to identify trading opportunities.

**2.Trend Master Strategy**

Forms trading decisions through comprehensive analysis of key market trends and patterns, delivering actionable trading signals to seize profitable opportunities.

**3.Symbol Advisor Strategy**

Makes trading decisions through comprehensive analysis of market trends across 380+ trading symbols, delivering precise buy signals tailored to individual trading objectives.

**4.SOL Scalper**

A short-term Solana trading strategy, leveraging trend, momentum, and volatility indicators to generate high-probability trade signals.

**5.Multi-Factor(Coming soon)**

Makes trading decisions through comprehensive analysis of multiple market factors (technical indicators, fundamental data, etc.).

**6.DCA (Coming soon)**

Dollar-Cost Averaging(DCA) is designed for large capital investments seeking stable returns through systematic allocation.

**7.Event-Driven(Coming soon)**

Trades based on major market events (earnings releases, macroeconomic data, etc.) to quickly capture market sentiment changes.

***

## <mark style="color:green;">III. How to Choose Your Strategy?</mark>

When selecting a strategy, consider these factors:

1. **Risk Tolerance**\
   How much volatility can your capital handle? Higher risk means higher potential returns, while lower risk offers more stable returns.
2. **Investment Goals**\
   Are you aiming for short-term gains or long-term stable growth?
3. **Trading Instruments**\
   Do you primarily trade cryptocurrencies, stocks, or other assets?
4. **Market Volatility**\
   Is the current market highly volatile or relatively stable? Different strategies suit different market conditions.

***

## <mark style="color:green;">IV. What Are the Risks?</mark>

While quantitative strategies are efficient, they come with the following risks:

1. **Model Failure Risk**\
   Strategies based on historical data may fail when market conditions change.
2. **Market Volatility**\
   Strategies may not handle extreme market movements well, such as during financial crises or major policy changes.
3. **Regulatory Risk**\
   Changes in market regulations may impact strategy performance.
4. **Data Latency and Quality**\
   Delayed or inaccurate data may lead to lagged or incorrect trading signals.

For example, failing to account for sudden major events (like NFP data or central bank meetings) can pose significant risks.

*Note: Past performance does not guarantee future results. Regular monitoring and strategy adjustment are necessary to adapt to market changes.*


---

# 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://alphapilot.gitbook.io/docs.alphapilot.tech/getting-started/strategy.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.
