Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miwtoo/ft-action-zone
trading strategy for freqtrade crypto bot it base on CDC-ActionZone
https://github.com/miwtoo/ft-action-zone
actionzone crypto-bot-trading freqtrade freqtrade-strategies
Last synced: about 2 months ago
JSON representation
trading strategy for freqtrade crypto bot it base on CDC-ActionZone
- Host: GitHub
- URL: https://github.com/miwtoo/ft-action-zone
- Owner: miwtoo
- Created: 2021-07-31T11:38:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T08:27:03.000Z (over 2 years ago)
- Last Synced: 2023-03-01T10:47:10.115Z (almost 2 years ago)
- Topics: actionzone, crypto-bot-trading, freqtrade, freqtrade-strategies
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 19
- Watchers: 1
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ft-action-zone
trading strategy for [freqtrade](https://www.freqtrade.io/) crypto bot it base on [CDC-ActionZone](https://www.tradingview.com/script/rGpAOoLi-CDC-ActionZone-V3-2020/) Indicator by [piriya33](https://www.tradingview.com/u/piriya33/)
## Clone The Repository
if you just clone this repository simple by `git clone` you need to create you self config like [this](https://www.freqtrade.io/en/latest/docker_quickstart/#docker-quick-start)
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
```