- Questions
- Chart Studies
Votes
Answers
Views
Question
1
1
75
asked 8 years ago by Mike D'Antonio
Category:
Chart Studies
How can I make a simple moving average for two different stocks? Here is an example: Stock1 = AAPL Stock2 =AMZN (closeofstock1 + closeofstock2)/2 (144 + 925)/2 = 534.50 Thanks!
0
2
1642
asked 8 years ago by Hector Herrera
Category:
Chart Studies
Hi Pete, There is a basic breadth indicator available in other platforms that I was surprise TOS did not have. This indicator is great primarily for swing traders, it gives a very good idea when stocks are overheated and possibly ready for a pullback...
0
1
791
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
1
1678
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
3
717
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...
1
4
1309
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
1
849
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
2
304
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...
0
2
743
asked 8 years ago by Tery
Category:
Chart Studies
Hi Pete, The ATR Trailing Stop code for chart study w/alerts you shared is very helpful. Is it possible to use ATR Trailing Stop in a conditional order? I would like to use it only for Stop Loss. I already have a position entry signal. Let me know i...
0
2
1725
asked 8 years ago by Mike D'Antonio
Category:
Chart Studies
Hello, I am having trouble coding this study. I am trying to make a lower study that represents which ema is over the other. I need it so that if the 12 ema is above the 30 ema, a green dot is plotted in a lower study, and if the 30 ema is above the ...