Relative Content

Tag Archive for kdb

Intraday OHLC chart with KX Developer

I’m trying to use the grammar of graphics plotting library in KX developer 1.5.4 to plot a 1 min chart for IBM. However, as you can see I get disjointed candles, which seem to have each collapsed into their respective days. How can i plot continuous intraday bars?

NYI error when attempting to perform a union join

I am attempting to join a single-columned table to another table with several columns. The only column in the first table matches the title and type of the first column of the second table, but it has more values as the second table filters on a bigger master table and this single column takes all distinct values from the master for the specific column.