- Questions
- Chart Studies
Votes
Answers
Views
Question
2
2
2418
Playing with an Options Volume script. Needed some help with directly getting the Option series data from a Symbol instead of inputting the data separately. This will make life much more easier since one can just select and paste the specific option ...
0
1
51
asked 5 years ago by Shaishav Patel
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
1
167
asked 5 years ago by Pierre Lacharite
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
1
91
asked 5 years ago by Don Tharpe
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
1
164
asked 5 years ago by [email protected]
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
1
70
asked 5 years ago by Shaishav Patel
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
1
212
asked 5 years ago by Shaishav Patel
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
1
139
asked 5 years ago by Michael Ray
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
2
201
asked 5 years ago by Gus G
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
1
3215
asked 5 years ago by J Holt
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...