Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
160
views
asked 4 years ago by
Category: Chart Studies
Label with prices based on perfect increase from open Hello Pete, I wanted to know if you create an indicator that auto calculates the price at predefined percent increases from the open price  with the following conditions: The first condition is th...
0
votes
1
answer
134
views
asked 4 years ago by
Category: Chart Studies
Hi Pete! Hope everything is going well for you and your family. I was wondering if you could help me create a chart bubble (on the top left corner of a chart in thinkorswim) to display the 100 hull moving average price. I want to have the HMA price f...
0
votes
1
answer
253
views
asked 4 years ago by
Category: Chart Studies
Tags:
Hi Pete, I have searched the forum on Gap finder and this post came closed to what I was looking for but I am looking for open gaps: https://www.hahn-tech.com/ans/scan-gap-within-last-week/ I've been able to add arrows on my chart that indicate a Gap...
0
votes
0
answers
138
views
Be first to answer!
asked 4 years ago by
Category: Chart Studies
Pete: I want to submit the following chart study code for intraday stock stats. I feel this would be useful for investors as they can see the vital info on their charts. Please pass this on! I have attached the file. Thanks, Matt  
0
votes
1
answer
52
views
asked 4 years ago by
Category: Chart Studies
Hi -can this indicator for line break chart be customized for the number of line breaks? there's no user input - it is defaulted to 3 - also can a scan be created based on when the line breaks from high to low? https://school.stockcharts.com/doku.php...
1
vote
1
answer
123
views
asked 4 years ago by
Category: Chart Studies
I'm trying to measure the behavior of the first three 5 min bars. If all 3 are higher highs and higher lows, then my bias is bullish for the day. The code is used as a Custom Quote:   input StartTime1 = 0930; input EndTime1 = 0935; def h1 = high...
0
votes
1
answer
42
views
asked 4 years ago by
Category: Chart Studies
Is it possible to set the studies on a chart to adjust to the time frame? For example, I have a daily chart with studies based on a daily aggregation. When I change the time frame to aggregate by minute, I'd like the studies to atutomatically aggrega...
0
votes
1
answer
119
views
asked 4 years ago by
Category: Chart Studies
Hi, I am trying to create a study that plots second order pivots (definition and visualization of the study is given in the attached image). Attached is the code that I have written (could not add into description due to length of post) which does no...
0
votes
1
answer
247
views
asked 4 years ago by
Category: Chart Studies
Hi again Mr Hahn, I tried to combine some of your codes together to get a TOS study that would indicate both an "overbought" and "oversold" condition based primarily on your MACD RSI part 2 scan.  Sadly it still only indicates the "oversold" conditio...
0
votes
1
answer
87
views
asked 4 years ago by
Category: Chart Studies
Hi Pete! I'm trying to create a script where I want to plot the highs of the 5 highest volume candles with an added constraint that the prices should be incrementally higher. By that I mean, if I take the highest volume candle just to the left of tod...