Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 700 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 700 Bytes

ft-action-zone

trading strategy for freqtrade crypto bot it base on CDC-ActionZone Indicator by piriya33

Clone The Repository

if you just clone this repository simple by git clone you need to create you self config like this

jsut type

# Pull the freqtrade image
docker-compose pull

# Create configuration - Requires answering interactive questions
docker-compose run --rm freqtrade new-config --config user_data/config.json

then

docker-compose up -d