Chart Studies (879)

Votes
Answers
Views
Question
0
votes
1
answer
148
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
28
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
173
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...
1
vote
1
answer
46
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, the within reserved word only functions with an integer or length. Do you think it would be possible to write an expression that would achieve the same results as the within function while using a variable in place of an integer or length? T...
0
votes
1
answer
58
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
2735
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
153
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
314
views
asked 4 years ago by
Category: Chart Studies
Can you please help me plot your TTM Histogram indicator in the upper chart as arrows? I would like to have the true false indications be called out as an arrow on the upper chart thus allowing me to save lower study space.
0
votes
1
answer
379
views
asked 4 years ago by
Category: Chart Studies
Hello sir, I was playing around with your MTF macd study to see if i could convert to be used the elements of Ichimoku So If your looking at an hourly chart, the normal settings would place all the elements at the respective levels. Is it possible to...
0
votes
1
answer
923
views
asked 4 years ago by
Category: Chart Studies
Hello, I am interested in seeing the true accuracy of the ZigZag HighLow study. I am aware it repaints but looking at the code I wasn't able to decipher where exactly it repaints. I have two questions: Is it possible to tweak the study so it will not...