Recued
Menu
← Back to recipes

Inspect a symbol on a TradingView UDF datafeed

by recued-core v1 7 views

Use “Inspect a symbol on a TradingView UDF datafeed” in Recued. Resolve one exact symbol or ticker on the selected UDF-compatible server and show its session, timezone, price scale, and supported resolutions.

How it works 9 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (9 steps)
symbol trim
Trim whitespace from setting symbol
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_resolution all
Check if all conditions are true
symbol_resolution_status switch
Map supports symbol resolution to one of: true, false
details ?
skip: step.supports_symbol_resolution not_equal true
details_safe default
Apply default
card to_summary
Format results as a summary card
Settings 2 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

symbol 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 tradingviewudfsymbolmetadatamarket-dataread-onlypack:tradingview

Details

9 steps 2 configurable settings recipe_id: inspect-symbol-tradingview