# Presets

Anyone of these indicators will plug directly into the PSStrategyX tool. Some are links to TradingView publications and others are modified scripts that you will need to copy and paste into your pine editor and manually add to chart.&#x20;

* [\[pp\] Signal Generator](https://www.tradingview.com/script/p3Bqr6fq-pp-Signal-Generator/) - This is useful for testing the strategy tester and making sure you've set up everything correctly.&#x20;
* [2 MA Cross](/tools/setup-instructions/generate-trading-signals/presets/2-ma-cross.md) - Simple and Effective Moving Average Crossover.&#x20;
* [Reversal Signals \[LuxAlgo\]](/tools/setup-instructions/generate-trading-signals/presets/reversal-signals-luxalgo.md) - Signal Generator Of a Popular TV Script
* [SuperTrend](/tools/setup-instructions/generate-trading-signals/presets/supertrend.md) - Adaptation of the popular built-in SuperTrend indicator.
* More coming soon...


---

# 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://docs.pinescriptstrategy.com/tools/setup-instructions/generate-trading-signals/presets.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.
