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 ;
-
2:03:32
Side Scrollers Podcast
17 hours agoMASSIVE Netflix Boycott + The TRUTH About Jimmy Kimmel’s Return + BIG Side Scrollers NEWS
17.2K7 -
15:05
GritsGG
1 day agoFlawless Duos Victory w/ Most Winning Duo in Warzone History!
951 -
1:53:52
FreshandFit
13 hours agoShe Was In 3 Domestic Violence Cases? Happy Birthday Fresh!!!
118K41 -
2:03:22
Inverted World Live
5 hours agoThe Aliens Are Underwater | Ep. 117
52.2K17 -
2:20:24
Badlands Media
13 hours agoDevolution Power Hour Ep. 394: The Long Game, Media Traps, and Military Signals
76.8K18 -
2:08:38
TimcastIRL
7 hours agoNetflix Shares TANK, Elon Says BOYCOTT After Writer MOCKS Charlie Kirk Assassination
214K162 -
8:48:01
SpartakusLIVE
9 hours agoI'M BACK || Quads w/ The Boys
79.4K4 -
9:33
Ken LaCorte: Elephants in Rooms
12 hours ago $3.17 earnedWhy Do Black Men Love Big Butts?
23K13 -
2:12
From Zero → Viral with AI
1 day ago $6.44 earned🚀 AI Marketing Isn’t Just for Big Brands Anymore — Here’s Why
36K10 -
9:51:58
Dr Disrespect
16 hours ago🔴LIVE - DR DISRESPECT - 10 WINS ON CONTROLLER - BO7 TOMORROW
311K20