Recued
Menu
← Back to recipes

Search symbols on a TradingView UDF datafeed

by recued-core v1 12 views

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 11 steps

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 5 configurable

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.

Permissions it requires

Read your Tradingview connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

tradingview tradingviewudfsymbolssearchmarket-dataread-onlypack:tradingview

Details

11 steps 5 configurable settings recipe_id: search-symbols-tradingview