> ## Documentation Index
> Fetch the complete documentation index at: https://docs.luxalgo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Pre-made Templates

You can find the pre-configured scripts below adapted for various use cases. To use them, simply copy the script code and paste them in the "Condition Input Field" setting.

## S\&O Toolkit

### Confirmation Signals during New York Session

```
{bullish_confirmation_any} and {0900-1700} or {bearish_confirmation_any} and {0900-1700}
```

Use UTC-5 as timezone.

### Optimal Sensitivity Change

```
{optimal_sensitivity} != {optimal_sensitivity[1]}
```

### Early short signal, weak trend confirmation above smart trail

```
{bearish_confirmation_any} and {ml_classifier} < 3 and {bullish_smart_trail}
```

### Reversal setup, Confirmation exit into strong trend change

```
{confirmation_exits} then {bearish_confirmation_any} then {barcolor} == -1
```

### Contrarian inside upper Reversal Zone

```
{bearish_contrarian_any} and {close} > {rz_r2} and {close} < {rz_r3}
```

### Price Retesting Smart Trail with bearish confirmation

```
{bearish_confirmation_any} and {bearish_smart_trail} or {high} crossover {smart_trail_extremity} and {bearish_smart_trail}
```

### Strong Buy Signal with Volume Confirmation

```
{bullish_confirmation+} and {volume} > {volume[1]} and {trend_strength} > 60
```

### Smart Trail Trend Change with Confirmation

```
{bullish_smart_trail} and not {bullish_smart_trail[1]} and {bullish_confirmation_any}
```

### Exit During High Volatility & Squeeze

```
{exit_sell} and {volatility} > 75 and {squeeze} > 80
```

### Strong Trend with Multiple Indicators

```
{bullish_catcher} and {bullish_tracer} and {bullish_neo} and {trend_strength} > 70
```

### Neo Cloud Breakout with Volume

```
{close} cross {neo_lead} and {volume} > {volume[1]}
```

### Take Profit Reached

```
{close} cross {tp1} or {close} cross {tp2}
```

### Stop Loss Reached

```
{close} cross {sl1} or {close} cross {sl2}
```

### Strong Trend Shift

```
{bullish} = {bullish_confirmation_any} and {bearish_smart_trail[1]} and {volatility} > 50
{bearish} = {bearish_confirmation_any} and {bullish_smart_trail[1]} and {volatility} > 50
{bullish} or {bearish}
```

## PAC Toolkit

### Bearish Order Block Creation with Bullish Volume

```
{bear_ob} and {ob_buy_volume} > {ob_sell_volume}
```

### Swing / Internal CHOCH Confluence

```
{bull_schoch} and {bull_ichoch} or {bull_schoch+} and {bull_ichoch+}
```

### Order Block Mitigation Setup

```
{bull_ob_mitigated} and {bullish_grab}
```

### Premium Zone Trading

```
{premium} and {bull_imbalance} and {swing_high} < {close}
```

### Multiple Block Confluence

```
{bull_ob_within} and {bull_imbalance_within}
```

### Trendline Break with Structure

```
{trendline_up_break} and {bear_ichoch}
```

### High-Probability Reversal

```
{bear_ob_entered} and {bearish_grab} and {prev_week_high} < {close}
```

### Key Bullish Level Break

```
{any_choch} = {bullish_ichoch} or {bullish_ichoch+} or {bullish_schoch} or {bullish_schoch+}
{close} > {prev_day_high} and {any_choch}
```

### Complex Structure Analysis

```
{bull_bb} and {bull_imbalance_entered} and {trendline_up_new}
```

## Oscillator Matrix Toolkit

### Strong Reversal Signal

```
{reversal_up+} and {bullish_divergence} and {hyperwave} > {hyperwave_signal}
```

### High Confluence Setup

```
{bullish_confluence} == 2 and {moneyflow} > 60 and {overflow} > 70
```

### Oversold Bounce

```
{oversold_bullish_hyperwave_signal} and {bullish_divergence} and {confluence_meter} > 70
```

### Multiple Indicator Confirmation

```
{regular_bullish_hyperwave_signal} and {reversal_up+} and {moneyflow} crossover 50
```

### Divergence with Momentum

```
{bullish_divergence} and {hyperwave} crossover {hyperwave_signal} and {moneyflow} > 50
```

### Strong Trend Confirmation

```
{bullish_confluence} > 0 and {overflow} > 60 and {moneyflow} > {moneyflow[1]}
```

### HyperWave Signal with Confluence

```
{regular_bullish_hyperwave_signal} and {bullish_confluence} == 2 and {confluence_meter} > 80
```

### Major Reversal Pattern

```
{reversal_up+} and {moneyflow} > 70 and {hyperwave} > {hyperwave[1]}
```

### Early Trend Detection

```
{regular_bullish_hyperwave_signal} and {moneyflow} crossover 30 and {overflow} > 50
```

### High Probability Setup

```
{bullish_divergence} and {reversal_up+} and {bullish_confluence} == 2 and {confluence_meter} > 75
```
