This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
v0.12.0 Weighted Signal Interface, Master Framework/Settings Separation, Configurable HyperOptable Stoploss & More!
Pre-release
Pre-release
⚠️ Disclaimer
- This strategy is under development. It is not recommended running it live at this moment.
- Always test this strategy before using it!
- I am in no way responsible for your live results! This strategy is still experimental and under heavy development!
- MoniGoMani should always be re-optimized after doing manual changes!
- You need to optimize your own copy of MoniGoMani while thinking logically, don't follow your computer blindly!
Please update your Freqtrade to it's official development
branch!
This release was brought to you in collaboration with @bgouvea & @raftersvk! 🎉
Changelog
- ✨ Added Weighted Signal Interface to easily implement new indicators and weighted signals used by MGM! 🚀
- ✨ Added Master Framework file. Now all settings & code are pretty much separated!
- ✨ Added Configurable HyperOptable Stoploss to fine-tune where HyperOpt should look
- ⚡ Updated Optimization Process & Go-To Commands
- ✨ Added separate command for applying the results after a 2nd HyperOpt Run
- ⚡ Updated commands so StaticPairLists will automatically be applied after downloading
- ⚡ Updated mgm-config.json
- ✨ Added
Freqtrade Protections
optimized for MGM - 📦 Grouped, moved and added settings
- ✨ Added
- ⚡ Updated so weighted signals can only trigger once in their respective lookback windows
- ⚡ Updated debuggable dataframe to separate weighted signals into individual trends
- ⚡ Updated docker-compose.yml and Dockerfile.MoniGoMani for better Docker support
- ♻️ Refactored nearly all code duplications away and improved upon code readability!
- ♻️ Refactored the Total Overall Signal Importance Calculator:
- ✨ Added Total Signals Needed Section
- ⚡ Automatically load
mgm-config-hyperopt.json
andmgm-config.json
- ⚡ Improved upon styling
- 🔥 Removed unneeded sub commands and results copy-paste section
- 🔥 Removed temporary Docker fix
- ♻️ Refactored Binance-Retrieve-All-Tradable-StaticPairList.py
- 🪲 BugFixed TimeFrame kept Zooming at all times
- 📝 Updated README.md, COMPLETELY NEW DOCUMENTATION in MGM_DOCUMENTATION.md, updated VERYQUICKSTART_FREQTRADE.md!
- 📝 Added Some Test Results