- Questions
- Chart Studies
Votes
Answers
Views
Question
0
votes
1
answer
1031
views
asked 3 years ago by Rocky Singh
Category:
Chart Studies
Seeing if you could help me try to plot a previous high of day and low of day line to chart on the current day. So basically on my charts today 5/23, I would like a script to chart the high of day and low of day of 5/22. I have a similar script that ...
0
votes
1
answer
68
views
asked 3 years ago by peter boston
Category:
Chart Studies
Hi Pete, I like to "show price as percentage". But by default, the 0% is not the previous (session day) close price/bar. Is there a way to easily or always set the previous day's close price as 0%?
0
votes
1
answer
281
views
asked 3 years ago by spearfishing captain
Category:
Chart Studies
Hi Pete, let me try again... Can you help me create a chart label that turns green, when the 21ema is within 1/2% of price, otherwise it would be red. I've tried looking at examples but I can't seem to get it right.
0
votes
1
answer
194
views
asked 3 years ago by Shamroz Pro
Category:
Chart Studies
Hello, I am trying to get the TSI (True Strength Index) value through the RTD function on the excel sheet, but I get N/A. I have tried multiple ways to get the value, but it seems like it is not working. Could you check to see if you can find a way t...
0
votes
1
answer
254
views
asked 3 years ago by Andres Rosen
Category:
Chart Studies
Hi Pete, the following code shows the bar number below the bars. For a 2 min chart it will show numbers 1 to 203 for RTH. Is there a way to create an input field value (even/odd) so you can select even/odd and show only even bar numbers or odd bar nu...
0
votes
1
answer
105
views
asked 3 years ago by Steven Coastone
Category:
Chart Studies
Hello, I am wanting to add different lines and bubbles to the chart that match different levels of % change from the previous days close. An example would be one line at 15% down from the previous days close and another at 17% from the previous days...
0
votes
1
answer
209
views
asked 3 years ago by Davide Bianchini
Category:
Chart Studies
Hi Pete, I searched for this, but did not find an exact answer to this question. I was wondering what code would be needed to use a custom sound in a script/study. For example, the code below calls for the standard "ding" sound. I would like to repla...
0
votes
1
answer
49
views
asked 3 years ago by Davide Bianchini
Category:
Chart Studies
Hi Pete, I have a script that paints a shaded region for 30-50% up from the Previous Close. I would like to limit this line to pre-market hours only. Is this something that can easily be done? Thank you! input percentThresholdTop = 50.0; input percen...
0
votes
1
answer
198
views
asked 3 years ago by Jim Festa
Category:
Chart Studies
Hi. I'd like to do something simple and am unable to find any relevant threads or posts. I would like to count the total number of times the Standard Deviation is crosses in TOS. I've tried a few things and I think I'm close, but something is missing...
0
votes
1
answer
90
views
asked 3 years ago by Hollis Kwan
Category:
Chart Studies
Hi, I was wondering if it's possible to have a study that plots a line on every whole dollar value on the chart. Thank you