Questions (2349)

Votes
Answers
Views
Question
0
votes
1
answer
74
views
asked 7 years ago by
Category: Chart Studies
I would like to know if there is a way to write a script that would place a live bracket order from a chart study? Thank you for you response.   Learning a lot from your informative videos.  
0
votes
1
answer
409
views
asked 7 years ago by
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
votes
2
answers
2501
views
asked 7 years ago by
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
votes
7
answers
2875
views
asked 7 years ago by
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
votes
2
answers
1601
views
asked 7 years ago by
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
votes
1
answer
973
views
asked 7 years ago by
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
votes
1
answer
2939
views
asked 7 years ago by
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
votes
0
answers
799
views
Be first to answer!
asked 7 years ago by
Category: Chart Studies
Hello Hahn, Have you ever looked at Tom DeMark indicators? do you think its possible to code this into TOS as a strategy?
2
votes
5
answers
2188
views
asked 7 years ago by
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
votes
5
answers
2296
views
asked 7 years ago by
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...