# CFD Trading Guide

#### Contracts for difference (CFDs) <a href="#h_6223c022f4" id="h_6223c022f4"></a>

CFDs are derivative contracts that enable traders to take advantage of short-term changes in an asset’s price without owning the asset itself. Traders can take a position in a financial instrument, ‘buying’ if they think the price will rise or ‘selling’ if they believe it will fall, while only putting down a small percentage of the value of their trade as security – known as trading on margin.

#### Quantity <a href="#h_c581f00bfa" id="h_c581f00bfa"></a>

CFDs are traded in standardised contracts (lots). The size of an individual contract varies depending on the underlying asset being traded, often mimicking how that asset is traded on the market. For equity CFDs, the contract size represents one share in the company you’re trading. So to open a position that mimics buying 500 shares of Apple, you’d buy 500 Apple CFD contracts. This is one way in which CFD trading is more similar to traditional trading than other derivatives like options.

### Order type <a href="#h_c0b2f42254" id="h_c0b2f42254"></a>

For equity CFDs, the price matches the price in the underlying market.

* The buy price (or offer price) is the price at which you can open a long CFD
* The sell price (or bid price) is the price at which you can open a short CFD

Sell prices will always be slightly lower than the current market price, and buy prices will be slightly higher. The difference between the two prices is known as the spread.

### Exposure <a href="#h_e8eca3eaec" id="h_e8eca3eaec"></a>

Exposure is a general term that refers to the total market value of a position and the total amount of possible risk at any given point which is the amount of capital that you stand to lose when you invest in an asset, otherwise known as risk. When investing, financial exposure is limited to the amount that you spend on opening a position – for example if you were to purchase shares which become completely worthless, you would only lose the amount you paid.

When trading with CFDs, your exposure is limited by the stop loss but keep in mind that when trading with leverage your exposure can increase because your capital is amplified beyond the initial outlay, known as your margin (deposit). In these cases, your profit and loss can be magnified.

### Expiry <a href="#h_1c998dc94a" id="h_1c998dc94a"></a>

All orders are sent as Fill or kill. If the order can't be filled in full immediately, it will be cancelled.

### Stop loss <a href="#h_e7f710ddd2" id="h_e7f710ddd2"></a>

When you open your position, you’ll manually set your stop-loss order parameters. If the market moves against you once your position is opened, your stop order is automatically triggered when the price is reached that you’ve set as your stop amount. At this point, the trade is automatically closed to limit further loss. A stop loss is mandatory for all strategies so this limits exposure.

#### Duration <a href="#h_fefacfae1a" id="h_fefacfae1a"></a>

CFD trades have no fixed expiry so traders close a position by placing a trade opposite to the one they opened with. You would close a ‘buy’ position of 10 Microsoft contracts, for instance, by ‘selling’ 10 Microsoft contracts. If you keep a daily CFD position open past the daily cut-off time (typically 10pm UK time, although this may vary for international markets), you’ll be charged an overnight funding fee. This amount reflects the cost of the capital your provider has, in effect, lent you to open a leveraged trade.


---

# 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://trylevel2.gitbook.io/getting-started/trading-glossary/cfd-trading-guide.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.
