Questions (2373)

Votes
Answers
Views
Question
0
votes
1
answer
158
views
asked 5 years ago by
Category: Stock Scanners
Id like to add a column or study filter to sort options by Net Debit for a covered call. I know you can obtain the underlying stock price with getunderlyingSymbol() but I cant find a way to get the option price for the net debit calculation. There is...
0
votes
1
answer
129
views
asked 5 years ago by
Category: Watch Lists
Pete I'm trying to get the color of the SMI to a watchlist...If SMI is red W/L background is red and the same if SMI is green...   declare lower; input audioalarm=yes; input Price = hlc3; input RsqLength = 5; input RsqLimit = .5; input SmiLimit ...
0
votes
1
answer
694
views
asked 5 years ago by
Category: Stock Scanners
Hello, I am looking for a scan that scans for stocks that are currently (not previous day candle close) trading above the daily 9ema. An example would be like +1% above the daily 9ema of current price. Current price could be last, ask, bid. The probl...
0
votes
1
answer
352
views
asked 5 years ago by
Category: Stock Scanners
I am lookin to scan say the first hour of the day or just the middle part. Is there any easy way to write this to modify start and end time. I see premarket scans but nothing on this.
0
votes
1
answer
214
views
asked 5 years ago by
Category: Chart Studies
I'm trying to build a study that would alert when PPS sell signal is triggered within 3 bars and TTM squeeze is true but am not sure how to reference the studies. Thanks in advance
0
votes
1
answer
154
views
asked 5 years ago by
Category: Chart Studies
Hi Peter, this code combination merely plots the the upper symbols 21 day HMA on the lower plot. What am I doing wrong?   declare lower; plot data = close("VIX"); plot maOne = MovingAverage(AverageType.HULL, data, 21);   input price = close...
0
votes
1
answer
1295
views
asked 5 years ago by
Category: Watch Lists
Hi pete,  I am trying to set up a custom column for my ThinkorSwim watchlist for pre-market volume. However, I am running into some problems if there were no premarket activity for the stock today. Instead of showing 0, it shows prior day's pre-...
0
votes
1
answer
90
views
asked 5 years ago by
Category: Strategy Guide
Pete, I have a few questions and I apologize if this is the wrong feed.   First question I set up the bollinger/rsi buy and sell strat for auto trading in paper trade and nothing was traded even though indicators were going off?  Secondly on the Kelt...
0
votes
1
answer
153
views
asked 5 years ago by
Category: Strategy Guide
Hi Pete, Awhile ago you gave the code for a relative strength moving average. https://www.hahn-tech.com/ans/reference-an-indicator-dataset/ I'm trying to use it as a strategy and I'm not getting any buy order. Did I forget someting ? Of course, enabl...
0
votes
1
answer
107
views
asked 5 years ago by
Is there a way to append a timestamp to an email alert of when the alert triggered or to create a column with a timestamp of when an alert triggered?