kostenlose Lieferung l Technik Experten l kostenlose Hotline l breites Sortimen Über 800.000 Artikel & die neuesten Technik-Innovationen. Entdecken Sie Europas führendes Elektronik-Versandhaus class CombinedBinHAndCluc (IStrategy): # Based on a backtesting: # - the best perfomance is reached with max_open_trades = 2 (in average for any market), # so it is better to increase stake_amount value rather then max_open_trades to get more profit # - if the market is constantly green(like in JAN 2018) the best performance is reached wit Free trading strategies for Freqtrade bot. Contribute to gtachev/freqtrade-strategies development by creating an account on GitHub I'm currently running the CombinedBinHAndCluc from the freqtrade-strategies and it seems to be pretty solid but I would really like to inspect your code to see what I did wrong with my Stoch RSI implementation
In order to run freqtrade you will need to set up some configurations. This can be easily done using the new-config command. # If you are using docker-compose. docker-compose run --rm freqtrade new-config --config user_data/config.json # If you are using a traditional installation Project: freqtrade-strategies Author: freqtrade File: CombinedBinHAndCluc.py License: GNU General Public License v3.0 : 5 vote I'm currently running the CombinedBinHAndCluc from the freqtrade-strategies and it seems to be pretty solid but I would really like to inspect your code to see what I did wrong with my Stoch RSI implementation. level 1. 1 point · 12 months ago. Mean reversion works well in choppy markets. level 2. Original Poster 1 point · 12 months ago. Thanks for the tip! level 1. 1 point · 11 months ago. r/freqtrade: Freqtrade is a crypto-currency algorithmic trading software. Press docker-compose run --rm freqtrade download-data -t 5m --days 100. This will download the data for the last 100 days, in 5 minute candlesticks, of all the pairs in our whitelist. This command has many options and is very complete, so please refer to full documentation for updated info Au regard du profit quasi positif sur toutes les stratégies, il semblerait que ce soit une bonne idée de passer sur du trading d'ETH, en particulier avec la stratégie CombinedBinHAndCluc qui donne un profit de près de 17%
Backtesting command: freqtrade backtesting --strategy-list ADXMomentum AdxSmas ASDTSRockwellTrading AverageStrategy AwesomeMacd BbandRsi BinHV27 BinHV45 CCIStrategy ClucMay72018 CMCWinner CofiBitStrategy CombinedBinHAndCluc EMASkipPump Low_BB MACDStrategy MACDStrategy_crossed Quickie Scalp TDSequentialStrategy --timeframe 5 CombinedBinHAndCluc; EMASkipPump; MACDStrategy; Quickie; Mais je continuerai de mon côté à tester l'ensemble des stratégies disponibles Operating system: ubuntu. Python Version: 3.6.8. CCXT version: ccxt==1.18.1159. Branch: Master | Develop. Last Commit ID: 7fff1f5ce125db14a6f467b09253671f441720e9. Hello, I have downloaded backtesting data, and put the data in backtesting_data directory. But when I want to use it, I obtain this error : (.env) root-bionic-freqtrade-01:~/freqtrade#.