Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

v0.10.0 No more Missing Signals, custom_sell() Unclogger, Long Continuous ROI-Table, Rolling Weighted-Buy/Sell Signals, Improved Optimisation Process & More!

Pre-release
Pre-release
Compare
Choose a tag to compare
@Rikj000 Rikj000 released this 17 May 22:51
· 108 commits to main since this release

WARNING: I am in no way responsible for your live results! This strategy is still experimental and under development!
WARNING: MoniGoMani should always be re-optimized unless you really know what you are doing when manually allocating parameters!
I strongly recommended to re-optimize your own copy of MoniGoMani while thinking logically, don't follow your computer blindly!

Please update your Freqtrade development too! (Tested on freqtrade develop-37b71b8c)

Changelog

  • Freqtrade itself:
    • No more missing signals after HyperOpting with Overrides! 🥳
    • HyperOpt and BackTest Results align with eachother again (Expect lower more realistic results)
  • Rewrote the Open Trade Unclogger:
    • BugFixed (Trailing)StopLoss not being returned correcly
    • Now it functions as a custom_sell() function instead of a custom_stoploss(), which is a less hacky/more natural place for it to live.
    • Dropped custom_info['trend_indicator'] storage.
    • Refined the default search spaces for the unclogger
  • Added Custom Long Continuous ROI-Table generation with configurable roi_table_step_size setting.
  • Added HyperOptable buy/sell__downwards/sideways/upwards_trend_total_signal_needed_candles_lookback_window parameters, which are used in the buy/sell signal calculation to take weighted signals that triggered in the last few candles into consideration.
  • Added number_of_weighted_signals setting to reach more equally divided total weighted signal scores
  • Added bull/bear pairs to blacklist
  • Updated default ADX threshold to 22
  • BugFixed UncloggedWinRatioAndProfitRatioLoss's Divided By 0 Exceptions
  • BugFixed Automatic RunMode detection
  • Improved the MoniGoMani Optimization Process
  • Updated README.md, renamed, updated and added new documentation sections in MGM_DOCUMENTATION.md, added separate VERYQUICKSTART_FREQTRADE.md
  • Added Some Test Results