Chart Studies (872)

Votes
Answers
Views
Question
0
votes
1
answer
240
views
asked 3 years ago by
Category: Chart Studies
Hi Pete love the work you. I'm a new trader. I have an issue I'm hoping you could help solve recently I been paper trading on tradingview and I realize that there StochRSI gives a different data thinkorswim StochRSI. I know this is silly but I like t...
0
votes
1
answer
341
views
asked 3 years ago by
Category: Chart Studies
Hi Pete. I’ve defined (5) moving averages with the lengths of 8, 13, 21, 34, and 55. I want to know when the distance between the uppermost and lowest moving average is <= 2% of the stock price. Since the moving averages will not always be aligned...
0
votes
1
answer
249
views
asked 3 years ago by
Category: Chart Studies
I have a really good mental image of what I would like to do, but stuck. Here is what I am looking for, in a nutshell: Inputs for Length and Aggregation Period, so I could select '10 Days' or '30 Minutes' or whatever Study would then: Calculate the H...
0
votes
1
answer
216
views
asked 3 years ago by
Category: Chart Studies
Hi, I'm need to compare the close against three different Exponential Moving Averages (EMA) to alert me of a buying or selling opportunity. For example, I have the following: Close: 35.98 EMA20: 35.56 I find the difference between the close and the E...
0
votes
1
answer
64
views
asked 4 years ago by
Category: Chart Studies
I do hope my title is sufficient Hi again, I have another question pertaining to my signal line, which is based on various EMA’s  here’s a condition that could trigger the signal line to be “Green” def LongP = close > exp34; Signal line color valu...
0
votes
1
answer
76
views
asked 4 years ago by
Category: Chart Studies
Hi I would like to request a chart study that would plot 1 down arrow on top of the first 1Hour bar when CurrentClose < CurrentOpen and show in the last 30 days. I have attached an example below. Thank you    
0
votes
1
answer
51
views
asked 4 years ago by
Category: Chart Studies
Hey everyone! I made a post recently titled Display time between bars .  While it works great, there is a major error. The time between bars is only plotted if there is an actual trade at the current time. Let's say we are on a 1 minute chart and the...
0
votes
1
answer
239
views
asked 4 years ago by
Category: Chart Studies
Hello I want to study on my intraday chart which automatically plots 2 horizontal lines for the premarket high and low of that stock and keeps those lines even after the market is open. How can I do this?
0
votes
1
answer
111
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Hope everything is well. I have a simple requirement, which I hope you could guide within your time allowance. I searched the forum but could not find any results. I am looking to plot only the first crossover in a day (regular trading hours...
1
vote
1
answer
116
views
asked 4 years ago by
Category: Chart Studies
Linear Regression line adjust according to price.  Can you create a script to stop the adjustment at a specific time?  I want it to stop at 7am est.  Thank you! Heres the script from tos: input price = close; plot MiddleLR = InertiaAll(price); def di...