🧾 Description: A nexus is a connection, link, or neuronal junction where signals and information are transmitted between different elements. The MTF MAs and Crosses Nexus indicator serves as a nexus between MTF Moving Averages by facilitating the visualization and interaction of up to eight multi-timeframe moving averages, each with its own customizable...
A trend following indicator that allows traders/investors to enter trades for the long term, as it is mainly tested on the daily chart. The indicator fires off buy and sell signals. The sell signals can be turned off as trader can decide to use this indicator for long term buy signals. The buy signals are indicated by the green diamonds, and the red diamonds show...
This Pine Script indicator is designed to provide traders with a visual representation of trade volume, moving average (MA) angle, and price velocity on a chart. The primary components of this indicator are: Trade Volume: The indicator compares the current bar's trade volume with the average volume over a user-defined lookback period. The volume is displayed as...
Introduction Heyo guys, here I made a comparison between my favorised smoothing algorithms. I chose the R-Squared value as rating factor to accomplish the comparison. The indicator is non-repainting. Description In technical analysis, traders often use moving averages to smooth out the noise in price data and identify trends. While moving averages are a useful...
Library "L_Trade_Boundaries" Trade Boundaries suggest a strength of the security with respect to previous lows. The "L" implies library, and the trade boundaries implies it could be utilized for price strengths. Though, this should not be used as a single parameter to trade wildly. This library can be imported to a custom indicator to utilized the custom...
A classic EMA ribbon setup. The script uses eight EMAs, with default lengths ranging from 21 to 55 periods, with an additional EMA with a default length of 200 periods. The lengths of the EMAs can be customized, when customizing, the shortest time frame should be first and the longest time frame last. The ribbons gradient strength is calculated based on the...
This is my effort to bring together in a single script the widest range of moving averages possible. I aggregated the calculation of averages within a library. For more information about the library follow the link: Basically this indicator is the visual result of this library. You can choose the moving average and the script updates the chart as per the...
Library "MovingAveragesProxy" Moving Averages Proxy - Library of all moving averages spread out in different libraries rvwap(_src, fixedTfInput, minsInput, hoursInput, daysInput, minBarsInput) Calculates the Rolling VWAP (customized VWAP developed by the team of TradingView) Parameters: _src : (float) Source. Default: close fixedTfInput :...
Introduction This is a collection of multiple moving averages, where you can have a rainbow of moving averages with different types that can be defined by the user. There are already other indicators in this rainbow style, however certain averages are absent in certain indicators and present in others, needing the merge to have a more complete solution. ...
█ Goals This is an indicator that brings together Bollinger Bands and Keltner's Channels in one thing. Both are very similar, so I decided to make a merge of the best features I found out there. Here there is the possibility of choosing one of these two as needed. In addition, I added the following resources: 1. Pre-Defined intermediate bands with Fibonacci...