Signal TradingView
What SteadyEdge calculates
This page documents the exact runtime calculation for the listed filter IDs. Formula symbols use O , H , L , C , and V for the current candle open, high, low, close, and volume; p is the configured lookback.
- Registry filter IDs: signal_tradingview
Exact formula
value = latest accepted webhook action for the symbol
BUY = 1; SELL = -1; EXIT = 0
rule passes only when value equals the selected action
Parameters, defaults, and bounds
This filter has no calculation parameters.
How the rule passes
eq compares the latest signal with the selected action exactly.
Data, timing, and warm-up
This filter reads external state at the evaluation time. If the provider has no usable value, the rule does not pass.
Every rule in the same filter set must pass. Test Filters and a backtest validate the complete set.
Related articles
- Filters Reference
- How Entry Filters Work
- Timeframe, Operator, Value, And Params