Skip to content

evzpav/freqtrade-historical-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freqtrade Historical Data - Binance

Get historical data on Freqtrade format

# Create env
virtualenv -p python3 env

# Activate
source env/bin/activate

# Install dependencies
pip install -r requirements.txt

# Create binance folder
mkdir binance

cp .env_example .env
# Add your binance api keys to .env file

# Run
python main.py


# historical data files will be inside binance folder

Edit file main.py with pairs and timeframe needed.

About

Get historical data from Binance on freqtrade format

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages