New drop in replacement screener. Leverages TradingView public (though undocumented) screener api instead of performing native TA. This allows us to retrieve relevant indicators/recommendations for all pairs in a few seconds. Also, volatility is now based off of bollinger bands as I feel it is a better indicator of volatility. Rudimentary scoring system is implemented where certain indicators can be weighted more than others, and min. score is needed. Currently that is coded to be 10/10 according to the indicators present. This, and the indicators, can be easily configured w/minor changes to the code when/if it is deemed necessary by the community. Thresholds for given indicators and granularity are configurable via scanner.json.
Also throwing in a config permutation generator to assist others with their sim testing.
Fixes
Telegram scanner crashing when the _output.json file is missing or empty. Future-proofing market pair regex as these symbols just keep growing!
Type of change
Please make your selection.
[x] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] This change requires a documentation update
[x] This change requires a new dependency
[ ] Code Maintainability / comments
[ ] Code Refactoring / future-proofing
How Has This Been Tested?
Extensively tested by the myself and the community...even doing well in this bear market, considering.
Checklist:
[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[ ] I have added pytest unit tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
[ ] I have checked my code and corrected any misspellings
Description
New drop in replacement screener. Leverages TradingView public (though undocumented) screener api instead of performing native TA. This allows us to retrieve relevant indicators/recommendations for all pairs in a few seconds. Also, volatility is now based off of bollinger bands as I feel it is a better indicator of volatility. Rudimentary scoring system is implemented where certain indicators can be weighted more than others, and min. score is needed. Currently that is coded to be 10/10 according to the indicators present. This, and the indicators, can be easily configured w/minor changes to the code when/if it is deemed necessary by the community. Thresholds for given indicators and granularity are configurable via scanner.json.
Also throwing in a config permutation generator to assist others with their sim testing.
Fixes Telegram scanner crashing when the _output.json file is missing or empty. Future-proofing market pair regex as these symbols just keep growing!
Type of change
Please make your selection.
How Has This Been Tested?
Extensively tested by the myself and the community...even doing well in this bear market, considering.
Checklist: