Ar_Upgraded_MACD [AriVestHub]
Introduction
This indicator is an improved version of the MACD. In the simple and default mode of the MACD, there are numerous peaks and troughs. In this version, by applying custom settings, you can draw horizontal lines such that the desired number of peaks and troughs are between the regions. This helps to ignore the peaks and troughs that have smaller fluctuations compared to the others. Doing this manually is almost impossible. After drawing these lines, you can base the entry and exit signals on the peaks and troughs that have the greatest movement and size, as there will be a higher chance of a reversal from those regions.
Key Features
Identification of Key Peaks and Troughs: The script identifies and marks key peaks and troughs.
Customizable Settings: You can adjust the number of horizontal lines and how they are drawn based on your personal needs.
Conclusion
This script is a useful tool for traders looking to identify peak and trough patterns in the MACD. By highlighting these patterns, traders can make more informed trading decisions.
Improved
Improved Commodity Channel IndexI took the normal CCI version and I made it better and more pleasantly visual.
At the same time now the CCI changes color based on the direction is going to take
We also have more levels, to define even better the current situation.
Details are simple :
green color cci = uptrend - > buy
red color cci = downtrend - > sell
Nth-Occurrence Custom barssince() Function by Cryptorhythms [CR]Nth-Occurrence Custom barssince() Function by Cryptorhythms
Description
The vanilla barssince() function in pine only finds the number of bars since the most recent occurrence of the condition. This version allows you to specify an Nth occurrence back to check the bars since! Its also a nice little one liner.
I really hope you enjoy it and if you're looking for more, this is our 79th script on TV, so there is plenty to choose from!
Let me know in the comments if you create anything useful from this or think of anyway to improve it!