> For the complete documentation index, see [llms.txt](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages.md).

# Indicator Packages

- [TradingView Indicators](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/tradingview-indicators.md): Setup Guide For: (Nexgen's) TradingView Indicators.
- [1. Indicator Descriptions](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/tradingview-indicators/1.-indicator-descriptions.md): Detailed Descriptions Of Nexgen's Indicators For TradingView
- [2. TradingView Tips](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/tradingview-indicators/2.-tradingview-tips.md): TradingView Platform Tips
- [Understand Trend & Momentum](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/tradingview-indicators/understand-trend-and-momentum.md): Understand How To Read Nexgen's Trigger Lines.
- [Understand Termination Conditions](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/tradingview-indicators/understand-termination-conditions.md): Understand When The Trend Is Likely To Stop.
- [Understand Entry Opportunities](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/tradingview-indicators/understand-entry-opportunities.md): Understand The Best Trade Entry Areas.
- [Understand High Probability Trades](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/tradingview-indicators/understand-high-probability-trades.md): Understand High Probability Trading Rules.
- [Understand Trade Management](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/tradingview-indicators/understand-trade-management.md): Understand Trade Management Techniques.
- [NinjaTrader 8 Indicators](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/ninjatrader-8-indicators.md): Setup Guide For: (Nexgen's) Ninja Trader 8 Indicators.
- [1. The Indicators](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/ninjatrader-8-indicators/1.-the-indicators.md): Understand The Basics Of Nexgen's Indicators.
- [2. Trend & Momentum](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/ninjatrader-8-indicators/2.-trend-and-momentum.md): Understand How To Read Nexgen's Trigger Lines.
- [3. Termination Conditions](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/ninjatrader-8-indicators/3.-termination-conditions.md): Understand When The Trend Is Likely To Stop.
- [4. Entry Opportunities](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/ninjatrader-8-indicators/4.-entry-opportunities.md): Understand The Best Trade Entry Areas.
- [5. High Probability Trades](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/ninjatrader-8-indicators/5.-high-probability-trades.md): Understand High Probability Trading Rules.
- [6. Trade Management](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/ninjatrader-8-indicators/6.-trade-management.md): Understand Trade Management Techniques.
- [T3 Trend Trade Strategy](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/ninjatrader-8-indicators/t3-trend-trade-strategy.md): This page will describe and provide instructions on how to apply and using the T3 Trend Trading automated system version  that incorporates small chart entry and exit logic.
- [T3 Trend Matrix Strategy](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/ninjatrader-8-indicators/t3-trend-matrix-strategy.md): This page will describe and provide instructions on how to apply and using the T3 Trend Matrix Trading  system that is a 1 chart all inclusive upgrade to the T3 Trend Trade Strategy.
- [T3 ProMatrix Strategy](https://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages/ninjatrader-8-indicators/t3-promatrix-strategy.md): This page will describe and provide instructions on how to apply and using the T3 Pro Matrix Trading system, which is a 1-chart all-inclusive system based on Volume Analysis.


---

# 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://nexgen-software-services.gitbook.io/nexgens-software-day-trading-documentation/indicator-packages.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.
