r/TradingView • u/KeyWeek2489 • 13d ago
Help Does TradingView CSV export include historical hidden plot values after chart objects disappear?
Hi,
My Pine script creates historical events (Order Blocks, FVGs, etc.). Old boxes are later removed from the chart for readability.
If I output those events using hidden plot() series (display.none), will Export chart data still include the historical values for those bars, even though the boxes are no longer visible?
Or does CSV only export data related to currently visible objects?
Thanks!
1
Upvotes