A flexible Python toolkit for working with OHLC (Open, High, Low, Close) market data.
The project is available on PyPI:
pip install ohlc-toolkit
3d1h7m
!Coming soon™️ (actively developing):
All of the above features will enable you to generate extensive training data for machine learning models, whether for research or trading, to predict future price changes based on technical indicators.
See the examples directory for examples of how to use the toolkit.
Run the example script to see how the toolkit works:
# Clone the repository
git clone https://github.com/ff137/ohlc-toolkit.git
cd ohlc-toolkit
# Create and activate a virtual environment
python -m venv .venv
source .venv/bin/activate
# Install dependencies
pip install poetry
poetry install
# Run the example script
python examples/basic_usage.py
If you need any help or have any questions, please feel free to open an issue or contact me directly.
We hope this repo makes your life easier! If it does, please give us a star! ⭐