A Trading strategy for the Freqtrade crypto bot.

Overview

Important Thing to notice

1) Do not use this strategy on live. It is still undergoing dry-run.

2) The Hyperopt is highly optimized towards "shitcoin" play. If U want to use, you may need to re-hyperopt.

My computer is not good enough to run more pairs.

3) The strategy is not good at uptrend and it performs better at sideway and downtrend.

Comments
  • max_open_trades

    max_open_trades

    Can you please tell me if you are still using "max_open_trades": 5 ? In your backtests results v103 and v104 I see "Max open trades = 86, 97, etc..." how is it possbile if you are using "max_open_trades": 5 in your conifg.json?

    Thanks

    opened by Dannex 5
  • stoploss update

    stoploss update

    i got hit with a - 0.99 stop loss because the value of CTSI dropped temporarily to almost zero. This uses Confirm trade exit to block such situations so that the strat is truly without stop-loss

    opened by ysoblurry 0
  • is there an updated version for futures?

    is there an updated version for futures?

    Hi, this is a wonderful strategy. thanks for sharing it for free.

    im a noob in python, is there an update that would support short(futures) in binance? thanks

    opened by mhgutier 0
  • DDoS Warning using Kucoin exchange

    DDoS Warning using Kucoin exchange

    Hi, I was trying BB_RPB_TSL.py with Kucoin as exchange, but I'm getting this warning constantly:

    freqtrade | 2022-01-10 06:11:50,256 - freqtrade.exchange.common - WARNING - _async_get_candle_history() returned exception: "kucoin GET https://openapi-v2.kucoin.com/api/v1/market/candles?symbol=LTC-USDT&type=1day&startAt=1641427200&endAt=1684627200 429 Too Many Requests {"code":"429000","msg":"Too Many Requests"}"
    freqtrade | 2022-01-10 06:11:50,257 - freqtrade.exchange.common - WARNING - retrying _async_get_candle_history() still for 4 times
    freqtrade | 2022-01-10 06:11:50,258 - freqtrade.exchange.common - WARNING - Kucoin 429 error, avoid triggering DDosProtection backoff delay. 3 tries left before giving up
    

    I've increased the Rate Limit from default (50) to 3100 under exchange.ccxt_async_config.rateLimit, but the warning persist.

    Is this normal and I'm just have to ignore it?

    Thanks in advance for your help!

    opened by plusiv 0
  • Backtests Max Open Trade?

    Backtests Max Open Trade?

    Hello there, While examining the backtests, I saw a value that I could not understand.

    For example: https://github.com/jilv220/BB_RPB_TSL/blob/master/backtest_result_v105/20211001-1031.txt

    The results of this test show the number of max_open_trades as 102. I couldn't make sense of this value. Isn't that a very high?

    Can you share the configuration file of these tests?

    opened by dedefon 0
Releases(1.0.5)
Simple python crypto bot to trade crypto on Binance based on RSI. Utilizing web sockets to get real-time prices

Py Crypto Bot Using Binance WebSocket API to get real-time price data for cryptocurrencies. Using the TA-Lib library to calculate the RSI and execute

Kennedy Ngugi Mwaura 15 Jan 04, 2023
Aggregate real-time market data from cryptocurrency exchanges, filter, sort and format as TradingView watchlists.

tvbuddy Aggregate real-time market data from cryptocurrency exchanges, filter, sort and format as TradingView watchlists. Developed and tested on Pyth

Ossian Winter 2 Jan 07, 2022
Tink is a multi-language, cross-platform, open source library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.

Tink A multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse. Ubuntu

Google 12.9k Jan 05, 2023
A simple Python tool to help anyone use Liquidity Pools on the BitShares blockchain.

ACCOUNT AND ACTIVE KEY ARE NOT PERSISTENT, YOU WILL NEED TO ENTER THEM EACH TIME YOU LAUNCH THE APP (but not every transaction. that's a win). If / wh

Brendan Jensen 17 Jun 15, 2022
Privfiles - Encrypted file storage using Fernet with zero Javascript

Privfiles - Encrypted file storage using Fernet with zero Javascript Source code for the onion service: l3n6v6dm63frml22tlmzacnasvp7co7wylu4hhcs34ukxe

Ward 5 Jul 30, 2022
A community effort to bring back Duino-Coin

Duino-Coin-Revived A community effort to bring back Duino-Coin! Along with reviving the cryptocurrency, we will add many improvements to it, including

1 Dec 22, 2021
A simple Ethereum mining pool

A simple getWork pool for ethereum mining Payouts are still manual. TODO: write payouts when someone mines 10 blocks. Also, make the submit actually

93 Oct 05, 2022
A simple, terminal password manager in Python.

A simple, terminal password manager in Python.

81 Nov 22, 2022
offline half-random brute force script for Ethereum private keys

eth200swinger offline half-random brute force script for Ethereum private keys, goes from the beginning to end of range and vice versa, saves any foun

2 Oct 06, 2022
SysWhispers integrated shellcode loader w/ ETW patching & anti-sandboxing

TymSpecial Shellcode Loader Description This project was made as a way for myself to learn C++ and gain insight into how EDR products work. TymSpecial

Nick Frischkorn 145 Dec 20, 2022
Python ASN.1 library with a focus on performance and a pythonic API

asn1crypto A fast, pure Python library for parsing and serializing ASN.1 structures. Features Why Another Python ASN.1 Library? Related Crypto Librari

Will Bond 282 Dec 11, 2022
A repository for Algogenous Smart Contracts created on the Algorand Blockchain.

Smart Contacts This Repository is dedicated to code for Alogrand Smart Contracts using Choice Coin. Read Docs for how to implement Algogenous Smart Co

Choice Coin 3 Dec 20, 2022
Ceres is a combine harvester designed to harvest plots for Chia blockchain and its forks using proof-of-space-and-time(PoST) consensus algorithm.

Ceres Combine-Harvester Ceres is a combine harvester designed to harvest plots for Chia blockchain and its forks using proof-of-space-and-time(PoST) c

38 Nov 14, 2022
Active github repos of all cryptocurrencies

This repo is to maintain the list of active repositories for all cryptocurrencies that https://codemask.org uses. The active list will be automaticall

CodeMask 5 May 20, 2022
DIY gravity falls cryptograms made with python

ciphers-cryptograms some diy code to implementing ciphers-cryptograms from gravity falls with python, it's fun tho Algorithm or ciphers list Caesar At

Muhammad Asthi Seta Ari Yuwana 3 Jun 26, 2022
Get the SHA256 hash of any file with this Python Script

Hashfile-SHA256 A SHA256 hash verifying script, written in python. Report Bug Table of Contents About The Project Built With Getting Started Prerequis

Ethan Gallucci 1 Nov 01, 2021
Gearbox-vyper-contracts - Auxillary contracts for the Gearbox Protocol written in Vyper

Gearbox Vyper Contracts Auxillary contracts for the Gearbox Protocol written in

Edward Amor 4 Jan 07, 2022
A Python Tool to encrypt all types of files using AES and XOR Algorithm.

DataShield This project intends to protect user’s data, it stores files in encrypted format in device provided the passcode and path of the file. AES

ADITYA SHINDE 4 Dec 20, 2021
Blockchain Python Implementation

Blockchain Python Implementation

0918nobita 2 Nov 21, 2021
Mina is a new cryptocurrency with a constant size blockchain, improving scaling while maintaining decentralization and security.

Mina Mina is the first cryptocurrency with a lightweight, constant-sized blockchain. This is the main source code repository for the Mina project. It

1.6k Jan 07, 2023