Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

paulschick/python-vohlc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python VOHLC

Version 0.0.1

License: MIT

Creates Volume-based candlesticks from time-based ohlcv data retrieved from cryptocurrency exchanges.

  • Output can be either sqlite or csv (for version 0.0.1)
  • Primarily just a utility for something that I'm working on
  • Should not be very complex. Keep it simple, just do what it needs to do
  • Does not keep the timestamps
  • Potentially give the option to not write the output, just keep in memory

Installation

You may install from source, or install from pypi:

pip install vohlc

View on Pypi

About

Pulls OHLCV data from cryptocurrency exchanges and transforms time-based candlesticks into volume-based candlesticks

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages