Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
138
views
asked 4 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
138
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...
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 10 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
137
views
asked 7 years ago by
Category: Chart Studies
Hello, here is my code: plot edArrow = if energy > 450 and volume > 200000 then energy else Double.NaN; This is on my indicator (which is not a lower study). The problem is that the arrow plots on my volume bar and I want to plot it under my ca...
1
vote
1
answer
137
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 –...
0
votes
1
answer
137
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?
0
votes
1
answer
136
views
asked 3 years ago by
Category: Chart Studies
I apologize if this has been previously asked and answered. I need a study that plots a specific ema or sma on the chart and the chart label is red when the stock price closes below the sma and green when it closes above the sma. Needs to work with c...