Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
71
views
asked 3 years ago by
Category: Chart Studies
Hi Pete I would like to create a chart study that will draw a text above Volume bars every time the value is above the VolumeAVG (input 50) and display % value. Please see attachment Indicator used (VolumeAvg) with input 50 When Current Volume in 1Ho...
0
votes
1
answer
71
views
asked 3 years ago by
Category: Chart Studies
Pete Hope you can help turn my chart label into lower study.....If label would be green..make a green dot on the row...same for red/grey labels...   input length = 14; input averageType = AverageType.WILDERS; DefineGlobalColor("DI+", color.green...
0
votes
1
answer
70
views
asked 5 years ago by
Category: Chart Studies
Hello I would like to know is it possible to have a script that plot 50 or any SMA don't want to see a line in chart just want a small line attach is the picture. please help if you can.   thanks
0
votes
1
answer
70
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I am looking for a script for TOS which continuously displays two labels for simple averages for the last 8 and 1 hr completed and current 8 hr and 1 hr which are not completed yet , and I can apply that study  on any TF But it shows me thos...
0
votes
1
answer
70
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Can you please help for a code which can display a label displaying pivot( (H+L+C)/3 ) for the period of 9 to 11:30 AM EST and 9:30 to 11:30 AM est. Thank you, shaishav
0
votes
1
answer
70
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, i would like to create a study to plot a horizonal ray extended to the right for the Open price at 10am and 11am with Inputs to change time/color/style width. Any help is appreciated. Thank you
1
vote
1
answer
70
views
asked 3 years ago by
Category: Chart Studies
Hello, Currently, I am trying to just have moving averages plot all in one tidy study. However, Im running into an issue where the none of the plots work if a stock does not have the proper days for that avg (IPOs not having 50 trading days). I've tr...
0
votes
1
answer
70
views
asked 3 years ago by
Category: Chart Studies
Looking for an example of a way to show a lower study as a simple horizontal bar that would be different colors based on the status of the indicator. Attaching a jpg for the idea. Any guidance appreciated. Thank you!
0
votes
1
answer
70
views
asked 1 year ago by
Category: Chart Studies
Hello, I am trying to add a simple label to my chart showing the ATR coming into today. In other words the ATR from one bar ago. This is what I have so far but it's not accepting the code. input length = 14; input averageType = AverageType.WILDERS; p...
0
votes
1
answer
70
views
asked 1 year ago by
Category: Chart Studies
Hello Mr. Hahn, I need help building a script that allows  to check if the current daily high of a given week has passed the previous daily high of the same week. It will display a label box with the following information: if broken, "New high achiev...