Coder Social home page Coder Social logo

freqtrade_strs's Introduction

freqtrade-strs

some strategies.

Don't try to create a complex strategy. Simple is often the most effective.

Never set the stoploss to -0.99, it's very stupid in my opinion.

Note:Don't use it directly(E0V1E.py), you need to optimize the parameters listed below, my dry run results are optimized after running, only need optimized these parameters, nothing else.

is_optimize_32 = True

buy_rsi_fast_32 = IntParameter(20, 70, default=45, space='buy', optimize=is_optimize_32)

buy_rsi_32 = IntParameter(15, 50, default=35, space='buy', optimize=is_optimize_32)

buy_sma15_32 = DecimalParameter(0.900, 1, default=0.961, decimals=3, space='buy', optimize=is_optimize_32)

buy_cti_32 = DecimalParameter(-1, 0, default=-0.58, decimals=2, space='buy', optimize=is_optimize_32)

sell_fastx = IntParameter(50, 100, default=75, space='sell', optimize=True)


How do i hyper my str(current use is E0V1E.py).

SortinoHyperOptLossDaily for buy signal

SortinoHyperOptLoss for sell signal

Note:which loss function to hyper this strategy is up to you. It's not set in stone

For help:

https://www.freqtrade.io/

Freqtrade official discord:

https://discord.gg/e8dkbJsKf5

if you have any question you can contact me in discord:@E0V1E or @evilzzq

freqtrade_strs's People

Contributors

meesvw avatar ssssi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.