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)
E2EE disabling plugin for Synapse

E2EE disabling plugin for Synapse This Pluggable Module disables end-to-end encryption in a self-hosted Synapse servers. It works by stripping out req

Konstantin Sharlaimov 9 Nov 30, 2022
I coded the sha256 algorithm into python without using any modules.

sha256.py I coded the sha256 algorithm in python without using any modules. The purpose of the code was to better understand the algorithm and learn h

4 Dec 12, 2022
Simple one-time pad (OTP) encryption

Introduction What you will make In this resource you will learn how to create and use an encryption technique known as the one-time pad. This method o

Rabih ND 6 Nov 06, 2022
Fully configurable automated python script to collect most visted pages based on google dork

Ranked pages collector Fully configurable automated python script to collect most visted pages based on google dork Usage This project is still under

Security Analyzer 9 Sep 10, 2022
Tools for running airdrop and token distribution campaigns on the Solana blockchain.

Overview This repository contains some of the scripts we have used for running our airdrop campaigns and other distributions. Initially, all of these

147 Nov 17, 2022
Powerful Tool to encrypt and decrypt files using AES.

AEScryptor Tool Description Encrypt and Decrypt files with AES-128 (16bytes key). AES mode = CFB (cipher Feedback) security = super safe! Usage [1] Ch

5 Jan 12, 2022
cairo_kernel is a simple Jupyter kernel for Cairo a smart contract programing language for STARKs.

cairo_kernel cairo_kernel is a simple Jupyter kernel for Cairo a smart contract programing language for STARKs. Installation Install virtualenv virtua

Ankit Chiplunkar 29 Sep 21, 2022
Accept Bitcoin donations on Twitch, and integrate them into your alerts!

The system in action Check out how seamlessly the project works! Support the project You can tip me with some sats here!

Fitti 27 Jan 08, 2023
😈 Shining is a tool that enables engineers to remotely pull smart contract code in multi-file situations.

👑 Shining 😈 Shining is a tool that enables engineers to remotely pull smart contract code in multi-file situations. Shining is the name of one of my

xxxeyJ 15 Jun 17, 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
Secure open-source password manager.

aes256_passwd_store This script securely encrypts or decrypts passwords on disk within a custom database file. It also features functionality to retri

14 Nov 15, 2022
Generate Random ETH addresses and Private Keys and Saved to file.

ethgen.py Generate Random ETH addresses and Private Keys and Saved to file. ETH address the file is stored in ETH-address.txt. ETH private keys the fi

deanondroid 2 Dec 21, 2021
An advanced caesar cypher python module

CaesarPlus An advanced caesar cypher python module What is CaesarPlus CaesarPlus is a advanced caesar cypher python module that is more secure than ca

1 Mar 18, 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
Stor is a community-driven green cryptocurrency based on a proof of space and time consensus algorithm.

Stor Blockchain Stor is a community-driven green cryptocurrency based on a proof of space and time consensus algorithm. For more information, see our

Stor Network 15 May 18, 2022
A Trading strategy for the Freqtrade crypto bot.

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"

160 Dec 26, 2022
Implementation of Smart Batch Auction for NFT launches on Tezos.

NFT Smart Batch Auction Smart Batch Auctions are an improvement over the traditional first come first serve (FCFS) NFT drops. FCFS design has been in

Anshu Jalan 5 May 06, 2022
Amazing CryptoWAF was a CTF challenge for ALLES! CTF 2021

ctf-cryptowaf The AmazingCryptoWAF ™️ is used by the "noter" web app, to offer automagically military encryption for any user data. Even if an attacke

32 Jan 02, 2023
This is a simple application to generate HD wallet addresses for cryptocurrency coins.

HD-Wallet-Address This is a mini service to generate addresses in the master HD-Wallet. It will use py_crypto_hd_wallet package as a base. Prerequisit

Amin Abbasi 1 Dec 16, 2021
Stai Beta Of Staiking Chain - Food, Water And Electricity - Worldwide

Stai Beta Of Staiking Chain - Food, Water And Electricity - Worldwide

STATION-I 2 Feb 05, 2022