Skip to content

ortisan/crypto-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Bot

Strategies and notebooks for freqtrade

Env Config

Install Freqtrade

Configure userdir

# Step 1 - Initialize user folder
freqtrade create-userdir --userdir user_data

# Step 2 - Create a new configuration file
freqtrade new-config --config config.json

Install new Env:

conda create -n crypto-bot python=3.9.0
conda activate crypto-bot
pip install -r requirements.txt

Install core lib:

cd crypto_bot_core
pip install -e . --user
cd -

Running Env

conda activate crypto-bot
jupyter notebook notebooks

Other commands

Deactivate env:

conda deactivate

Delete env:

conda env remove -n crypto-bot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors