Chart Studies (873)

Votes
Answers
Views
Question
1
vote
1
answer
190
views
asked 4 years ago by
Category: Chart Studies
Hi Hanh, Thank you for responding to all of our questions so promptly on a Saturday! (: How could I modify this text so that it would achieve the following:  I want to view the 15 minute chart but would like to display the RSI/MACD from the 1 Hour. I...
0
votes
1
answer
190
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
189
views
asked 4 years ago by
Category: Chart Studies
hi, is it possible to scan implied volatility movers and also implied volatility : at the money percentage change like market chameleon thank you
0
votes
1
answer
189
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 ...
0
votes
1
answer
189
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
188
views
asked 6 years ago by
Category: Chart Studies
Hello Room, Hello Pete I trying to convert this script from a trend indicator to a daily percent gainer to plot the Symbol, the price & the % change from the last close onto the chart. With this script, users can plug in multiple ticker symbols t...
0
votes
1
answer
188
views
asked 4 years ago by
Category: Chart Studies
Hello Pete ,  I need help creating a bubble that only shows at the HOD Price after 9:30am (not factoring in Premarket )   this bubble will only display the intraday HOD bars volume . if that current HOD candle volume is over 300k, the bubble wil...
0
votes
1
answer
187
views
asked 3 years ago by
Category: Chart Studies
Hello please can you help me with the script the assign color value when EMA 9 crossover SMA 9 input lengthOne = 9; input lengthTwo = 9; input maTypeOne = AverageType.EXPONENTIAL; input maTypeTwo = AverageType.SIMPLE; input priceOne = close; input pr...
0
votes
1
answer
186
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I have a study that plots a vertical line on the earnings date using the AddVerticalLine() feature. I want to add chart bubble(s) onto the vertical lines displaying the historic volatility (or any info I choose). Is it possible to use AddCha...
0
votes
1
answer
185
views
asked 6 years ago by
Category: Chart Studies
Hello Pete, I have a script that where I want to add the Triangular Moving Average. The thinkorswim name is MovAvgTriangular. I believe the abbreviation may be AvgTri. With this script I have, how would I add the triangular MA ....or even replace MA1...
1 33 34 35