chardirector questions..

dim layer as CDCandleStickLayerMBS
layer = c.addCandleStickLayer(highData, lowData, openData, closeData, &h00ff00, &hff0000)

seems the data have to be solid…
how to add it dynamic second by second…?

well, start with an array of data filled with kNoValue constant.
This way you can render the chart and get place empty for future data.

Than fill values in the array and use it again and again to render charts.