GrantPeace

Simple Moving Mode

Introduction

While this indicator is the first of it's type and has never been built before, it is as fundamental as a moving average!
The code complexity was very high which is the primary reason this has not been done before.
The indicator operates in real-time and does not change after it has been plotted as it has been coded in the latest Pinescript V3 meaning that it is fully functional for trading!

Understanding the Simple Moving Mode (SMMO)

By definition, the mode is the value within a set of data that occurs the most often. This makes it different to an average or median. In this context, the “Period” of the moving mode defines how many candlesticks should be used in the data set.


Once the period of data has been defined, the most commonly occurring price within that set must be determined. Unfortunately, the event of any high, low, or closing value of a time stamp being the same is infrequent as many securities trade to the precision of at least two decimal places. To overcome this, the middle value represents each candlestick in the data set and a user defined precision factor has been created labelled, Range.

Setting this value to zero will mean that each value within the period must be the same, while setting this value to “1” will allow for +/-0.5% between the values, making modal occurrences more common. If a mode does not occur within a set, the indicator will automatically plot the candle value.

Indicator Utility

The Simple Moving Mode has many different applications. While price action can be used as a point of reference when trading with the indicator, it is recommended to pair the SMM with other indicators to create points of interest.


Remember, the mode will only change when another more commonly occurring value presents itself. For this reason, the SMM appears as a Step-Line. This indicator works as a perfect representation of a Moving Mode with a defined period. Any indicator that is plotted as a smoothed or curved line is NOT MODAL.

Don't forget to give it a like!
Right now, the script only caters to a period length of 1 to 50. If there is enough interest, I will continue to finish up to a period length of 200 (this will probably be another 1000 lines of code).

Happy Trading!


Kenzing trading indicators for TradingView perform advanced real-time analysis of stock price trends and display alerts that are easy for the average Trader to interpret.


www.kenzing.com
仅限邀请脚本

仅限作者授权的用户访问此脚本,并且通常需要付费。您可以将其添加到收藏中,但是只有在向作者请求并获得许可之后,才能使用它。 请与GrantPeace联系以获取更多信息,或按照以下作者的说明进行操作。

在您100%信任脚本作者并了解脚本的工作原理之前,TradingView不建议您购买脚本并使用它。在很多情况下,您可以在我们的公共指标库中免费找到一个不错的开源替代品。

免责声明

这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。

想在图表上使用此脚本?

警告:请阅读,然后再请求访问权限。