# Creating Target High Stock/Pre-Order Channel

## Creating High Stock & Pre-Order Channels

You only need **two commands** — one for high stock, one for pre-orders.

***

## 🔥 High Stock Channel (9+ Only)

### ✅ All Products (9+ Stock)

$monitor scf #target-high-stock #target-channel +stock9

This forwards **any message** with stock ≥ 9.

***

### ✅ Specific Pokémon TCG Items (9+ Required)

Stock must be attached to the keyword:

$monitor scf #pokemon-high-stock #pokemon-alerts +pokemon+stock9

You can also do:

$monitor scf #target-high-stock #target-channel +booster+box+stock9\
$monitor scf #target-high-stock #target-channel +etb+stock9

⚠️ Do NOT separate like this:

+pokemon +stock9

Positive keywords trigger independently.\
Attach `+stock9` to require 9+ stock.

***

## 📦 Pre-Order Only Channel (No Stock)

Pre-orders should go in a **separate channel**.

$monitor scf #target-high-stock #target-channel +pokemon -hasstock

* `+pokemon` → must contain Pokémon
* `-hasstock` → blocks anything with stock
* Negative keywords are blanket filters (they do NOT need to be attached)

***

## ✅ Summary

High Stock → `+stock9` (or attach like `+pokemon+stock9`)\
Pre-Orders → `+keyword -hasstock`
