Giter VIP home page Giter VIP logo

freqtrade-strategies's Introduction

My freqtrade-strategies

Hi there! This is repo for my freqtrade-strategies. My name is Ilya Zelenchuk, I'm a lecturer at the SPbU university (https://english.spbu.ru/). These strategiest is my hobbie and I'm not a trader or financial analytics and my strategies are not a financial advise.

FAQ

Q: What is the difference between strategies?
A: CombinedBinHClucAndMADV using optimized stratic pairlist. BigZ using dynamic (based on volume) pairlist

Q: I run strategy for one day. But did not trade. Is bot running Ok?
A: Every strategy has buy signals. Depending on market there is a day or maybe two when no buy signals is trggered. So, it's ok. Also, checkout the docs - https://www.freqtrade.io/en/latest/faq/#i-have-waited-5-minutes-why-hasnt-the-bot-made-any-trades-yet

Q: CombinedBinHClucAndMADV5 has "order_types = {'buy': 'limit', 'sell': 'limit', 'stoploss': 'market', 'stoploss_on_exchange': False}" but CombinedBinHClucAndMADV9 and BigZ* has "order_types = {'buy': 'market', 'sell': 'market', 'stoploss': 'market', 'stoploss_on_exchange': False}". What is the difference between "'buy': 'market'" and "'buy': 'limit'"?
A: If your strategy using "'buy': 'market'" than you have to change in your config file "bid_strategy" section to "price_side": "ask" and "ask_strategy" section to "price_side": "bid". For more info checkout the docs - https://www.freqtrade.io/en/stable/configuration/#prices-used-for-orders

freqtrade-strategies's People

Contributors

i1ya 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.