- Questions
- Chart Studies
Votes
Answers
Views
Question
0
1
53
asked 4 years ago by Kwaji Saeed
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
1
136
asked 4 years ago by Max Grand
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
1
43
asked 4 years ago by Mardy Gazzo
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
1
138
asked 4 years ago by Jesse
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
1
252
asked 4 years ago by Retro Nomicon
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
1
101
asked 4 years ago by Omar Sheikh
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
1
110
asked 4 years ago by Ram
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
1
106
asked 4 years ago by Ivica Juric
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...
0
1
132
asked 4 years ago by Kim Tim
Category:
Chart Studies
Hello Pete, Why when I put on SVEPivots, it squeezes the chart down? Is there a way to fix this to make the chart looks normal with SVEPivots? Please advise. Thanks!
0
1
146
asked 4 years ago by Rocky Singh
Category:
Chart Studies
Looking for a intraday high and low label from 0930 to 1600. I found this premarket high and low label in the search. https://www.hahn-tech.com/ans/premarket-highlow-label/ I did change the times from 0400-0929 to 0930-1600. However, if the intraday...