Premium Only Content

Free Scan! Basic Coding On Think or Swim.
Creating buy and sell signals on the stochastic momentum Index.
# Stochastic Momentum Index Scan Bull and Bear
#
# TD Ameritrade IP Company, Inc. (c) 2008-2021
#
declare lower;
input over_bought = 40.0;
input over_sold = -40.0;
input percentDLength = 3;
input percentKLength = 5;
def min_low = Lowest(low, percentKLength);
def max_high = Highest(high, percentKLength);
def rel_diff = close - (max_high + min_low) / 2;
def diff = max_high - min_low;
def avgrel = ExpAverage(ExpAverage(rel_diff, percentDLength), percentDLength);
def avgdiff = ExpAverage(ExpAverage(diff, percentDLength), percentDLength);
def SMI = if avgdiff != 0 then avgrel / (avgdiff / 2) * 100 else 0;
def AvgSMI = ExpAverage(SMI, percentDLength);
def overbought = over_bought;
def oversold = over_sold;
Plot Uparrow = SMI > AvgSmi and SMI[1] < AvgSMI[1] and SMI < Oversold and AvgSMI < Oversold ;
def DownArrow = SMI < AvgSmi and SMI[1] > AvgSMI[1] and SMI > OverBought and AvgSMI > Oversold ;
-
LIVE
Sean Unpaved
2 hours agoSnap Counts & Showdowns: Hunter's Usage, CFB Fire, & Playoff Baseball Bonanza
7,370 watching -
56:09
Steven Crowder
4 hours agoBlack Fatigue is Real and I Told Them Why | Black & White on the Gray Issues
253K895 -
DVR
Simply Bitcoin
2 hours ago $0.33 earnedLEAKED CONVERSATION: US SECRET Bitcoin Plan EXPOSED?! | EP 1350
262 -
LIVE
StoneMountain64
2 hours agoBF6 Full Release Gameplay Review - I have been playing EARLY
182 watching -
LIVE
Barry Cunningham
14 hours agoBREAKING NEWS: PRESIDENT TRUMP HOSTS FULL CABINET MEETING!
950 watching -
1:59:05
The Charlie Kirk Show
2 hours agoTurning Point Halftime + Antifa Panel Aftermath + Right-Wing Taylor Swift? |Patrick, Cuomo|10.9.2025
31.1K12 -
27:46
Jasmin Laine
2 hours agoCBC TURNS On Carney After Trump HUMILIATES Him–Poilievre’s Response Goes Viral
3044 -
4:27:44
Right Side Broadcasting Network
5 hours agoLIVE REPLAY: President Trump Hosts a Cabinet Meeting - 10/9/25
87.2K39 -
LIVE
Mark Kaye
2 hours ago🔴 Schumer BUSTED Celebrating Democrat Shutdown!
987 watching -
1:00:33
Timcast
2 hours agoTrump To Declare Antifa FOREIGN Terrorist Org, Antifa Leaders FLEE Country
120K70