Recued
Menu
← Back to recipes

Review historical bars from a TradingView UDF datafeed

by recued-core v1 10 views

Use “Review historical bars from a TradingView UDF datafeed” in Recued. Read up to 500 historical bars for one exact symbol and one server-supported resolution over a friendly preset date window. The result preserves UDF's compact t/o/h/l/c/v columns; entries at the same array index belong to the same bar.

How it works 12 steps

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

Process (12 steps)
symbol trim
Trim whitespace from setting symbol
window date_period
Apply date_period
from_ms date_parse
Parse window start as a date
to_ms date_parse
Parse window end as a date
from_seconds math
Calculate from ms divided by 1000
to_seconds_raw math
Calculate to ms divided by 1000
to_seconds math
Calculate to seconds raw floor
history ?
timestamps default
Apply default
bar_count count
Count items in timestamps
status default
Apply default
card to_summary
Format results as a summary card
Settings 5 configurable

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

period setting = last_30_days
symbol setting =
countback setting = 100
resolution setting = D
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 tradingviewudfhistoryohlcvmarket-dataread-onlypack:tradingview

Details

12 steps 5 configurable settings recipe_id: review-history-tradingview