Chart Studies (873)

Votes
Answers
Views
Question
1
vote
1
answer
46
views
asked 3 years ago by
Category: Chart Studies
Hello Hahn! I wanted to make an indicator similar to the dailySMA wherein only the current bar's SMA (close aggregationperiod = day) will have a horizontal line extending throughout the month (line aggregationperiod = month). I can only show the curr...
0
votes
1
answer
189
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I'm referencing the solution you provided previously for a scan .. input fastLength = 12; input slowLength = 26; input MACDLength = 9; input lookBack = 60; input averageType = AverageType.EXPONENTIAL; def Value = MovingAverage(averageType, c...
0
votes
1
answer
598
views
asked 3 years ago by
Category: Chart Studies
In TOS I would like to have a Pre-Market Relative Volume indicator for past a any period "n" periods or at the very least indicate Unusual Volume Activity for any "n" periods. As well as the a Watchlist Column for the indicator. Thank you in advance ...
0
votes
1
answer
234
views
asked 3 years ago by
Category: Chart Studies
Hi Pete. I’m trying to color candles based on consecutive bars above or below a selected moving average. I’m attempting to do this with a selectable user input option for number of bars above/below. In the attached example script, I’m using 5 bars ab...
1
vote
1
answer
355
views
asked 3 years ago by
Category: Chart Studies
A viewer asks: How can I create a lower chart study similar to what you provided in the following video: https://www.hahn-tech.com/thinkorswim-scan-ttm-squeeze-histogram/ Except that I would like to add another rule for the color of the squeeze dot t...
0
votes
1
answer
44
views
asked 3 years ago by
Category: Chart Studies
Hi, I've got an issue with arrows on price bars overlapping when plots overlap. is there a way to have the arrows plot on top of each other so that I can see the different plots that are true on that bar..... below is 2 plots of 8 that I have that I ...
0
votes
1
answer
217
views
asked 3 years ago by
Category: Chart Studies
Hi. I found this code to plot float rotation on the volume sub graph and there are some problems I have with it but lack the knowledge to fix it. It would be awesome if you're able to help. Problem 1: As of now, when on a 1d:1m timeframe the vertical...
0
votes
2
answers
814
views
asked 3 years ago by
Category: Chart Studies
Hey Pete - I'd like an indicator that shows the 52 week high regardless of time frame chart I'm viewing. The premarket high-low study that you created (linked below) is in the same spirit of what I'm looking for, only with the 52-week highs/lows inst...
0
votes
1
answer
267
views
asked 3 years ago by
Category: Chart Studies
Hi Pete Any chance to create this chart study to Draw a horizontal ray with its respective value for Lowest Low and Highest High between 2 Dates Thanks
0
votes
1
answer
188
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, can you pls write a script to display in the upper study chart the last 20 candles average size using High and Low price of each candles. I am going to use it to set my trailing stop a little over of its average size value. It can either be ...