Review historical bars from a TradingView UDF datafeed
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
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
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.