Plain-English rule
Price crosses above Weekly Open on 1h.
The relationship between supported close price and the current exchange-derived Weekly Open.
Alert Template
This template monitors when price crosses above the current Weekly Open reference on the 1-hour timeframe.
Plain-English rule
The relationship between supported close price and the current exchange-derived Weekly Open.
The rule compares price with the Weekly Open reference on the previous and current evaluated candles. It matches when price moves from at or below the level to above it.
{
"all": [
{
"type": "crossover",
"left": {
"indicator": {
"name": "price",
"category": "price_like",
"kind": "price",
"source": "close"
},
"timeframe": "1h"
},
"right": {
"indicator": {
"name": "weekly_open",
"category": "price_like",
"kind": "weekly_open"
},
"timeframe": "1h"
},
"direction": "cross_up"
}
]
}Price above the Weekly Open can provide stronger weekly positioning context. A cross does not guarantee that price will remain above the level.
The final saved alert is checked against current validation and plan entitlements. Plan details and pricing are available after sign in.