Votes
Answers
Views
Question
0
1
92
asked 4 years ago by Ariel Chao
Category:
Chart Studies
Hi Pete! Hope everything is going well! I would like to display multiple MACD indicators from different time frames on my ThinkorSwim Chart. For example, I want to be able to see both the 3 minutes and 5 minutes MACD on my 5 minute chart. Do you know...
0
1
47
asked 4 years ago by Chanan Siegel
Category:
Chart Studies
How could I change the existing VWAP Code so that the VWAP pricing is only based on the Closing price( and not based upon the avg of (High+Low + close)/3
1
1
183
asked 4 years ago by Brett Lehmberg
Category:
Chart Studies
Hello, Is there a simple way to have the chart background color change based on being below or above a certain price level in ThinkorSwim?
0
1
139
asked 4 years ago by Alex Minott
Category:
Stock Scanners
Hi Pete, Much appreciation for the work you do. It helps new traders like myself utilize thinkorswim much better. My question for you is how do you convert a moving average scan you've done a while back to a DEMA scan? This is the link to the scan yo...
0
1
65
asked 4 years ago by lucius fox
Category:
Stock Scanners
Is there a way to run script only on these symbols /ES or /CL or /HG? And the script I am looking to run is something simple like this: ATR()[1] >= 0.25 I looked online and discovered if GetSymbol() but unsure if this is what I am supposed to be u...
0
1
113
asked 4 years ago by Lego Monster
Category:
Stock Scanners
I have a custom indicator that counts the number of bars passed when the condition is true. I am using that study in the Scan across 2 time frames Condition 1 : BarCount > 0 on Daily Time Frame Condition 2 : BarCount = 1 or BarCount =2 in Two Hou...
0
1
88
asked 4 years ago by Nisar Lashkar
Category:
Stock Scanners
Hi there Pete, I need help building a simple moving average based price action scanner. Two time frames are concerned 4H and 1H. I am looking for an entry confirmation on the 1H, while the 4H is doing something. 4Hour: -34 SMA is above the 13 SMA (by...
0
1
119
asked 4 years ago by Raghav Goel
Category:
Chart Studies
Hi Pete- How can I add three labels to a Study that are gray but turn green when the stock is trading within 2.5% of its daily, weekly and monthly highs respectively. Thanks.
0
1
175
asked 4 years ago by DAVID
Category:
Stock Scanners
Hello Pete,thank you for all you do! Please I was wondering if you can help create a TOS code with these thoughts for a scan and trigger signal plot on chart. Below are the criteria: Price close more than 50% of the candle body outside the lower band...
0
2
327
asked 4 years ago by Ken White
Category:
Stock Scanners
Curious if TOS has their API available to write a script to add scan results to a watchlist. My alerts for my scan only stay on for like 5 minutes before they are removed. I would like to make a static watchlist from these alerts and I do not want to...