Chart Studies (873)

Votes
Answers
Views
Question
1
vote
2
answers
1893
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...
0
votes
1
answer
1083
views
asked 7 years ago by
Category: Chart Studies
Since conditional order entry based on a study cannot have recursion used within it, is there a way of getting around this using one or more of (a) additional variables, (b) the GetValue()  function, and/or (c) the Fold (looping) feature, or other th...
0
votes
3
answers
849
views
asked 7 years ago by
Category: Chart Studies
Hi Mr Hahn, I would like to customise a study to have a signal on TOS to scan out when price pullbacks to 30Week Moving average and the CCI is below 100 and price must be above ichimoku cloud. I would like the scan to provide a signal when these 3 co...
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!  
0
votes
2
answers
1519
views
asked 7 years ago by
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
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
1571
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
682
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
4
answers
1186
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
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...