Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
65
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
224
views
asked 4 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
256
views
asked 4 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
347
views
asked 4 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
244
views
asked 4 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
49
views
asked 4 years ago by
Category: Chart Studies
Hello, It has been a while since I haven't asked a question around here, so I hope that everyone is fine. I have a regular RSI code and I would like to add a horizontal 50 level line just to visualize when the price is around this area.  If anybody c...
0
votes
1
answer
183
views
asked 4 years ago by
Category: Chart Studies
Tags:
Hi Pete, Wasn't sure if there was a way to code this...can’t figure it out, but maybe because there is no way to do it. I figured out the code (see below) to have a signal generated (as shown in the attached pic) for when 1. The price action closes a...
0
votes
1
answer
386
views
asked 4 years ago by
Category: Chart Studies
Can you help me customize SequenceCounter to make it similiar to Tom Demark's TD-Combo? Thanks! TD Combo TD Combo is better when you have sharp directional moves, because it requires only thirteen price bars from start to finish compared to TD Sequen...
0
votes
1
answer
23
views
asked 4 years ago by
Category: Chart Studies
I want to read in a few external parameters as inputs to a study. What is the best way to do that? These parameters would vary from one stock to another and are generated by an external program. I can add these as inputs, but then I have to manually ...
0
votes
1
answer
84
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, Any chance to write this simple study... Mark with an arrow up the first trading day of the Month when is a Monday or Friday Thank you