> For the complete documentation index, see [llms.txt](https://tommytradingchannel.gitbook.io/tommy_trading/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tommytradingchannel.gitbook.io/tommy_trading/master.md).

# 소개글

일상생활토안녕하세요!&#x20;

급변하는 21세기 금융시장에 최적화된 기법, 지표, 전략들을 연구/개발하여 트레이딩을 하는 토미의 트레이딩 TV 입니다.&#x20;

투자 하시는데 있어 조금이라도 더 도움 드리고자 이 웹페이지에 정리를 하게 되었습니다.

아래 링크들 꼭 들어오셔서 도움 받아가시기를 바랍니다.

{% embed url="<https://www.youtube.com/@TommyTradingTV>" %}

{% embed url="<https://www.instagram.com/tommy.park>" %}
인스타그램
{% endembed %}

{% embed url="<https://kr.tradingview.com/u/Tommy_Trader/>" %}
트레이딩뷰
{% endembed %}

{% embed url="<https://t.me/tommy_trading>" %}
텔레그램 채널
{% endembed %}


---

# 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://tommytradingchannel.gitbook.io/tommy_trading/master.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.
