> For the complete documentation index, see [llms.txt](https://onyxcrypto.gitbook.io/onyxcrypto-education-resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onyxcrypto.gitbook.io/onyxcrypto-education-resources/crypto-trading-basics/what-is-crypto/trading-strategy.md).

# Trading Strategy

A successful trading strategy is one that aligns with your personal goals and risk tolerance, is based on sound principles and that you can consistently execute with discipline. Here are some key elements that a successful trading strategy may have:

These objectives below should be discussed with a licensed professional and you should always do your research, Onyx is purely educational and don't take your personal and investment goals into account when educating you.

1. Clear objectives: A successful strategy should define your investment goals, such as what you're trying to achieve and what your desired outcome is.
2. Risk management: A successful strategy should take into account the potential risks associated with the market and implement measures to manage these risks. This may include setting stop-loss orders, diversifying your portfolio and managing your trade size.
3. Analytical approach: A successful strategy should use a combination of fundamental analysis and technical analysis to identify trading opportunities and make informed decisions. It also should be tested with historical data and constantly updated.
4. Flexibility: A successful strategy should be flexible enough to adapt to changing market conditions. This means you should be able to adjust your positions as the market evolves, and be able to exit losing positions quickly.
5. Consistency: A successful strategy should be consistent in terms of the methods and approach used in trading. It should also align with your personal style and be something that you are comfortable executing consistently.
6. Emotions: A successful strategy should include the ability to detach emotions from trading decisions and avoid the pitfalls of impulsive decisions based on fear or greed.
7. Backtesting and Forward-testing: A successful strategy should be tested with historical data and have good performance. However, it also should be forward-tested, meaning you need to monitor the strategy's performance in real-time with live markets to get an idea of how it would perform if implemented.


---

# 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://onyxcrypto.gitbook.io/onyxcrypto-education-resources/crypto-trading-basics/what-is-crypto/trading-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.
