Votes
Answers
Views
Question
0
1
231
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
149
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
214
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
329
asked 5 years ago by [email protected]
Category:
Alerts and Notifications
I want to create a study alert based on the ParabolicSARCrossover Study. When I go to "create alerts", I cannot find this study in the menu. Why is that?
0
1
310
asked 5 years ago by 010##101 McD
Category:
Alerts and Notifications
Hello I use this Outside bar reversal study: input aggregationPeriod = AggregationPeriod.HOUR; input showOnlyLastPeriod = no; declare once_per_bar; input BarMultiplier = 1.25; input BarsBack = 50; def MyCandleSize = (high - low); def AverageCandle = ...
0
1
3294
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...
0
1
157
asked 5 years ago by [email protected]
Category:
Strategy Guide
I have tried to code PSAR_LE and PSAR_SE based on the ParabolicSARCrossover Study. However, when it plots on the chart, the entire chart data gets compressed. Can you provide the sample code for such a strategy. The ParabolicSARCrossover Code is as f...
0
1
384
asked 5 years ago by Andy Wurst
Category:
Chart Studies
Tags:
Is there a way to copy/move the objects of a drawing set to the Default? I ask because the mobile platform only displays the Default drawing set (unless I just don't know how to change it). Re-creating elements from one set to the default set is ted...
1
1
1182
asked 5 years ago by Brian Boche
Category:
Watch Lists
I have a scanner from a friend that scans for specific options that meet a few criteria and then of course sends them to a watch list. The list has the option specific ticker instead of the underlying stock symbol...for example UBER200207C33 Wha...
0
1
245
asked 5 years ago by Anak Manis
Category:
Alerts and Notifications
Saw your video on Condition Wizard, so I tried to play around, but I'm stuck. So I'm wondering if there is a way to add several studies in the condition wizard? For instance, I want to have a notification that tells me a closing price of a stock has ...