Code Monkey home page Code Monkey logo

freqtrade-strategies-1's Introduction

Must change .env values for port strategy container name and pairlist All configured by default just change the value

NOTE: for updating config.json better always use config-private.json file

clone the repo

git clone https://github.com/minulislam/freqtrade-strategies.git 


```bash

cp user_data/config.json.example user_data/config.json
cp user_data/config-private.json.example user_data/config-private.json
cp docker-compose.yml.example docker-compose.yml
cp .env.example .env

update .env with your chosen strategy update config-private.json for your exchange key secret and telegram

docker-compose run --rm freqtrade create-userdir --userdir user_data

config-private.json format

{
    "bot_name": "Freqtrade - TradingBot",
    "fiat_display_currency": "USD",
    "exchange": {
        "name": "binance",
        "key": "",
        "secret": ""
    },
    "telegram": {
        "enabled": false,
        "token": "",
        "chat_id": ""
    },
    "api_server": {
        "enabled": true,
        "listen_ip_address": "0.0.0.0",
        "listen_port": 8070,
        "verbosity": "info",
        "jwt_secret_key": "",
        "CORS_origins": [],
        "username": "freqtrader",
        "password": "freqtrader"
    }
}

'''

freqtrade-strategies-1's People

Contributors

findmeifyoucan avatar minulislam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.