Chart Studies (871)

Votes
Answers
Views
Question
0
votes
1
answer
251
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...
0
votes
1
answer
109
views
asked 4 years ago by
Category: Chart Studies
Is it possible to have multiple Charts or Flexible Grid tabs? I would like to have multiple Study Sets in each tab so I can look at them quick instead of loading them one by one. See the image attached.
0
votes
1
answer
97
views
asked 4 years ago by
Category: Chart Studies
Hello Mr Hahn, I have a question about DMI on TOS. I can only change length of DMI as a whole. I would like to have DI+ and DI- setting on 13 and ADX setting on 8. There is a separate ADX indicator which I can change to 8 but I would need to link the...