> For the complete documentation index, see [llms.txt](https://help.topstepx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.topstepx.com/components/trader-hub.md).

# Trader Hub

## Trader Hub Component

The Trader Hub, powered by Financial Juice, delivers a real-time overview of major market news and economic events. It is designed to keep traders updated on significant market developments and economic indicators, aiding in more informed trading decisions.

<figure><img src="/files/H9jHTlgpYs4bBw4nwmwE" alt=""><figcaption><p>Trader Hub</p></figcaption></figure>

### Market News Feed

The Market News feed provides up-to-date, real-time information on market developments and breaking news.

### Economic Events Calendar

The Economic Events Calendar provides a detailed, real-time schedule of global economic events and key data releases. The timezone of the calendar is linked to your PC timezone. The calendar is divided into 4 columns:

1. Time and Date: Indicates when the economic event or data release is scheduled to occur.
2. Actual: Shows the real, observed value or outcome of the economic event or data release.
3. Forecast: Displays the predicted or expected value for the event, often based on analysts' or economists' estimates
4. Previous: Lists the last reported value for the same event or data release, providing a point of comparison to assess changes and trends.

The economic events are color-coded based on their importance and overall impact to the markets. Review the meaning of the color codes in the table below:

| Color Code | Level of Impact |
| :--------: | :-------------: |
|     Red    |       High      |
|   Orange   |      Medium     |
|   Yellow   |       Low       |

#### Trading High-Impact News Events&#x20;

{% hint style="danger" %}
When trading during major economic new events, it's important to be aware of the increased risks involved. These events can cause significant market volatility, leading to rapid price movements and potential slippage. This volatility can result in wider spreads and unexpected market reactions, making it more challenging to execute trades at desired prices. While trading around these events can present opportunities, it also increases the risk of substantial losses.
{% endhint %}


---

# 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://help.topstepx.com/components/trader-hub.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.
