TradingView
Julien-PH
3 avr. 2022 00:38

Bitcoin Risk Long Term indicator 

Bitcoin all time history indexINDEX

Description

OBJECTIVE:
The purpose of this indicator is to synthesize via an average several indicators from a wide choice with in order to simplify the reading of the bitcoin price and that on a long term vision.
Useful for those who want to see things simply, typically to make a smart DCA based on risk.
I originally used this script as a sandbox to understand and test the usefulness of several indicators, and to develop my PineScript skills, but finally the Risk Indicator output seems relevant so I decided to share it.

USAGE:
The selected indicators are the ones that I think give the best market bottoms, but the idea here is that anyone can try and use any set of indicators based on those preferences (post in comments if you find a relevant config)
Most of the indicator inputs are configurable. And some are not taken into account in the calculation of the Risk indicator because I consider them not relevant, this script is also a test more than a final version.

NOTES :
If you have any idea of adding an indicator, modification, criticism, bug found: share them, it is appreciated!
In the future I will create another more versatile Risk indicator that will not be focused on bitcoin in weekly. (this indicator is still usable on other assets and timeframe)

THANKS:
to Benjamin Cowen for inspiring me with his Bitcoin Risk metric
to Lazybear for his Wavetrend Indicator and all the scripts he shares
to Mabonyi for his Bitcoin Logarithmic Growth Curves & Zones script
to VuManChu for his VMC Cypher B Divergence
to the Trading view team for developing TV and PineScript
And to all the community for all the published codes that allowed me to progress and create this script

---- FR ----

OBJECTIF :
L'objectif de cet indicateur est de synthétiser via une moyenne plusieurs indicateurs parmi un large choix avec afin de simplifier la lecture du cours de bitcoin et cela sur une vision longue terme.
Utile pour ceux qui veulent voir les choses simplement, typiquement faire un DCA intelligent en fonction du risque.
À la base j'ai utilisé ce script comme un bac à sable pour comprendre puis tester l'utilité de plusieurs indicateurs, et développer mes compétences PineScript, mais finalement l'output Risk Indicateur me semble pertinent donc autant le partager.

UTILISATION :
Les indicateurs sélectionnés sont ceux qui permettent selon moi d'avoir les meilleurs point bas de marché, mais l'idée ici est que chacun puisse essayer et utiliser n'importe quel ensemble d'indicateur en fonction de ces préférences (poster en commentaire si vous trouvez une configuration pertinente)
La plupart des inputs indicateurs sont paramétrables. Et certains ne sont pas pris en compte dans le calcul du Risk indicateur car je les estime non pertinent, ce script est aussi un essai plus qu'une version finale.

NOTES :
Si vous avez la moindre idée d'ajout d'indicateur, modification, critique, bug trouvé : partagez-les, c'est apprécié !
à l'avenir je créerais un autre Risk indicator plus polyvalent qui ne sera pas focalisé sur bitcoin en weekly. (cet indicateur est tout de même utilisable sur d'autre actif et timeframe)

REMERCIEMENT :
à Benjamin Cowen pour m'avoir inspiré avec son Bitcoin Risk metric
à Lazybear pour son Wavetrend Indicator et globalement tout les scripts qu'il partage
à Mabonyi pour son script Bitcoin Logarithmic Growth Curves & Zones
à VuManChu pour son VMC Cypher B Divergence
à l'équipe Trading view pour avoir développé TV et PineScript
Et à toute la communauté pour tous les codes publiés qui m'ont permis de progresser et de créer ce script

Notes de version

- Set the log curve variables as input
- Change the default values to intercept the candles low rather than the bottom of the candle body
Commentaires
neardaniel
One of the best indicators I have ever seen, ty so much for this. I really appreciate your time and effort :)
Julien-PH
thx @neardaniel, I hope this will help you in these tough times
Maximalist1997
Thats unbeliavable! Thanks for that mate!

Quick doubt, how can I apply this risk metric for altcoins?

Thanks
Julien-PH
Thank @Maximalist1997, you can use it like a overall sentiment of the crypto market, and even if you can use it on other crypto/timeframe, the input indicators remain fixed on BTC in weekly.
Maximalist1997
@Julien-PH, Thanks for the quick reply! So, I cant just adjust and change BTC for ETH in all variables to reproduce the same metric for altcoins?
Julien-PH
Some indicators are linked to BTC in my script (Bitcoin Log curve, Supply, Mayer Multiple), so in its current state it is only usable on Bitcoin, that's the spirit in which I created it. This code is open-source, and everyone is free to play with it, but I will soon create an indicator in the same spirit (a synthetic indicator of several others to choose from) but which adapts to the asset and the timeframe. And on which I will add other ideas, divergences and fibo for example
Plus