> For the complete documentation index, see [llms.txt](https://docs.algoboxpro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.algoboxpro.com/essential-tips-and-techniques/4-types-of-stop-losses.md).

# 4 Types of Stop Losses

AlgoBox™ offers four types of stop losses: Boxes, Dots, Crosses, and Triangles. Use them strategically to manage your risk.

<figure><img src="/files/n34ioHrQGbc0UgmHrYMC" alt=""><figcaption><p>The AlgoBox™ strategies utilize four types of stop losses: Box, Dot, Cross and Triangle.</p></figcaption></figure>

For bullish scenarios, stop losses are ideally placed behind (under) the Box, Dot, Cross or Triangle.

For bearish scenarios, stop losses are ideally placed behind (above) the Box, Dot, Cross or Triangle.<br>

* <mark style="color:yellow;">Box:</mark> Refers to the [PRZ boxes of Auto Harmonic Patterns.](/fundamentals/harmonic-patterns.md)
* <mark style="color:yellow;">Dot:</mark> Refers to [FibDots](/fundamentals/fibellidott.md) and [FlowMaster™ Enigmas.](/fundamentals/flowmaster-tm-enigma.md)
* <mark style="color:yellow;">Cross:</mark> Refers to [FlowMaster™ Crosses](/fundamentals/flowmaster-tm-cross.md) and [FlowMaster™ Alpha Omega Crosses](/fundamentals/flowmaster-tm-alpha-omega.md).
* <mark style="color:yellow;">Triangle:</mark> Refers to the [Divergence Triangles from the Ultimate OBOS indicator.](/fundamentals/ultimate-obos-divergence.md)<br>

{% hint style="info" %} <mark style="color:yellow;">Deciding on the Box, Dot, Cross, or Triangle depends on which strategy you've chosen to use.</mark>\
\ <mark style="color:yellow;">The Ultimate OBOS Triangle is a powerful tool for larger charts like Tide and Wave. Use it carefully, as setting your stop loss here can increase risk.</mark>
{% endhint %}

***

## Video Tutorial: Types of Stops

{% embed url="<https://youtu.be/PCnoVJZXt0Q>" %}
WATCH: This short video explains the 4 types of stop losses within the AlgoBox™ system.
{% endembed %}

{% embed url="<https://youtu.be/FkTQX2Rb22Y?si=zx6p0yhB4oIoYprY>" %}
WATCH: Vinny E. Mini teaches the three stop types. The Triangle stop loss was established after this video was recorded.&#x20;
{% endembed %}

***

Only available on AlgoBox™ for NinjaTrader 8. [Try AlgoBox™ for free today.](https://www.algoboxpro.com/start-trial)

[Disclaimer](/links/disclaimer.md)


---

# 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://docs.algoboxpro.com/essential-tips-and-techniques/4-types-of-stop-losses.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.
