Questions (864)

Votes
Answers
Views
Question
0
votes
1
answer
137
views
asked 3 years ago by
Category: Watch Lists
Hi, I'm using to build the following workflow for my day trades. A scanner with multi-timeframe custom indicators (study) to find penny stocks with the right buy conditions / volume A BUY watchlist will manifest whatever this scanner picks up, and se...
0
votes
1
answer
164
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I found a tradingview script where someone converted standard RSI line into candlesticks. I have been searching to find out if this is possible on Thinkscript. Heres the pinescript study("RSI CANDLESTICKS") len=input(14,title="RSI LENGTH") c...
0
votes
1
answer
70
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, i would like to create a study to plot a horizonal ray extended to the right for the Open price at 10am and 11am with Inputs to change time/color/style width. Any help is appreciated. Thank you
0
votes
1
answer
94
views
asked 3 years ago by
Category: Watch Lists
Hey Pete, I'm interested in a watchlist column that references the ATR Trailing Stop. What I want is different from what you addressed in this thread: https://www.hahn-tech.com/ans/trailing-stop-alert-column/. Ideally, the column I want would have 3 ...
0
votes
1
answer
56
views
asked 3 years ago by
Category: Chart Studies
Hi Pete! I have included an attachment for your reference. The right image is what I am looking for. It seems like my plot reverse engineer rsi code is incorrect. This is the code I am using for the left image: plot ema20 = movAvgExponential(close, 2...
0
votes
1
answer
101
views
asked 3 years ago by
Category: Watch Lists
Hi Pete, Is there a way to create custom watchlist column for the MTF MACD V1?  I would like to have a column that mimics the color of the indicator's zero line.
0
votes
1
answer
525
views
asked 3 years ago by
Hi Hahn, I have a question regarding a script that I need to modify. Its a simple script which plots high and low on different time frames. plot hh = HighestAll(high); plot ll = LowestAll(low); I am trying to add an alert to this script which can ale...
0
votes
1
answer
130
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, Hope all is safe and well. I am trying to build a scan that filters stock by the ATR where the current ATR(14) is less than 50% of it's one six months high. Many thanks for your time and help. Regards Ali
0
votes
1
answer
262
views
asked 3 years ago by
Category: Chart Studies
Pete, Do you have a method for drawing a 9ema from each of the following time frames onto a single chart? 1 minute chart 9ema 5 minute chart 9ema 15 minute chart 9ema 60 minute chart 9ema Ideally, I would like to have all of these 9ema's charted onto...
0
votes
1
answer
688
views
x
asked 3 years ago by
Category: Watch Lists
x