Votes
Answers
Views
Question
0
1
426
asked 8 years ago by John Meneghini
Category:
Stock Scanners
I am trying to develop a DMI/ADX scan where I can ask the scan to show ADX above 40, D- above 40 and D+ below 15. The only problem is the default shows those conditions for the 14 day period. I would like to see the results only those stocks that a...
0
2
2629
asked 8 years ago by Mike Costello
Category:
Alerts and Notifications
I am currently using the TTM Trend (Licensed by John Carter to TOS) and the TTM Trend Alert that Pete Hahn created. See below for text of alert. I can only use the standard TOS sounds for the alert (Bell, Ding, Ring, Chimes) but would like to creat...
2
7
3115
asked 8 years ago by Leonardo Finch
Category:
Chart Studies
Hey traders. so I wanted to make this study where the bars are colored in GREEN above the 20sma, and colored in RED below the 20sma. So I contacted thinkorswim customer service and the guy told me that I could use this study LBR_PaintBars and so i co...
0
2
1665
asked 8 years ago by Jonathan Hardisty
Category:
Watch Lists
Hi Is it possible to create a dynamic watchlist with ThinkScript that’ll show all tickers that have reached a new high/low 1. for X period, eg. 52 week, daily, weekly, etc 2. sets the color to Green/Red respectively 3. Has a count column that shows t...
0
1
1028
asked 8 years ago by Amit Singh
Category:
Watch Lists
TOS has a "tick" you can use to scan stocks but not one where it displays the tick count for that specified period. Is this possible? Thanks!
0
1
3010
asked 8 years ago by Mr. Lloyd
Category:
Chart Studies
Hi Mr. Hahn, thank you for all that you do. I have a request for Smooth Moving Average(SMMA) (https://mahifx.com/mfxtrade/indicators/smoothed-moving-average-smma) crossover scan. I would like to scan for stock with smma crossovers were it show only...
0
0
836
Be first to answer!
asked 8 years ago by Graham Jervis
Category:
Chart Studies
Tags:
Hello Hahn, Have you ever looked at Tom DeMark indicators? do you think its possible to code this into TOS as a strategy?
2
5
2338
asked 8 years ago by Sam Tanner
Category:
Alerts and Notifications
Hi Mr. Hahn, Below is a code for a Hull MA that alerts with a bell sound when the color of the HMA changes. #Hull Moving Average input price = close; input length = 20; input displace = 0; plot HMA = MovingAverage(AverageType.HULL, pric...
0
5
2451
asked 8 years ago by Dave DoggyDogg
Category:
Stock Scanners
Individual Daily Gain scanner over period of days i will gladly contribute for your time if you can help me out, im looking for something somewhat simple. i need help trying to setup a thinkorswim scanner that will scan previous 3 days in which every...
1
1
123
asked 8 years ago by Amit Singh
Category:
Watch Lists
Hello Peter, I tried to do it myself but was not able to. Is there a way you can quickly code the PSAR onto the watchlist (similar to how you did it with the TTM)? Thanks!