# Advanced Trade Exits

## Overview

**Advanced Trade Exits** provide a suite of sophisticated, proprietary exit conditions designed to identify optimal points to close a trade. These exits operate independently from standard take profit or stop loss levels and are engineered to react to specific market structures and price action dynamics.

Each exit condition is based on a distinct market theory, such as statistical extremes, momentum exhaustion, or price-volume divergence. When enabled, they act as an additional layer of risk management and profit-taking logic, helping to secure gains or cut losses based on nuanced market behavior.

## Settings

Each advanced exit can be enabled individually and tuned using a Sensitivity setting, which controls its responsiveness. A lower sensitivity value results in fewer, more selective exit signals, while a higher value makes the condition more reactive to market changes.

| Setting           | Description                                                                                                                        | Range / Recommended                                                                                                                          |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| **Nova Exits**    | An advanced exit condition designed to identify optimal exit points by analyzing statistical price behavior.                       | <ul><li><strong>On/Off Toggle</strong></li><li><strong>Sensitivity:</strong> 1 - 100</li><li><strong>Recommended:</strong> 30 - 70</li></ul> |
| **Cascade Exits** | An advanced exit condition that triggers based on momentum-driven price movements and market efficiency analysis.                  | <ul><li><strong>On/Off Toggle</strong></li><li><strong>Sensitivity:</strong> 1 - 100</li><li><strong>Recommended:</strong> 30 - 70</li></ul> |
| **Vector Exits**  | An advanced exit condition that identifies potential reversals based on the rate of change in directional price movements.         | <ul><li><strong>On/Off Toggle</strong></li><li><strong>Sensitivity:</strong> 1 - 100</li><li><strong>Recommended:</strong> 30 - 70</li></ul> |
| **Flux Exits**    | An advanced exit condition based on volume-price relationship analysis, designed to detect divergences that may signal a reversal. | <ul><li><strong>On/Off Toggle</strong></li><li><strong>Sensitivity:</strong> 1 - 100</li><li><strong>Recommended:</strong> 30 - 70</li></ul> |
| **Pulse Exits**   | An advanced exit condition that identifies climactic price movements that often precede a reversal or consolidation.               | <ul><li><strong>On/Off Toggle</strong></li><li><strong>Sensitivity:</strong> 1 - 100</li><li><strong>Recommended:</strong> 30 - 70</li></ul> |

## Best Practices & Usage

* **Use Selectively:** It is not recommended to enable all advanced exits simultaneously. Start by testing one or two that align with your strategy's goals (e.g., use momentum-based exits for a trend-following strategy).
* **Tune Sensitivity Carefully:** The optimal Sensitivity setting can vary depending on the asset and timeframe. Use backtesting to find a balance that complements your strategy without causing premature exits.
* **Combine with Standard Exits:** Advanced exits are designed to work alongside your primary take profit and stop loss levels. They serve as an additional confirmation layer, not a complete replacement for basic risk management.
* **Conflict Prevention:** The strategies have a built-in logic that prevents entering a new trade if an opposing advanced exit signal is present on the same bar. This helps avoid immediate reversals after entry.


---

# 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:

```
GET https://docs.lunefi.com/automated-tradingview-trading-strategies/lune-automated-strategies/lune-elara/advanced-trade-exits.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.
