i am trying to figure out a way to use time-stamped data via a CSV and using it to plot dots on the chart. The csv data has 1-minute timestamped data. the exact columns are:
a.. timestamp - 1/24/2025 8:25:28 AM
b.. strikePrice - 6010
c.. Theo ES - 6046.25
d. Rank - Call DEX 1
e. Greek - DEX
f. Value - 16.798
the idea is to plot a dot at the Theo ES level, at the timestamp. The Rank column is used to choose the color of the dot. also Greek column can be used to color the dot as well.
attached is an snapshot i was able to produce via Plotly and python using historical data and the csv data.

Comment