freqtrade/freqtrade
freqtrade/freqtrade: Free, open source crypto trading bot - GitHub
Free, open source crypto trading bot. Contribute to freqtrade/freqtrade development by creating an account on GitHub.
Freqtrade is a free and open source crypto trading bot written in Python, designed to support all major exchanges and be controlled via Telegram or builtin ...
Free trading strategies for Freqtrade bot - GitHub
This Git repo contains free buy/sell strategies for Freqtrade. All strategies should work with a freqtrade version of 2022.4 or newer.
Linux/MacOS/Raspberry - Freqtrade
Script Installation¶. First of the ways to install Freqtrade, is to use provided the Linux/MacOS ./setup.sh script, which install all dependencies and help you ...
Pairlist Handlers define the list of pairs (pairlist) that the bot should trade. They are configured in the pairlists section of the configuration settings.
Freqtrade supports spot trading, as well as (isolated) futures trading for some selected exchanges. Please refer to the documentation start page for an up-to- ...
Freqtrade follows the ccxt naming convention for currencies. Using the wrong naming convention in the wrong market will usually result in the bot not ...
Freqtrade - Make A Crypto Trading Bot - YouTube
Make an algorithmic crypto trading bot using the open source project Freqtrade on Github.
FreqAI is a software designed to automate a variety of tasks associated with training a predictive machine learning model to generate market forecasts given a ...
How to set up the Freqtrade Trading Bot | by Shane Jones - Medium
The name of the bot is Freqtrade and all info on that can be found here https://www.freqtrade.io/en/stable/ This site has by far the best documentation of any ...
This page is intended for developers of Freqtrade, people who want to contribute to the Freqtrade codebase or documentation, or people who want to understand ...
Quickstart with Docker - Freqtrade
This page explains how to run the bot with Docker. It is not meant to work out of the box. You'll still need to read through the documentation and understand ...
Freqtrade is a free and open source crypto trading bot written in Python, designed to support all major exchanges and be controlled via Telegram or builtin ...
Getting started with Freqtrade | Thomas Venturini
Under the hood, this is using the freqtrade trade command. It also specifies a logfile to use using --logfile , a sqlite database using --db-url ...
How to use the freqtrade.freqtradebot.FreqtradeBot function in ...
To help you get started, we've selected a few freqtrade.freqtradebot.FreqtradeBot examples, based on popular ways it is used in public projects.
Crypto trading with freqtrade - CyberJunky's Blog
Get available trading pairs from your exchange. $ freqtrade list-pairs -1 Add them to config.json pairlist Get data.
To download data (candles / OHLCV) needed for backtesting and hyperoptimization use the freqtrade download-data command.
FreqTrade Bare OS to TRADING in just MINUTES!! - YouTube
Having trouble getting FreqTrade running? I'll take you from a completely bare, vanilla, freshly installed Ubuntu Server Operating System to ...
Build 448 | freqtrade/freqtradebot.py - Coveralls.io
/freqtrade/freqtradebot.py. 1, """. 2, Freqtrade is the main module of this bot. It contains the class Freqtrade(). 3, """. 4, import copy, 1✓. 5, import ...
This page explains some advanced concepts available for strategies. If you're just getting started, please familiarize yourself with the Freqtrade basics and ...