Honzin / ccs

GNU Affero General Public License v3.0
23 stars 6 forks source link

what does count stands for in OHLC under Kraken #4

Open ayxemma opened 6 years ago

ayxemma commented 6 years ago

http://cryptocurrenciesstocks.readthedocs.io/kraken.html#ohlc what is the count counting? number of total buys and sells within the time interval?

phon3 commented 6 years ago

Taking a look at This OHLC we can see what is returned:

[1520823600,"0.008297","0.008346","0.008295","0.008338","0.008305","2369.40545855",14]

I have interpreted the last item on the OHLC data as being the # of trades that occured during that specific time period on kraken exchange. There really is no clear documentation on it.