Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
141
views
asked 11 months ago by
Category: Chart Studies
Hi Pete, I am looking for a study where there are two inputs for high and low and it plots the fibs. Thank you in advance for your help Shaishav
0
votes
1
answer
140
views
asked 5 years ago by
Category: Chart Studies
Hello Is there any way we can create alert when everytime ticker SPY or any move 50 cents up on down then alert ring. input SYMB = “SPY”; def AD = close (symbol = SYMB, period = AggregationPeriod.day) – close(symbol = SYMB, period = AggregationPeriod...
0
votes
1
answer
140
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Can you pls provide a script that a chart text bubble will appear on a candle in the chart if a condition is true? I am looking to start labelling some of my Studies using a text bubble, because when i try to place them in the lower chart, T...
1
vote
1
answer
139
views
asked 4 years ago by
Category: Chart Studies
Hey Pete, Is there a way to capture the average of a volume bar for a specific time? The Idea is to calculate the average volume for a specific time within a day as opposed to calculating the sum 50 consecutive bars. lets say we are in a 4 hr chart –...
1
vote
1
answer
139
views
asked 3 years ago by
Category: Chart Studies
I'm requesting a horizontal line on the low of the first 5 minute bar that extends across the entire chart intraday only no premarket Thanks Pete
0
votes
1
answer
138
views
asked 4 years ago by
Category: Chart Studies
  I am trying to script a dynamic trailing stop on a daily chart. I can plot the current price with a horizontal line and plot a second line to follow as the price rises and falls. What I can’t figure out is how to get the second line to stop when th...
0
votes
2
answers
138
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I'm stuck with the color problem.  The color fails to stay(keep) in green during/within the upward trend (even with the flat lines among upward trend), and I've tried many different ways but couldn't get the color right.  Here's my thinkscri...
0
votes
0
answers
138
views
Be first to answer!
asked 4 years ago by
Category: Chart Studies
Pete: I want to submit the following chart study code for intraday stock stats. I feel this would be useful for investors as they can see the vital info on their charts. Please pass this on! I have attached the file. Thanks, Matt  
0
votes
1
answer
138
views
asked 3 years ago by
Category: Chart Studies
Hello, is there a way to add a vertical line whenever the Stochastic SlowK crosses the SlowD?
1
vote
1
answer
137
views
asked 7 years ago by
Category: Chart Studies
I am trying to plot two different EMAs on a lower study I am having trouble. When I just put one variable in the pot data the EMA will plot. But when I put two variables it doesn't work. Please help!   declare lower; def cc = ExpAverage(close, 1...
1 43 44 45