GarrisonD / financial-time-series-labeler

Tool for labeling financial time series represented in OHLC format

Home Page:https://garrisond.github.io/financial-time-series-labeler/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

For the application to work correctly, your CSV file has to include at least these columns with requirements:

  • index (number, starting at 0 and incrementing by 1)
  • timestamp (number, UNIX timestamp)
  • open (number)
  • high (number)
  • low (number)
  • close (number)

Optionally you can add:

  • label (string)

ATTENTION! Order of the columns doesn't matter but order of the rows does: rows have to be sorted ascendingly index column.

About

Tool for labeling financial time series represented in OHLC format

https://garrisond.github.io/financial-time-series-labeler/

License:MIT License


Languages

Language:TypeScript 90.5%Language:HTML 7.1%Language:JavaScript 1.4%Language:CSS 1.1%