Questions (2351)

Votes
Answers
Views
Question
0
votes
1
answer
4619
views
asked 7 years ago by
Category: Stock Scanners
I came across a relative volume indicator based on time. However, I cannot turn this script into a scan because "The complexity of the expression suggests that it may not be reliable with real-time data". The relative volume scan in TOS, unusual volu...
1
vote
2
answers
3747
views
asked 7 years ago by
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
767
views
asked 7 years ago by
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
1580
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 ...
1
vote
3
answers
686
views
asked 7 years ago by
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
380
views
asked 7 years ago by
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
1193
views
asked 7 years ago by
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
826
views
asked 7 years ago by
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
85
views
Be first to answer!
asked 7 years ago by
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
296
views
Be first to answer!
asked 7 years ago by
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...