# Stride

## Edge

Stride är en klassisk jämnviktspendlande strategi. Köp görs när vi har haft ett kortsiktigt fallande moment. Köp görs strax innan marknaden stänger.

## Exit

Sälj signal ges vid ett överköpt läge i två steg. Sälj kan göras innan stägning eller vid öppning.

### In/Urskalning

Skulle en ny köp signal triggas innan hela positionen sålts så fylls positionen upp.&#x20;

### Backtest av strategin

SPY (SP500) och QQQ (Nasdaq100) som en portfölj från 2012.

<figure><img src="https://lh7-us.googleusercontent.com/kLNqk4wLQVW-GjQLejiYHXgnpZOw6BZzUSS-gP2ZSynAZgd9NLiVn7mZQ4xyIBGwIHKX5JuX0I9VGFfkB9ka5YMRHe9WHg4xqaWzPBx-ydtzpdZqOPxqvrbfpj4TCsUVjDkMnQsIEYHV575aE6yhgg" alt=""><figcaption></figcaption></figure>


---

# 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://wiki.algopal.com/algoritmer/stride.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.
