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

Commit

Permalink
Updated Planned + Removed unneeded import
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikj000 committed Apr 4, 2021
1 parent 60154db commit 742d481
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ python ./user_data/Total-Overall-Signal-Importance-Calculator.py -sc BTC
- Try to get fewer points in the code where the DataFrame gets accessed for speed improvements
- [MultiThreaded DataFrame indicator checking](https://www.machinelearningplus.com/python/parallel-processing-python/) if possible for speed improvements
- Settings to enable/disable HyperOpting for individual `buy_params` & `sell_params`
- If open trade's trend changed for X candles (hyperoptable), check if trade is making losses & send sell signal if it is (To try to unclog the bot & attempt to continue the profit climb :rocket:)
- If open trade's trend changed for X candles & X% of open trades is making losses (indication of clogged with bad trades, both settings hyperoptable) => Send out sell signal for open trades making losses (To try to unclog the bot & attempt to continue the profit climb :rocket:)
- **Other & Better indicators!** MoniGoMani has been designed so signals can easily be inserted / swapped out
Please use the `Total-Overall-Signal-Importance-Calculator.py` (added in `v0.7.1`) to find out which signals do best and report your results to the Discord server, so we can improve! :rocket:
- Individual `BTC_config.json` & `USDT_config.json` files, as well as individual `BTC_MoniGoManiHyperOpted.py` & `USDT_MoniGoManiHyperOpted.py` releases
Expand Down
1 change: 0 additions & 1 deletion user_data/strategies/MoniGoManiHyperStrategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# ta._ta_lib.<function_name> can temporarily be used while writing as a workaround
# Then change back to ta.<function_name> so IDE won't nag about accessing a protected member of TA-Lib
from pandas import DataFrame
import multiprocessing as mp

# ------------------------------------------------------------------------------------------------------
class_name = 'MoniGoManiHyperStrategy'
Expand Down

0 comments on commit 742d481

Please sign in to comment.