> For the complete documentation index, see [llms.txt](https://help.margex.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.margex.com/help-center/tr/leverage-trading-guide/orders-and-positions/manage-orders.md).

# Sipariş Verme ve Yönetme

## **Nasıl Sipariş Verilir**

Bir sipariş vermek için hesabınızın [Ticaret ](https://margex.com/app/trade)sayfasına gidin:

![34How to place an order.png](https://strapi-secret-uurl-yuasdll767ew.margex.ch/uploads/34_How_to_place_an_order_0b0af2a02b.png)

1. **Ticaret yapmak istediğiniz varlığı seçin.**
2. **Sipariş parametrelerini belirleyin:**

* Teminat olarak kullanılacak para birimi
* Sipariş türü
* Sipariş miktarı (büyüklüğü)
* Kaldıraç
* Limit veya Stop siparişi veriliyorsa, limit veya stop fiyatı

3. **Siparişinizi verin:**

* **BUY (AL)** tuşuna basarak uzun (long) bir sipariş verin.
* **SELL (SAT)** tuşuna basarak kısa (short) bir sipariş verin.

Once an order is executed it will be filled and a corresponding position will be opened. All open positions and unfilled active orders will be reflected in the [Open Positions and Active Orders modules](/help-center/tr/leverage-trading-guide/trade-interface.md#orders-and-positions-management-section) respectively.

Bir sipariş yerine getirildiğinde doldurulur ve buna karşılık gelen bir pozisyon açılır.

* [**Açık pozisyonlar**](/help-center/tr/leverage-trading-guide/orders-and-positions/manage-positions.md) Ticaret modülündeki **Açık Pozisyonlar** sekmesinde görüntülenir.
* **Henüz doldurulmamış siparişler** [**Aktif Siparişler**](/help-center/tr/leverage-trading-guide/orders-and-positions/manage-orders.md) sekmesinde gösterilir.

Hesap [**Ayarlar** ](https://margex.com/app/settings)menüsünde **‘Anında Siparişler’** seçeneği etkinleştirilebilir:

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

Bu özellik, ek onay pencerelerini kaldırarak siparişlerin daha hızlı verilmesini sağlar.

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

{% hint style="info" %}
**‘Anında Siparişler’ etkinleştirildiğinde**, sipariş parametreleri dikkate alınarak **BUY (AL) veya SELL (SAT) düğmesine basıldığında siparişler anında yerleştirilir.**
{% endhint %}

**Dikkat:** Bu özelliği kullanırken yanlışlıkla sipariş vermemeye özen gösterilmelidir.

## **Aktif Bir Sipariş Nasıl İptal Edilir?**

Tüm aktif siparişler [**Aktif Siparişler**](/help-center/tr/leverage-trading-guide/orders-and-positions/manage-orders.md) bölümünde görüntülenir. Bu bölüm, tüccarların aktif ve doldurulmamış siparişleri gözden geçirmesine ve iptal etmesine olanak tanır.

Bir siparişi iptal etmek için:

* **İptal etmek istediğiniz siparişin karşısındaki ‘İptal’ düğmesine tıklayın.**
* **Tüm aktif siparişleri iptal etmek için ‘Tümünü İptal Et’ düğmesine basın.**

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


---

# 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.margex.com/help-center/tr/leverage-trading-guide/orders-and-positions/manage-orders.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.
