# Schedule a trade

## Overview

Scheduling a trade means asking Obside to **execute a specific operation**, at a given time or when a condition is met. It's the simplest level of automation: no continuous strategy to design, just an action to schedule.

You can schedule:

* A buy or sell at a fixed time.
* A buy or sell conditional on a market event (price breakout, macro release, earnings…).
* An order with built-in risk management (stop-loss, take-profit, position size).

## How to phrase your request

Describe the operation as if you were briefing an assistant: **what to buy or sell, when, and under which conditions**.

{% hint style="success" %}
The more precise your request (amount, asset, time, conditions, risk management), the less Obside will need to come back to you for clarification.
{% endhint %}

## Example requests

{% hint style="info" %}
**Example #1 — Buy at a fixed time**

"Buy $500 of QQQ at market open next Monday."
{% endhint %}

{% hint style="info" %}
**Example #2 — Conditional buy on macro event**

"Buy 1 micro gold contract if US inflation YoY beats expectations, with a -5% stop-loss and +7% take-profit."
{% endhint %}

{% hint style="info" %}
**Example #3 — Price breakout with volume filter**

"Buy $2,000 of AAPL if it breaks above $230 with volume 30% above the 20-day average."
{% endhint %}

***

## What's next?

Once your trade is scheduled, it becomes an **agent** accessible in the [Agents](/agents/introduction.md) section. You can track its status, edit it, or pause it at any time.


---

# 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://docs.obside.com/obside-chat/automate-your-trading/schedule-a-trade.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.
