Git Product home page Git Product logo

freqtrade-stuff's Introduction

Public Freqtrade Stuff

Use the examples / information here at your own risk.

freqtrade-stuff's People

Contributors

brookmiles avatar seannowotny avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

freqtrade-stuff's Issues

changes to config.json

I saw you changed some parilist filters today for ftx and kraken. I am running this strat on binance dry. 3 weeks and almost 75% profit. Very good.
I was running 25 volume pairs, single volume filter, precision filter, no spread filter and no performance filter.

Which of both configs do you suggest for binance? kraken or ftx?
Why have you lovered first volume list from 25 to 20, removed precison filter, added spreadfilter and performance filter at the end of second volume list?
Why is there a difference between second volume filters in ftx and kraken? One has refreshperiod and the other does not.
Tnx.

Error 137 on less magic approach to backtesting

Hi,

First, thanks for sharing your ideas! I want to try your less magic approach to backtesting, but I always encounter an error 137. Do you have any idea what I am doing wrong, please? I've tried it both with your EMA_Trailing_Stoploss_LessMagic and with my strategy, but the output is still the same. The only change I made was that I changed informative_timeframe to 4h . I tried to search freqtrade repo but did not find a solution either.

Thanks in advance

Division by Zero error on live run

On a Obelisk_Ichimoku_Slow_v1_3 live run with a small amount I got this error after a few days.
Just leaving this here so people can see.

2021-05-12 09:00:14,565 - freqtrade.persistence.models - INFO - MARKET_BUY has been fulfilled for Trade(id=7, pair=SUSHI/USD, amount=0.00000000, open_rate=17.70890000, open_since=2021-05-12 09:00:12).
2021-05-12 09:00:16,038 - freqtrade.commands.trade_commands - ERROR - float division by zero
2021-05-12 09:00:16,039 - freqtrade.commands.trade_commands - ERROR - Fatal exception!
Traceback (most recent call last):
File "/freqtrade/freqtrade/commands/trade_commands.py", line 19, in start_trading
worker.run()
File "/freqtrade/freqtrade/worker.py", line 74, in run
state = self._worker(old_state=state)
File "/freqtrade/freqtrade/worker.py", line 111, in _worker
self._throttle(func=self._process_running, throttle_secs=self._throttle_secs)
File "/freqtrade/freqtrade/worker.py", line 132, in _throttle
result = func(*args, **kwargs)
File "/freqtrade/freqtrade/worker.py", line 145, in _process_running
self.freqtrade.process()
File "/freqtrade/freqtrade/freqtradebot.py", line 184, in process
self.exit_positions(trades)
File "/freqtrade/freqtrade/freqtradebot.py", line 698, in exit_positions
if trade.open_order_id is None and trade.is_open and self.handle_trade(trade):
File "/freqtrade/freqtrade/freqtradebot.py", line 810, in handle_trade
if self._check_and_execute_sell(trade, sell_rate, buy, sell):
File "/freqtrade/freqtrade/freqtradebot.py", line 945, in _check_and_execute_sell
should_sell = self.strategy.should_sell(
File "/freqtrade/freqtrade/strategy/interface.py", line 516, in should_sell
current_profit = trade.calc_profit_ratio(current_rate)
File "/freqtrade/freqtrade/persistence/models.py", line 554, in calc_profit_ratio
profit_ratio = (close_trade_value / self.open_trade_value) - 1
ZeroDivisionError: float division by zero
2021-05-12 09:00:16,040 - freqtrade.commands.trade_commands - INFO - worker found ... calling exit
2021-05-12 09:00:16,041 - freqtrade.rpc.rpc_manager - INFO - Sending rpc message: {'type': status, 'status': 'process died'}
2021-05-12 09:00:16,108 - freqtrade.freqtradebot - INFO - Cleaning up modules ...
2021-05-12 09:00:16,112 - freqtrade.rpc.rpc_manager - INFO - Sending rpc message: {'type': warning, 'status': "4 open trades active.\n\nHandle these trades manually on FTX, or '/start' the bot again and use '/stopbuy' to handle ope
n trades gracefully. \n"}
2021-05-12 09:00:16,168 - freqtrade.rpc.rpc_manager - INFO - Cleaning up rpc modules ...
2021-05-12 09:00:16,168 - apscheduler.scheduler - INFO - Scheduler has been shut down

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.