Plain-English rule
Price is above VWAP on 15m.
The current supported price value relative to the current VWAP value on the same timeframe.
Alert Template
This template monitors whether price is above VWAP on the 15-minute timeframe. It provides a simple rule for tracking price location relative to a volume-weighted reference.
Plain-English rule
The current supported price value relative to the current VWAP value on the same timeframe.
The rule compares the current supported price value with the current VWAP value on the same timeframe and matches when price is greater than VWAP.
{
"all": [
{
"type": "value_comparison",
"timeframe": "15m",
"operator": ">",
"left": {
"indicator": {
"name": "price",
"category": "price_like",
"kind": "price",
"source": "close"
}
},
"right": {
"indicator": {
"name": "vwap",
"category": "price_like",
"kind": "vwap"
}
}
}
]
}Price above VWAP is often used as stronger intraday location context. It does not predict continuation.
The final saved alert is checked against current validation and plan entitlements. Plan details and pricing are available after sign in.