Search symbols on a TradingView UDF datafeed
Use “Search symbols on a TradingView UDF datafeed” in Recued. Search up to 50 instruments exposed by the selected UDF-compatible server, optionally narrowed by the exact exchange and symbol-type values advertised in its configuration.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (11 steps)
query
trim
Trim whitespace from setting query
datafeed_config
?
supports_search
compare
Check if datafeed config result supports search equals true
supports_individual_lookup
compare
Check if datafeed config result supports group request equals false
supports_symbol_search
all
Check if all conditions are true
symbol_search_status
switch
Map supports symbol search to one of: true, false
search
?
skip: step.supports_symbol_search not_equal true
results
default
Apply default
result_count
count
Count items in results
result_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
limit
setting
=
10
query
setting
=
exchange
setting
=
symbol type
setting
=
tradingview
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.