# US Pivot Breaker

## Edge <a href="#edge" id="edge"></a>

Intradags handlesstrategi, kan ta position när som helst under dagen, stänger position innan stängning eller om stop loss triggar. Strategin tar en köp position om två dagars pivots första resistans nivå bryts och strategins filter tillåter köp. Strategin tar bara långapositioner, inga kort postioner.

## Exit <a href="#exit" id="exit"></a>

Positionen stängs innan stägning eller om stop loss triggas.

## **Inställningarr i Sell skriptet** <a href="#instaellningar-och-filter-i-sell-och-cover-skripten" id="instaellningar-och-filter-i-sell-och-cover-skripten"></a>

<figure><img src="/files/2eRApNdjn2rDYh8d7zS2" alt=""><figcaption></figcaption></figure>

Som standard används en ATR stopp. Antalet ATR perioder som analyseras justeras i "*stop\_period:=10"*. I raden ”*stop\_size:=0.40*” ändras storleken på ATR stoppen.

## Backtest av strategin <a href="#backtest-av-strategin" id="backtest-av-strategin"></a>

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

<figure><img src="https://lh7-us.googleusercontent.com/MfGLsWoCxW_Ha05vWlz2ea6D8xriWjoknPeyFblJfDrBrTrSH1w40wURLSTaIZMiCpzDt6XqmyHhW2_zEb-6LM_NV5Ip78zJpiX4JZE98FGzKZUoVZAerbqMDyZmWUE_3-JETN3XyH3XA_7Wr7BzKQ" alt=""><figcaption></figcaption></figure>

*AlgoPal US Pivot Breaker och* [*AlgoPal Soros*](/algoritmer/soros.md) *kan handlas mot samma testkonto.*&#x20;

Resultat med AlgoPal US Pivot Breaker och [AlgoPal Soros](/algoritmer/soros.md) på samma konto.

<figure><img src="https://lh7-us.googleusercontent.com/QKkPefxqbY7wA2DoHWNExuDQPblaBZes7xrrrml_8OiS9gd8egx6WsCw2a7IlnBuLc1ixrEi0zwnBio0TvNtfkwHSjyZMQIBBD5FHX372GJPaSUQ3yZQhB_cN_u7o78luM4yrx-V4ONYGzsQX2pLow" alt=""><figcaption></figcaption></figure>

<br>


---

# 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/us-pivot-breaker.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.
