• Stars
    star
    1
  • Language
    C
  • Created over 6 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Supposing you have a timeseries of prices in a sqlite database, you can calculate the OHLCV with a query, provided you have the function 'open' and 'close'. This project implements candlestick_open and candlestick_close to write such queries.