Does anyone have existing code that takes in historical data from bloomberg and updates and visualizes the live ticks coming in on the InteractiveTradingChart? Basically emulating a live chart that will even update any indicators that are on the chart as well?
Have you tried adding another Manipulate control that specifies the range of data passed to the chart by modify the example I gave here.
Manipulate
data
In that post, the data was being aggregated and then ran with ListAnimate. I would love to run this with a manipulate that can incorporate the indicators that I want to include as data updates.
Hi Luke,
Take a look at this post.