# Hoe komt het dat bij de UpDown strategie de koers soms boven het doelpercentage komt, maar de trader

Bij de UpDown strategy moet de slotkoers boven de doelkoers sluiten (slotkoers wordt telkens na 1 minuut bepaald), waarbij aankoopkoers + rendement = doelkoers.&#x20;

Als de koers binnen de minuut boven de doelkoers komt maar onder de doelkoers sluit, neemt de trader geen actie. In deze minuut wordt namelijk de zogenaamde candle gevormd. Deze candle bepaald na een minuut de eindkoers van die minuut. Die koers is dus bepalend voor de doelkoers.&#x20;

Bij BBT strategie worden candles van 5 minuten gevormd en de slotkoers dus iedere 5 minuten vastgesteld.


---

# 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.bitbrokertrade.com/overig/faq/foutmeldingen/hoe-komt-het-dat-bij-de-updown-strategie-de-koers-soms-boven-het-doelpercentage-komt-maar-de-trader.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.
