Sam4xx

Sam4x 9:45 secret

What Is the Sam4x 9:45 Secret?


The Sam4x 9:45 secret indicator uses three smoothed moving averages, set at five, eight, and 13 periods, which are all Fibonacci numbers. The initial smoothed average is calculated with a simple moving average (SMA), adding additional smoothed averages that slow down indicator turns.
SUM1 = SUM (CLOSE, N)
SMMA1 = SUM1/N

Subsequent values are:

PREVSUM = SMMA(i-1) *N

SMMA(i) = (PREVSUM-SMMA(i-1)+CLOSE(i))/N

Where:

SUM1 - the sum of closing prices for N periods;

PREVSUM - smoothed sum of the previous bar;

SMMA1 - smoothed moving average of the first bar;
SMMA(i) - smoothed moving average of the current bar (except for the first one);

CLOSE(i) - current closing price;

N - the smoothing period.

How the indicator is calculated is important for understanding the inner workings of the indicator. Luckily, the calculation is not required in practice. The Alligator indicator can be added to your charts from the indicator list in your charting or trading platform.

The three moving averages comprise the Jaw, Teeth, and Lips of the Sam4 9:45 secret opening, and closing in reaction to evolving trends and trading ranges:
Jaw (blue line): Starts with the 13-bar SMMA and is smoothed by eight bars on subsequent values.

Teeth (red line): Starts with the eight-bar SMMA and is smoothed by five bars on subsequent values.

Lips (green line): Starts with the five-bar SMMA and smoothed by three bars on subsequent values.

Invite-only script

Access to this script is restricted to users authorized by the author and usually requires payment. You can add it to your favorites, but you will only be able to use it after requesting permission and obtaining it from its author. Contact Sam4xx for more information, or follow the author's instructions below.

TradingView does not suggest paying for a script and using it unless you 100% trust its author and understand how the script works. In many cases you can find a good open-source alternative for free in our Community Scripts.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Author's instructions

The author of this script can no longer grant access to it. Please don't request access.

Want to use this script on a chart?

Warning: please read before requesting access.