Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
75
views
asked 2 years ago by
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
134
views
asked 2 years ago by
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
140
views
asked 2 years ago by
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
184
views
asked 2 years ago by
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
54
views
asked 2 years ago by
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
742
views
asked 2 years ago by
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
89
views
asked 2 years ago by
Category: Chart Studies
Hello please can you help me with the script that Addlabel if current volume is greater than 5 day average volume else none.   Thanks  
0
votes
1
answer
73
views
asked 2 years ago by
Category: Chart Studies
Hi Pete, I have a Thinkscript-specific question. I'm writing a script that uses volume as input and other price data and its upper study. It uses AssignPriceColor and different painting strategies. However, as you know, some symbol doesn't provide vo...
0
votes
1
answer
49
views
asked 2 years ago by
Category: Chart Studies
Is there a way to skip multiple definitions and calculations if a particular condition is met? For example, I have been having problems making volume-based calculations on SPX. Is there a way to skip entire lines of codes, where there are multiple de...
0
votes
1
answer
261
views
asked 2 years ago by
Category: Chart Studies
Hello,  I have found some answers that pertain to my desired outcome but have been unable to put them all together in a way that is accepted. Working on a 1 minute chart... when price closes higher than 9 EMA and higher than HMA 30 length then backgr...