prmts23 / freqtrade-set

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

for vm setup 2vcpu 2gb ram 10gb hdd recommended - ubuntu lts
*kucoin ref -20%: https://www.kucoin.com/ucenter/signup?rcode=r3AP4HF

download

  1. sudo apt-get update
  2. sudo apt install -y python3-pip python3-venv python3-dev python3-pandas git
  3. git clone https://github.com/freqtrade/freqtrade.git
  4. cd freqtrade
  5. git checkout stable

install freqtrade from scratch

  1. sudo ./setup.sh -i

then activate your .env

  1. source ./.env/bin/activate

creates new config *quiz

  1. freqtrade new-config -c config.json *! IMPORTANT ! (you will need to copy over the whole "config.json" content from "freqtrade-set" git depending on the exchange you will use)

strategy installation

  1. cd ~
  2. git clone https://github.com/liquidmind313/freqtrade-set.git
  3. cd freqtrade-set/NFi-772-KC
  4. sudo cp NostalgiaForInfinityNext.py ../../freqtrade/user_data/strategies/

install nano

  1. sudo apt update
  2. sudo apt install nano
  3. cd

mod the config file !

  1. cd freqtrade
  2. sudo nano config.json
  3. copy your exchange and telegram keys somewhere safe
  4. ctrl+x
  5. cd
  6. cd freqtrade-set/NFi-772-KC
  7. sudo cp config.json ../../freqtrade
  8. cd
  9. cd freqtrade
  10. sudo nano config.json
  11. paste the exchange and telegram keys
  12. ctrl+s
  13. ctrl+x

install screen

  1. sudo apt-get install screen
  2. screen
  3. press "tab" or "enter"

python setup

  1. cd ~/freqtrade/
  2. sudo python3 -m venv .env
  3. source .env/bin/activate
  4. sudo python3 -m pip install — upgrade pip
  5. sudo python3 -m pip install -e .
  6. pip install pandas_ta

starting the bot

  1. freqtrade trade --strategy NostalgiaForInfinityNext
  2. press CTRL+A+D

check telegram for status and start

(extra "forcebuy" function)

example telegram command: /forcebuy BTC/USDT

profit and dry-run results:

http://hippocritical.ddns.net:3000/

About


Languages

Language:Python 100.0%