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

v0.9.0 Open Trade Unclogger, TimeFrame-Zoom, Precision Setting & More!

Pre-release
Pre-release
Compare
Choose a tag to compare
@Rikj000 Rikj000 released this 21 Apr 21:45
· 151 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!

One of the biggest updates MoniGoMani has seen so far!
Brought to you in collaboration with @DisesiD, @FreshLettuce, 2 amazing additions to the development team of MoniGoMani! 🚀

Changelog

  • Added Open Trade Unclogger: When enabled it attempts to unclog the bot when it's stuck with losing trades & unable to trade more new trades. (HyperOptable)
  • Added TimeFrame-Zoom: When enabled a zoomed in TimeFrame can be used during backtesting/hyperopting to prevent profit exploitation
  • Added Precision Setting: When different from 1 it can be used to control the precision / step size used during hyperopting.
  • Updated the Total Overall Signal Importance Calculator:
    • Optional fill in -pu or --precision-used to re-calculate the weights to what would be expected after running hyperopt with precision enabled. Always use this after running hyperopt with precision different from 1!
    • Added Open Trade Unclogger Results to the Report
    • BugFix: Integers being printed as Doubles when using -fm or -pu
  • Added Binance-Retrieve-Pair-List: To retrieving all tradable pairs on Binance and create your own pairs-btc.json file for freqtrade data-download (Thanks to @PoCk3T)
  • Added MoniGoMani Logging
  • Added Class Level RunTime Detection
  • Reworked config.json (Renamed to config-btc.json + timeframe line removed!)
  • Reworked docker-compose.yml
  • Updated README.md, updated and added new documentation sections in VERYQUICKSTART.md
  • Added Some Test Results & Cluster Results (Thanks to @nightshift2k)