Skip to content

FrequentHippos/freqtrade_hyperliquid_download-data

Repository files navigation

This repository is currently too big for github to handle. A private copy is currently still gathered. Once the shift to the new platform is made, a link will be here to provide you with the most recent download-data of hyperliquid. Nothing is lost, it is being gathered and will be available in the future again.

freqtrade_hyperliquid_download-data

This repository contains downloaded market data for the Hyperliquid decentralized exchange, formatted and ready to be used with Freqtrade.

It will progressively grow over the months.
Includes: All supported trading pairs and markets on Hyperliquid, meaning spot AND futures

Check what's inside


What’s Inside

  • Historical OHLCV data from Hyperliquid
  • Market pairs compatible with Freqtrade
  • Data files organized by trading pair and time interval (e.g., 1m, 5m, etc.)
  • Automatically updated via GitHub Actions

Usage with Freqtrade

This repository is meant to serve as the --datadir when running Freqtrade backtesting or hyperparameter optimization.

Setup

  1. Clone this repository:
    git clone https://github.com/frequenthippoOrg/freqtrade_hyperliquid_download-data.git
  2. Update this repository:
    git fetch origin
    git reset --hard origin/main
    

If you want to fork it, you'll have to activate the workflows on your GitHub repo yourself, otherwise you are on a dead end !