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
Josh Pate's College Football Show
5 hours ago $0.77 earnedCFP Reaction Special | Early Quarterfinal Thoughts | Transfer Portal Intel | Fixing The Playoff
437 watching -
23:55
CartierFamily
2 days agoElon & Vivek TRIGGER Congress as DOGE SHUTS DOWN Government
46.1K71 -
5:43:44
Scammer Payback
2 days agoCalling Scammers Live
141K21 -
18:38
VSiNLive
2 days agoProfessional Gambler Steve Fezzik LOVES this UNDERVALUED Point Spread!
104K17 -
LIVE
Right Side Broadcasting Network
10 days agoLIVE REPLAY: President Donald J. Trump Keynotes TPUSA’s AmFest 2024 Conference - 12/22/24
5,395 watching -
4:31
CoachTY
23 hours ago $27.59 earnedCOINBASE AND DESCI !!!!
147K11 -
10:02
MichaelBisping
22 hours agoBISPING: "Was FURY ROBBED?!" | Oleksandr Usyk vs Tyson Fury 2 INSTANT REACTION
67K13 -
8:08
Guns & Gadgets 2nd Amendment News
2 days ago16 States Join Forces To Sue Firearm Manufacturers Out of Business - 1st Target = GLOCK
104K86 -
10:17
Dermatologist Dr. Dustin Portela
2 days ago $18.00 earnedOlay Cleansing Melts: Dermatologist's Honest Review
137K14 -
1:02:20
Trumpet Daily
2 days ago $44.35 earnedObama’s Fake World Comes Crashing Down - Trumpet Daily | Dec. 20, 2024
99.9K61