# The Live and Simulated Accounts

<figure><img src="/files/GGJoy7KniAsw9o4aDlDJ" alt="" width="400"><figcaption><p>Changing account type</p></figcaption></figure>

* The offline mode is typically used in batch testing.
* The simulated mode is using live data feed, having functionality as in live mode.
* The trading mode can be hot-changed, as the IDE contains full accounting and trading data for live and simulated mode.

<figure><img src="/files/isSpSGJIucsIHTwx3ut8" alt=""><figcaption></figcaption></figure>

* All trades and open positions are shown in the Account Window.
* Symbols can be hedged, In this example with LTC/USDT: The user has an open position, two ATS have open positions, ATS 1 and ATS 4.

<figure><img src="/files/KZHHm7X4jxO2m9WcVyGR" alt=""><figcaption></figcaption></figure>

* The Spread (<>)  is logged before sending the order for execution.
* The Slippage ( ! ) is calculated when receiving the filled order.
* Latency is calculated when receiving the filled order.
* Latency is set to 500ms in Simulated mode.


---

# 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://tradingide.gitbook.io/tradingide/undefined/platform-and-features/the-live-and-simulated-accounts.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.
