# Pre-made Templates (/platform/algos/alert-scripting/readymade-scripts)



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 [#so-toolkit]

### Confirmation Signals during New York Session [#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-change]

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

### Early short signal, weak trend confirmation above smart trail [#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 [#reversal-setup-confirmation-exit-into-strong-trend-change]

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

### Contrarian inside upper Reversal Zone [#contrarian-inside-upper-reversal-zone]

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

### Price Retesting Smart Trail with bearish confirmation [#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 [#strong-buy-signal-with-volume-confirmation]

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

### Smart Trail Trend Change with Confirmation [#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-during-high-volatility--squeeze]

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

### Strong Trend with Multiple Indicators [#strong-trend-with-multiple-indicators]

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

### Neo Cloud Breakout with Volume [#neo-cloud-breakout-with-volume]

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

### Take Profit Reached [#take-profit-reached]

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

### Stop Loss Reached [#stop-loss-reached]

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

### Strong Trend Shift [#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 [#pac-toolkit]

### Bearish Order Block Creation with Bullish Volume [#bearish-order-block-creation-with-bullish-volume]

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

### Swing / Internal CHOCH Confluence [#swing--internal-choch-confluence]

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

### Order Block Mitigation Setup [#order-block-mitigation-setup]

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

### Premium Zone Trading [#premium-zone-trading]

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

### Multiple Block Confluence [#multiple-block-confluence]

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

### Trendline Break with Structure [#trendline-break-with-structure]

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

### High-Probability Reversal [#high-probability-reversal]

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

### Key Bullish Level Break [#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 [#complex-structure-analysis]

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

## Oscillator Matrix Toolkit [#oscillator-matrix-toolkit]

### Strong Reversal Signal [#strong-reversal-signal]

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

### High Confluence Setup [#high-confluence-setup]

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

### Oversold Bounce [#oversold-bounce]

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

### Multiple Indicator Confirmation [#multiple-indicator-confirmation]

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

### Divergence with Momentum [#divergence-with-momentum]

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

### Strong Trend Confirmation [#strong-trend-confirmation]

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

### HyperWave Signal with Confluence [#hyperwave-signal-with-confluence]

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

### Major Reversal Pattern [#major-reversal-pattern]

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

### Early Trend Detection [#early-trend-detection]

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

### High Probability Setup [#high-probability-setup]

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