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

v0.7.2 Huge code refactor (& minor performance improvements)

Pre-release
Pre-release
Compare
Choose a tag to compare
@Rikj000 Rikj000 released this 02 Apr 20:13
· 224 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!

Huge code refactor that changed the original trend arrays to buy_params & sell_params arrays throughout all MoniGoMani code.
Also removed the unneeded debuggable_weighted_signal_dataframe from MoniGoManiHyperOpted which should cause a some minor decrease in CPU usage.
It will also help in keeping people from accidentally turning it on for their runs.

  • v0.7.2 (02-04-2021 - Huge code refactor - Changed original trend array to buy_params & sell_params - Removed unneeded debuggable_weighted_signal_dataframe from MoniGoManiHyperOpted)