Votes
Answers
Views
Question
1
vote
2
answers
4018
views
asked 8 years ago by Pete Hahn
Category:
Frequently Asked Questions
A viewer asks: I use TTM_ScalperAlert as my trigger point to get in an out of a trade. Is it possible to add sound to this alert? If so, can you show me what I need to do?
0
votes
1
answer
797
views
asked 8 years ago by Jesse Lopez
Category:
Chart Studies
Hey Pete! How would we make a Multiple Time-Frame Oversold Indicator using the RSI? Allowing us to change the aggregate time frames and what the Oversold value is for all timeframes. Thanks Pete! Your help is awesome!
2
votes
1
answer
1698
views
asked 8 years ago by Mike D'Antonio
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 ...
1
vote
3
answers
724
views
asked 8 years ago by Hector Herrera
Category:
Chart Studies
Hi Pete From your code for the Slim scan, is it possible to include the purple condition also when performing a momentum up scan? Doing this would include stocks that are presently consolidating or forming a base in the context of an up trend. Please...
0
votes
3
answers
414
views
asked 8 years ago by Bob DeKorte
Category:
Watch Lists
What I want to know how to do is, "create a custom watchlist coulomb, so that the background color changes when the current price creates a new daily high, and changes to a different color when the last price creates a new 2-day high".
1
vote
4
answers
1338
views
asked 8 years ago by Hector Herrera
Category:
Chart Studies
Hello, Great tutorials and information. My question is as follow; Is it possible to code an indicator for Thinkorswim using another indicator as the input instead of price? For example, I was trying to plot Donchian Channels but not of price, I wante...
1
vote
1
answer
855
views
asked 8 years ago by glider1713
Category:
Chart Studies
Hi Pete, I'm trying to figure out how to apply a moving average to a relative strength (correlation) indicator. I have a security eg SPY in the main chart. The lower RS indicator has SPY:GLD. When I add the MA, to the RS, it's the one for SPY or what...
0
votes
0
answers
91
views
Be first to answer!
asked 8 years ago by Scott S
Category:
Stock Scanners
I called TOS and I can't believe TOS doesn't have a time column in the scans. This voids most any scan or makes it very hard to use. Example, I have a scan called price spike with 50 results, obviously I don't want to see the stock that spiked and ho...
0
votes
0
answers
311
views
Be first to answer!
asked 8 years ago by QWERTY POIU
Category:
Strategy Guide
hey Pete, Based on this simple script below def exit = 1; I need your help to make this simple command work, in which from the time of 15:54 until 16:00 the exit will be equal to zero I still have not found a way to translate this into Thinkscri...
0
votes
2
answers
308
views
asked 8 years ago by mail engineer
Category:
Chart Studies
Hello Mr. Hahn, First all, Kudos to your scripting skills and the videos you make are awesome. I'm just trying out your Volume_Profile_Scan and as soon as I add the scan, Profiling on the chart shrinks to 10% in size. Looks like the problem is the pr...