Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
126
views
asked 4 years ago by
Category: Chart Studies
Hi Pete. You came to my rescue last week with a snippet of code I was having trouble with and got me back on track. I really didn't want to bother you again as I don't want to monopolize your time, but I have an error that I just can't seem to get ri...
0
votes
1
answer
2535
views
asked 4 years ago by
Category: Chart Studies
Hello again.   I have made a cool chart study that uses the Assign color Feature and am practicing setting up sound alerts as well as chart bubbles.     Ive assigned color to wicking candles that cross SMA and VWAP.   Thing is theres so many bubbles!...
0
votes
1
answer
56
views
asked 4 years ago by
Category: Chart Studies
Hello, I wanted to know if you could help me create a study that highlights rows in scanner/watchlist IF: the %change on the day is greater THEN: 30% highlight row to yellow
0
votes
1
answer
165
views
asked 4 years ago by
Category: Chart Studies
Hi Pete! You previously helped me to write some code to track the intraday high until a moving average crosses VWAP. I would like to plot individual horizontal lines of support whenever there is a breakout candle that closes above the previous high t...
0
votes
1
answer
26
views
asked 4 years ago by
Category: Chart Studies
Is there a way to show a label or bubble with the amount of pips between both bands? #Code: input displace = 0; input length = 20; plot LowerBand = Lowest(low[-displace + 1], length); plot UpperBand = Highest(high[-displace + 1], length);
0
votes
1
answer
129
views
asked 4 years ago by
Category: Chart Studies
Hello Again,  Ive been searching for ways to better track my open positions. Ideally, being able to see my entry and % gain or loss of that current position, on the chart. I currently keep track by using the draw line tool, but would really love if s...
0
votes
1
answer
50
views
asked 4 years ago by
Category: Chart Studies
I like to look at the average price per bar which divides the bar in half. Is there a way to divide a price bar into four equal parts?
0
votes
1
answer
94
views
asked 4 years ago by
Category: Chart Studies
Hey Pete, Thanks for all your help. I’m looking to use overnight ATR for a broader breakout strategy. I have pieced together a code, but I believe because of the way pre/post market is defined it is inconsistent and only works on intraday charts.  Co...
0
votes
1
answer
118
views
asked 4 years ago by
Category: Chart Studies
Hey Pete, what i'm trying to basically do is add a clouds to my chart, green cloud for a green bar and red cloud for a red bar.  I want this cloud to stretch from that bar to the right of every inside bar.  I was able to make the script to determine ...
0
votes
1
answer
172
views
asked 4 years ago by
Category: Chart Studies
Hey Pete - Regarding the MACD-RSI script that you've made a couple videos on: Is there a way to have the plot spike on the third bar of the pattern, rather than the 4th? I tried removing what I thought was the 4th bar from the code (highlighted on li...