All Projects → freqtrade → Freqtrade Strategies

freqtrade / Freqtrade Strategies

Licence: gpl-3.0
Free trading strategies for Freqtrade bot

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Freqtrade Strategies

Socktrader
🚀 Websocket based trading bot for 💰cryptocurrencies 📈
Stars: ✭ 152 (-78.19%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency, trading, trading-strategies
Krypto Trading Bot
Self-hosted crypto trading bot (automated high frequency market making) written in C++
Stars: ✭ 2,589 (+271.45%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency, trading, trading-strategies
Jesse
An advanced crypto trading bot written in Python
Stars: ✭ 1,038 (+48.92%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency, trading, trading-strategies
Wolfbot
Crypto currency trading bot written in TypeScript for NodeJS
Stars: ✭ 335 (-51.94%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency, trading, trading-strategies
Gekko Backtesttool
Batch backtest, import and strategy params optimalization for Gekko Trading Bot. With one command you will run any number of backtests.
Stars: ✭ 203 (-70.88%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency, trading, trading-strategies
Cassandre Trading Bot
Cassandre makes it easy to create your Java crypto trading bot. Our Spring boot starter takes care of exchange connections, accounts, orders, trades, and positions.
Stars: ✭ 120 (-82.78%)
Mutual labels:  trading-bot, cryptocurrency, trading, trading-strategies
Gnome Feeder
Profit Trailer Feeder Full Build with Settings
Stars: ✭ 122 (-82.5%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency, trading-strategies
Tribeca
A high frequency, market making cryptocurrency trading platform in node.js
Stars: ✭ 3,646 (+423.1%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency, trading
Cated
CATEd - Cryptocurrency Analytics and Trading Engine for Django
Stars: ✭ 84 (-87.95%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency, trading
Kelp
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
Stars: ✭ 580 (-16.79%)
Mutual labels:  trading-bot, cryptocurrency, trading, trading-strategies
51bitquant
51bitquant Python数字货币量化交易视频 CCXT框架 爬取交易所数据 比特币量化交易 交易机器人51bitquant tradingbot cryptocurrency quantitative trading btc trading
Stars: ✭ 284 (-59.25%)
Mutual labels:  trading-bot, cryptocurrency, trading, trading-strategies
Aat
Asynchronous, event-driven algorithmic trading in Python and C++
Stars: ✭ 109 (-84.36%)
Mutual labels:  trading-bot, cryptocurrency, trading, trading-strategies
Machine Learning And Ai In Trading
Applying Machine Learning and AI Algorithms applied to Trading for better performance and low Std.
Stars: ✭ 258 (-62.98%)
Mutual labels:  trading-bot, bitcoin, trading, trading-strategies
Roq Api
API for algorithmic and high-frequency trading
Stars: ✭ 132 (-81.06%)
Mutual labels:  trading-bot, cryptocurrency, trading, trading-strategies
Astibot
Astibot is a simple, visual and automated trading software for Coinbase Pro cryptocurrencies (Bitcoin trading bot)
Stars: ✭ 104 (-85.08%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency, trading
Cryptotrader
A cryptocurrency trader for all famous exchanges
Stars: ✭ 228 (-67.29%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency, trading
Bxbot
A simple Bitcoin trading bot written in Java.
Stars: ✭ 515 (-26.11%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency, trading
Crypto Trading Bot
Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, FTX, Bybit ... (public edition)
Stars: ✭ 1,089 (+56.24%)
Mutual labels:  trading-bot, cryptocurrency, trading, trading-strategies
Tai
A composable, real time, market data and trade execution toolkit. Built with Elixir, runs on the Erlang virtual machine
Stars: ✭ 264 (-62.12%)
Mutual labels:  trading-bot, bitcoin, cryptocurrency, trading
Crypto Signal
Github.com/CryptoSignal - #1 Quant Trading & Technical Analysis Bot - 3,100+ stars, 900+ forks
Stars: ✭ 3,690 (+429.41%)
Mutual labels:  trading-bot, bitcoin, trading, trading-strategies

Freqtrade strategies

This Git repo contains free buy/sell strategies for Freqtrade.

Disclaimer

These strategies are for educational purposes only. Do not risk money which you are afraid to lose. USE THE SOFTWARE AT YOUR OWN RISK. THE AUTHORS AND ALL AFFILIATES ASSUME NO RESPONSIBILITY FOR YOUR TRADING RESULTS.

Always start by testing strategies with a backtesting then run the trading bot in Dry-run. Do not engage money before you understand how it works and what profit/loss you should expect.

We strongly recommend you to have coding and Python knowledge. Do not hesitate to read the source code and understand the mechanism of this bot.

Table of Content

Free trading strategies

Value below are result from backtesting from 2018-01-10 to 2018-01-30 and
ask_strategy.sell_profit_only enabled. More detail on each strategy page.

Strategy Buy count AVG profit % Total profit AVG duration Backtest period
Strategy 001 55 0.05 0.00012102 476.1 2018-01-10 to 2018-01-30
Strategy 002 9 3.21 0.00114807 189.4 2018-01-10 to 2018-01-30
Strategy 003 14 1.47 0.00081740 227.5 2018-01-10 to 2018-01-30
Strategy 004 37 0.69 0.00102128 367.3 2018-01-10 to 2018-01-30
Strategy 005 180 1.16 0.00827589 156.2 2018-01-10 to 2018-01-30

Strategies from this repo are free to use. Feel free to update them. Most of them were designed from Hyperopt calculations.

Some only work in specific market conditions, while others are more "general purpose" strategies. It's noteworthy that depending on the exchange and Pairs used, further optimization can bring better results.

Please keep in mind, results will heavily depend on the pairs, timeframe and timerange used to backtest - so please run your own backtests that mirror your usecase, to evaluate each strategy for yourself.

Share your own strategies and contribute to this repo

Feel free to send your strategies, comments, optimizations and pull requests via an Issue ticket or as a Pull request enhancing this repository.

FAQ

What is Freqtrade?

Freqtrade Freqtrade is a free and open source crypto trading bot written in Python. It is designed to support all major exchanges and be controlled via Telegram. It contains backtesting, plotting and money management tools as well as strategy optimization by machine learning.

What includes these strategies?

Each Strategies includes:

  • [x] Minimal ROI: Minimal ROI optimized for the strategy.
  • [x] Stoploss: Optimimal stoploss.
  • [x] Buy signals: Result from Hyperopt or based on exisiting trading strategies.
  • [x] Sell signals: Result from Hyperopt or based on exisiting trading strategies.
  • [x] Indicators: Includes the indicators required to run the strategy.

Best backtest multiple strategies with the exchange and pairs you're interrested in, and finetune the strategy to the markets you're trading.

How to install a strategy?

First you need a working Freqtrade.

Once you have the bot on the right version, follow this steps:

  1. Select the strategy you want. All strategies of the repo are into user_data/strategies
  2. Copy the strategy file
  3. Paste it into your user_data/strategies folder
  4. Run the bot with the parameter --strategy <STRATEGY CLASS NAME> (ex: freqtrade trade --strategy Strategy001)

More information about backtesting and strategy customization.

How to test a strategy?

Let assume you have selected the strategy strategy001.py:

Simple backtesting

freqtrade backtesting --strategy Strategy001

Refresh your test data

freqtrade download-data --days 100

Note: Generally, it's recommended to use static backtest data (from a defined period of time) for comparable results.

Please check out the official backtesting documentation for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].