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

Commit

Permalink
Updated Markdown + Calculator Test result providen
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikj000 committed Apr 3, 2021
1 parent 53c3ab0 commit 4acd582
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 31 deletions.
@@ -1,35 +1,42 @@
Signal importance report
--------------------------------------------------------------------
Stake currency: BTC

Total Overall Signal Importance:
--------------------------------
adx_strong_up_down: 76.5%
bollinger_bands: 120.33%
ema_long_golden_death_cross: 118.67%
ema_short_golden_death_cross: 134.33%
macd: 64.33%
rsi: 103.17%
sma_long_golden_death_cross: 127.33%
sma_short_golden_death_cross: 154.67%
vwap_cross: 92.33%
--------------------------------------------------------------------
avg | down | side | up
adx_strong_up_down: 40.17% | 54.5% | 29.0% | 37.0%
bollinger_bands: 51.0% | 57.5% | 64.5% | 31.0%
ema_long_golden_death_cross: 66.67% | 73.5% | 77.5% | 49.0%
ema_short_golden_death_cross: 68.33% | 64.0% | 64.5% | 76.5%
macd: 29.0% | 9.5% | 30.5% | 47.0%
rsi: 40.17% | 57.0% | 12.5% | 51.0%
sma_long_golden_death_cross: 54.33% | 65.5% | 53.5% | 44.0%
sma_short_golden_death_cross: 73.67% | 55.5% | 74.5% | 91.0%
vwap_cross: 46.67% | 57.0% | 62.5% | 20.5%

Total Overall Buy Signal Importance:
------------------------------------
adx_strong_up: 109%
bollinger_bands: 208%
ema_long_golden_cross: 156%
ema_short_golden_cross: 198%
macd: 106%
rsi: 189%
sma_long_golden_cross: 219%
sma_short_golden_cross: 243%
vwap_cross: 137%
--------------------------------------------------------------------
avg | down | side | up
adx_strong_up: 36.33% | 76% | 15% | 18%
bollinger_bands: 69.33% | 94% | 53% | 61%
ema_long_golden_cross: 52.0% | 55% | 83% | 18%
ema_short_golden_cross: 66.0% | 32% | 85% | 81%
macd: 35.33% | 18% | 40% | 48%
rsi: 63.0% | 94% | 1% | 94%
sma_long_golden_cross: 73.0% | 69% | 80% | 70%
sma_short_golden_cross: 81.0% | 81% | 63% | 99%
vwap_cross: 45.67% | 41% | 65% | 31%

Total Overall Sell Signal Importance:
-------------------------------------
adx_strong_down: 44.0%
bollinger_bands: 32.67%
ema_long_death_cross: 81.33%
ema_short_death_cross: 70.67%
macd: 22.67%
rsi: 17.33%
sma_long_death_cross: 35.67%
sma_short_death_cross: 66.33%
vwap_cross: 47.67%
--------------------------------------------------------------------
avg | down | side | up
adx_strong_down: 44.0% | 33% | 43% | 56%
bollinger_bands: 32.67% | 21% | 76% | 1%
ema_long_death_cross: 81.33% | 92% | 72% | 80%
ema_short_death_cross: 70.67% | 96% | 44% | 72%
macd: 22.67% | 1% | 21% | 46%
rsi: 17.33% | 20% | 24% | 8%
sma_long_death_cross: 35.67% | 62% | 27% | 18%
sma_short_death_cross: 66.33% | 30% | 86% | 83%
vwap_cross: 47.67% | 73% | 60% | 10%
2 changes: 1 addition & 1 deletion VERYQUICKSTART.md
Expand Up @@ -33,7 +33,7 @@ Check the [Go-To Commands](https://github.com/Rikj000/MoniGoMani/blob/main/VERYQ
## Total Overall Signal Importance Calculator
Paste the `buy_params` & `sell_params` results from your HyperOpt over in the `/user_data/Total-Overall-Signal-Importance-Calculator.py` file.
Then execute: `python ./user_data/Total-Overall-Signal-Importance-Calculator.py -sc BTC` from your favorite terminal / CLI to calculate the overall importance of the signals being used.
The higher the score of a signal the better! And now it will also export to a `.log` file for easy sharing!
The higher the score of a signal the better! And now it will also export to a `importance.log` file in the same folder for easy sharing!
Share these results in [#moni-go-mani-testing](https://discord.gg/xFZ9bB6vEz) so we can improve the signals!

- Now you must fill in `-sc` or `--staking-currency` with the one you use in `config.json` as `stake_currency` since it really matters
Expand Down

0 comments on commit 4acd582

Please sign in to comment.