If you plan to only clone the repository to use the strategy, a regular git clone will do.
However, if you plan on running additional backtest and run the test suite, you need to download data.
There is a repo for this : https://github.com/iterativv/NostalgiaForInfinityData
For fast downloading data from github repo run tools/download-necessary-exchange-market-data-for-backtests.sh
./tools/download-necessary-exchange-market-data-for-backtests.shexport your exchange (binance / kucoin)
export TRADING_MODE=binanceexport your exchange market (spot / futures)
export TRADING_MODE=futuresenter the date you want to test
export TIMERANGE=20240801-20240901run the test which you want:
./tests/backtests/backtesting-analysis-hunting.sh