Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
3085
views
asked 4 years ago by
Category: Chart Studies
Pete, Hoping you can help with a chart study to identify volatility contraction patterns (VCPs) as defined by Mark Minervini. The volatility contraction pattern (VCP) is characterized by waves (contractions) where the high - low range gets propressiv...
0
votes
2
answers
170
views
asked 4 years ago by
Category: Chart Studies
Opinions aside on value derived from LinReg studies.. (this is small piece of a larger puzzle) Beginning with LinearRegCh100, we add one line to the bottom. #================================== # TD Ameritrade IP Company, Inc. (c) 2008-2019 # input pr...
0
votes
1
answer
120
views
asked 4 years ago by
Category: Chart Studies
Hello , I’m trying to create a chart label where I can eliminate the exchange part and just show the ticker symbol like it used to be a few years ago. I keep getting this error , but I don’t see how or where the logic is wrong here.. Am I close with ...
0
votes
1
answer
188
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, I need help to fix the code to get the arrows and sound alert only after the completion of the candle only. plot buySignal = close > hlc3 [1]; buySignal.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP); buySignal.SetDefaultColor(Col...
0
votes
1
answer
61
views
asked 4 years ago by
Category: Chart Studies
Hi Pete, This code idea is taken from your previous solutions. I am not getting the correct values if I select the start time 1800- when future opens. input StartTime = 1800; input EndTime = 859; input StartDate= 20190116; input EndDate = 20190117; i...
0
votes
1
answer
154
views
asked 4 years ago by
Category: Chart Studies
Hi Pete. I was wondering if there is a way to see the expected move for the monthly option expiration on the chart like how this indicator does it for each week. http://tos.mx/wx7EQX This indicator can be found at https://theotrade.com/member-home/me...
0
votes
1
answer
85
views
asked 4 years ago by
Category: Chart Studies
Hey Pete, its been a while, I hope you're continuing to improve, yea? My charts aren't super busy crazy yet and I continue to cycle out indicators narrowing down my decision making. I have these indicators I like right now but I cant figure out how t...
0
votes
1
answer
142
views
asked 4 years ago by
Category: Chart Studies
Hello Mr Hahn. To your knowledge, is it possible to plot a linear regression channel between to specific dates on a chart ? I know the TTM_LRC allows to specify a start date & start time from where the line will start.  The «problem» is that if p...
0
votes
1
answer
43
views
asked 4 years ago by
Category: Chart Studies
Hi Pete,  I am loooking for labels to be added in the code. http://tos.mx/NU4Zarz Label 1- Close Greater Than HL2=YES  Label 2- Close Greater Than HL2=NO But I need only one of the labels to be displayed based on the close value in referece...
0
votes
1
answer
92
views
asked 4 years ago by
Category: Chart Studies
Pete, Could you help me add a Zero line to my chart study.... declare lower; #INPUTS input Smoother = 5; input SupResPeriod = 50; input SupResPercentage = 100; input PricePeriod = 16; input ob = 200; input os = -200; input showColorBars = no; #COLOR ...