Questions (2368)

Votes
Answers
Views
Question
0
votes
1
answer
211
views
asked 5 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
134
views
asked 5 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
2
answers
194
views
asked 5 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
315
views
asked 5 years ago by
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
votes
1
answer
292
views
asked 5 years ago by
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
votes
1
answer
3180
views
asked 5 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
1
answer
143
views
asked 5 years ago by
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
votes
1
answer
340
views
asked 5 years ago by
Category: Chart Studies
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...
0
votes
1
answer
1108
views
asked 5 years ago by
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
votes
1
answer
217
views
asked 5 years ago by
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 ...