Questions (2343)

Votes
Answers
Views
Question
2
votes
5
answers
2164
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...
2
votes
7
answers
2831
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...
2
votes
1
answer
1557
views
asked 7 years ago by
Category: Chart Studies
Hello, I know I can scan for EMA's that crossed within 4 bars (here is the code:). What I need is to be able to scan for are stocks that crossed 4 days ago. Not 4 days ago and 3 days ago and 2 days ago. What I need is to be able to scan for are EMAs ...
2
votes
2
answers
1347
views
asked 7 years ago by
Category: Watch Lists
Hello Pete I am looking for a code that changes the background color of my watchlist when a green candle passes above the VWAP line on an Intraday Chart.
2
votes
2
answers
1546
views
asked 7 years ago by
Category: Stock Scanners
Greetings Mr. Hahn, I was attempting to filter your DMI study into scan that searched for stocks in which the D+ crosses the D- for the first time in "x" amount of periods on a daily chart, ideally, I see that when the D+ crosses for the first time t...
2
votes
1
answer
3028
views
asked 7 years ago by
Category: Stock Scanners
Hi Pete,   Wondering if possible in TOS to scan fro stocks that made 52 week high within this time frame 7/10 to 7/30
2
votes
2
answers
1505
views
asked 6 years ago by
Category: Chart Studies
Can you provide an example of how to use multiple aggregate time frames in the ThinkScript editor when comparing TTM_Squeeze for W/D/H charts so that an indicator showing one color when all time frames align and a second color when they do not?
2
votes
1
answer
3922
views
asked 6 years ago by
Category: Watch Lists
Hello Hahn, For traders who are looking for very quick moves in stock prices I wanted to know if you could provide a watchlist code for Percent change in last 5 minutes. In terms of coloring If the percent change is greater than 7%, in the last 5 min...
2
votes
1
answer
514
views
asked 4 years ago by
Category: Watch Lists
Could you please help me code for this WL on HULL to give a signal as soon as it changes from down to up or viceversa... for example "UP now" and the next bar just "up". The code I have is the following: input price = close; input length = 20; input ...
2
votes
2
answers
2266
views
asked 4 years ago by
Category: Chart Studies
♥ 1
Playing with an Options Volume script. Needed some help with directly getting the Option series data from a Symbol instead of inputting the data separately. This will make life much more easier since one can just select and paste the specific option ...