Chart Studies (873)

Votes
Answers
Views
Question
1
vote
2
answers
460
views
asked 8 years ago by
Category: Chart Studies
Hi Pete, Is there a way in TOS to chart buying volume and selling volume ?  
1
vote
1
answer
823
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...
1
vote
4
answers
1184
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
3
answers
681
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...
1
vote
1
answer
63
views
asked 7 years ago by
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!  
1
vote
2
answers
1888
views
asked 7 years ago by
Category: Chart Studies
Hello Peter.  I was hoping if making an indicator where lets say the market has closed for the day so I go on a 5 min chart, if I was to put my "crosshair" on 1:40PM, it would display the total volume for the day but only up to 1:40pm? I hopefully ex...
1
vote
1
answer
132
views
asked 7 years ago by
Category: Chart Studies
I am trying to plot two different EMAs on a lower study I am having trouble. When I just put one variable in the pot data the EMA will plot. But when I put two variables it doesn't work. Please help!   declare lower; def cc = ExpAverage(close, 1...
1
vote
1
answer
59
views
asked 7 years ago by
Category: Chart Studies
Hello, I am confused on how to go by making this indicator... I need it so that yesterday's high price gets plotted on today's candle. However, I would need that for EVERY candle. For example, a candle from 20 days ago should have a plot from the hig...
1
vote
1
answer
913
views
asked 7 years ago by
Category: Chart Studies
I am looking for the code for J. Welles Wilders ATR Bands.  He uses an ATR time period of 21 days.  The bands are calculated by adding/subtracting a multiple of (3x ATR) to the daily CLOSING price. TOS has STARCBands and I have the STARCBands set wit...
1
vote
7
answers
1345
views
asked 6 years ago by
Category: Chart Studies
Some place I saw a free thinkscript for an offset Probability Of Expiring Cone indicator, but for the life of me, I cannot find it again to get it. Therefore, I was wondering if you could help with this. Below is the thinkscript that I have been tryi...